diff --git a/new-scanner-integrations/new-scanner-integration-api.html b/new-scanner-integrations/new-scanner-integration-api.html index 32a66f3..32b4fc5 100644 --- a/new-scanner-integrations/new-scanner-integration-api.html +++ b/new-scanner-integrations/new-scanner-integration-api.html @@ -178,7 +178,7 @@
This function is required to parse what the API outputs and insert it into the database. In this context, a list of certificates and its contextual information is extrated and inserted into the database.
-def parse_reponse(self, response):
+def parse_response(self, response):
output_dict_list = []
response_json = response.json()
for every_cert in response_json:
diff --git a/print.html b/print.html
index aecf344..c7b604d 100644
--- a/print.html
+++ b/print.html
@@ -1355,7 +1355,7 @@ here, we are required to implement three functions:
- get_api_calls()
-- parse_reponse()
+- parse_response()
- db_operations()
Creating the API Class
@@ -1387,7 +1387,7 @@ Implementing parse_response()
This function is required to parse what the API outputs and insert it into the database. In this context, a list of certificates and its contextual information is extrated and inserted into the database.
-def parse_reponse(self, response):
+def parse_response(self, response):
output_dict_list = []
response_json = response.json()
for every_cert in response_json:
diff --git a/searchindex.js b/searchindex.js
index 93a72b6..319800c 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Object.assign(window.search, {"doc_urls":["introduction/introduction.html#-introduction","introduction/introduction.html#-im-lazy-and-i-just-want-to-get-started","introduction/introduction.html#-what-is-mantis-","introduction/introduction.html#-why-another-recon-automation-framework-","introduction/introduction.html#-disclaimer","features/features.html#-features","features/recon_automation.html#recon-automation","features/recon_automation.html#-use-case","features/recon_automation.html#-feature","features/recon_automation.html#automation-overview","features/distributed_scanning.html#distributed-scanning","features/distributed_scanning.html#-use-case","features/distributed_scanning.html#-feature","features/distributed_scanning.html#how-does-mantis-distribute-your-scan-","features/dashboard_support.html#dashboard-support","features/dashboard_support.html#-use-case","features/dashboard_support.html#-feature","features/dashboard_support.html#-how-does-mantis-look-with-appsmith--","features/dashboard_support.html#assets","features/dashboard_support.html#vulnerabilities","features/dashboard_support.html#certificates","features/workflow_customisation.html#workflow-customisation","features/workflow_customisation.html#-use-case","features/workflow_customisation.html#-feature","features/workflow_customisation.html#-workflow-customisation","features/workflow_customisation.html#examples","features/workflow_customisation.html#example-1","features/workflow_customisation.html#example-2","features/workflow_customisation.html#understanding-configyml","features/advanced_alerting.html#advanced-alerting","features/advanced_alerting.html#-use-case","features/advanced_alerting.html#-feature","features/advanced_alerting.html#slack-alerts-example","features/advanced_alerting.html#scan-efficiency-alert","features/advanced_alerting.html#new-assets-alert","features/advanced_alerting.html#understanding-configyml","features/scan_efficiency.html#understanding-scan-efficiency","features/scan_efficiency.html#-use-case","features/scan_efficiency.html#-feature","features/scan_efficiency.html#scan-efficiency","features/scan_efficiency.html#success-scenario","features/scan_efficiency.html#failure-scenario","features/dns_services.html#integrate-dns-services","features/dns_services.html#-use-case","features/dns_services.html#-feature","features/secrets_scanning.html#secrets-scanning","features/secrets_scanning.html#-use-case","features/secrets_scanning.html#-feature","features/new_scanner.html#integrate-new-scanner-in-minutes","features/new_scanner.html#-use-case","features/new_scanner.html#-feature","installation/installation.html#-installation","installation/installation-docker.html#docker","installation/installation-docker.html#setup","configuration/configuration.html#-configuration","configuration/config-file.html#-config-file","configuration/workflow-config.html#-workflow-configuration","configuration/workflow-config.html#examples","configuration/workflow-config.html#example-1","configuration/workflow-config.html#example-2","configuration/workflow-config.html#example-3","configuration/scheduler-config.html#scheduler-configuration","configuration/scheduler-config.html#examples","configuration/scheduler-config.html#example-1","configuration/scheduler-config.html#example-2","configuration/app-context-config.html#setting-app-context","configuration/slack-config.html#slack-notification","configuration/slack-config.html#notifications-config","configuration/slack-config.html#layer-1-teams","configuration/slack-config.html#layer-2-apps","configuration/slack-config.html#layer-3-assets-and-findings","configuration/slack-config.html#layer-4-tagging-and-channels","configuration/command-line.html#-command-line","configuration/command-line.html#quick-help","configuration/command-line.html#onboard-help","configuration/command-line.html#scan-help","scan/scan.html#-run-a-scan","scan/scan.html#onboard-and-scan","scan/scan.html#onboard-known-assets-and-scan","scan/scan.html#scan-on-all-assets-belonging-to-an-organisation","scan/scan.html#scan-on-all-assets-belonging-to-an-organisation-and-app","notifications/notifications.html#-notifications","notifications/notifications-slack.html#slack","notifications/notifications-slack.html#notifications-config","notifications/notifications-slack.html#layer-1-teams","notifications/notifications-slack.html#layer-2-apps","notifications/notifications-slack.html#layer-3-assets-and-findings","notifications/notifications-slack.html#layer-4-tagging-and-channels","tools/tools.html#tools-list","basics-mantis-code/basics.html#-mantis-code---getting-started","basics-mantis-code/folder-structure.html#code---folder-structure","basics-mantis-code/folder-structure.html#a-quick-correlation-to-localyml","basics-mantis-code/scanner-base-class.html#scanner-base-class","basics-mantis-code/scanner-base-class.html#1-tool-scanner","basics-mantis-code/scanner-base-class.html#functions-to-implement","basics-mantis-code/scanner-base-class.html#2-api-based-scanner","basics-mantis-code/scanner-base-class.html#functions-to-implement","basics-mantis-code/important-utils.html#important-utils-function","basics-mantis-code/important-utils.html#read-data","basics-mantis-code/important-utils.html#get-basic-assets-data","basics-mantis-code/important-utils.html#insert-data","basics-mantis-code/db-models.html#db-models","basics-mantis-code/db-models.html#assets","basics-mantis-code/db-models.html#findings","new-scanner-integrations/new-scanner-integration.html#-new-scanner-integrations","new-scanner-integrations/new-scanner-integration.html#command-line-based-scanner","new-scanner-integrations/new-scanner-integration.html#api-based-scanner","new-scanner-integrations/new-scanner-integration-command-line.html#command-line-tool","new-scanner-integrations/new-scanner-integration-command-line.html#-lets-get-started","new-scanner-integrations/new-scanner-integration-command-line.html#-files-to-be-changed","new-scanner-integrations/command-line-class.html#add-a-new-tool-scanner-class","new-scanner-integrations/command-line-class.html#creating-the-tool-class","new-scanner-integrations/command-line-class.html#implementing-get_commands","new-scanner-integrations/command-line-class.html#implementing-parse_report","new-scanner-integrations/command-line-class.html#implementing-db_operations","new-scanner-integrations/new-scanner-integration-api.html#add-a-new-api-scanner-class","new-scanner-integrations/new-scanner-integration-api.html#creating-the-api-class","new-scanner-integrations/new-scanner-integration-api.html#implementing-get_api_calls","new-scanner-integrations/new-scanner-integration-api.html#implementing-parse_response","new-scanner-integrations/new-scanner-integration-api.html#implementing-db_operations","new-scanner-integrations/command-config-file.html#add-scanner-to-config-file","new-scanner-integrations/command-docker-file.html#install-instructions","new-scanner-integrations/command-docker-file.html#docker-file","new-scanner-integrations/command-docker-file.html#devbox"],"index":{"documentStore":{"docInfo":{"0":{"body":0,"breadcrumbs":2,"title":1},"1":{"body":5,"breadcrumbs":5,"title":4},"10":{"body":3,"breadcrumbs":5,"title":2},"100":{"body":58,"breadcrumbs":9,"title":2},"101":{"body":31,"breadcrumbs":8,"title":2},"102":{"body":71,"breadcrumbs":7,"title":1},"103":{"body":66,"breadcrumbs":7,"title":1},"104":{"body":16,"breadcrumbs":6,"title":3},"105":{"body":35,"breadcrumbs":7,"title":4},"106":{"body":24,"breadcrumbs":6,"title":3},"107":{"body":39,"breadcrumbs":9,"title":3},"108":{"body":47,"breadcrumbs":8,"title":2},"109":{"body":30,"breadcrumbs":8,"title":2},"11":{"body":22,"breadcrumbs":5,"title":2},"110":{"body":94,"breadcrumbs":12,"title":5},"111":{"body":16,"breadcrumbs":10,"title":3},"112":{"body":60,"breadcrumbs":9,"title":2},"113":{"body":69,"breadcrumbs":9,"title":2},"114":{"body":47,"breadcrumbs":9,"title":2},"115":{"body":103,"breadcrumbs":11,"title":5},"116":{"body":16,"breadcrumbs":9,"title":3},"117":{"body":53,"breadcrumbs":8,"title":2},"118":{"body":76,"breadcrumbs":8,"title":2},"119":{"body":47,"breadcrumbs":8,"title":2},"12":{"body":18,"breadcrumbs":4,"title":1},"120":{"body":81,"breadcrumbs":11,"title":4},"121":{"body":0,"breadcrumbs":8,"title":2},"122":{"body":21,"breadcrumbs":8,"title":2},"123":{"body":55,"breadcrumbs":7,"title":1},"13":{"body":146,"breadcrumbs":6,"title":3},"14":{"body":6,"breadcrumbs":5,"title":2},"15":{"body":8,"breadcrumbs":5,"title":2},"16":{"body":35,"breadcrumbs":4,"title":1},"17":{"body":0,"breadcrumbs":6,"title":3},"18":{"body":0,"breadcrumbs":4,"title":1},"19":{"body":0,"breadcrumbs":4,"title":1},"2":{"body":26,"breadcrumbs":2,"title":1},"20":{"body":0,"breadcrumbs":4,"title":1},"21":{"body":6,"breadcrumbs":7,"title":2},"22":{"body":37,"breadcrumbs":7,"title":2},"23":{"body":23,"breadcrumbs":6,"title":1},"24":{"body":97,"breadcrumbs":7,"title":2},"25":{"body":0,"breadcrumbs":6,"title":1},"26":{"body":21,"breadcrumbs":7,"title":2},"27":{"body":23,"breadcrumbs":7,"title":2},"28":{"body":7,"breadcrumbs":7,"title":2},"29":{"body":6,"breadcrumbs":5,"title":2},"3":{"body":40,"breadcrumbs":5,"title":4},"30":{"body":23,"breadcrumbs":5,"title":2},"31":{"body":22,"breadcrumbs":4,"title":1},"32":{"body":0,"breadcrumbs":6,"title":3},"33":{"body":0,"breadcrumbs":6,"title":3},"34":{"body":0,"breadcrumbs":6,"title":3},"35":{"body":7,"breadcrumbs":5,"title":2},"36":{"body":6,"breadcrumbs":7,"title":3},"37":{"body":10,"breadcrumbs":6,"title":2},"38":{"body":28,"breadcrumbs":5,"title":1},"39":{"body":10,"breadcrumbs":6,"title":2},"4":{"body":29,"breadcrumbs":2,"title":1},"40":{"body":64,"breadcrumbs":6,"title":2},"41":{"body":67,"breadcrumbs":6,"title":2},"42":{"body":3,"breadcrumbs":7,"title":3},"43":{"body":20,"breadcrumbs":6,"title":2},"44":{"body":39,"breadcrumbs":5,"title":1},"45":{"body":6,"breadcrumbs":5,"title":2},"46":{"body":17,"breadcrumbs":5,"title":2},"47":{"body":48,"breadcrumbs":4,"title":1},"48":{"body":6,"breadcrumbs":9,"title":4},"49":{"body":20,"breadcrumbs":7,"title":2},"5":{"body":39,"breadcrumbs":2,"title":1},"50":{"body":96,"breadcrumbs":6,"title":1},"51":{"body":34,"breadcrumbs":3,"title":1},"52":{"body":23,"breadcrumbs":4,"title":1},"53":{"body":24,"breadcrumbs":4,"title":1},"54":{"body":35,"breadcrumbs":2,"title":1},"55":{"body":16,"breadcrumbs":5,"title":2},"56":{"body":104,"breadcrumbs":7,"title":2},"57":{"body":14,"breadcrumbs":6,"title":1},"58":{"body":20,"breadcrumbs":7,"title":2},"59":{"body":23,"breadcrumbs":7,"title":2},"6":{"body":6,"breadcrumbs":5,"title":2},"60":{"body":101,"breadcrumbs":7,"title":2},"61":{"body":10,"breadcrumbs":7,"title":2},"62":{"body":0,"breadcrumbs":6,"title":1},"63":{"body":95,"breadcrumbs":7,"title":2},"64":{"body":44,"breadcrumbs":7,"title":2},"65":{"body":67,"breadcrumbs":9,"title":3},"66":{"body":12,"breadcrumbs":7,"title":2},"67":{"body":21,"breadcrumbs":7,"title":2},"68":{"body":19,"breadcrumbs":8,"title":3},"69":{"body":40,"breadcrumbs":8,"title":3},"7":{"body":22,"breadcrumbs":5,"title":2},"70":{"body":26,"breadcrumbs":9,"title":4},"71":{"body":11,"breadcrumbs":9,"title":4},"72":{"body":7,"breadcrumbs":5,"title":2},"73":{"body":43,"breadcrumbs":5,"title":2},"74":{"body":134,"breadcrumbs":5,"title":2},"75":{"body":105,"breadcrumbs":5,"title":2},"76":{"body":8,"breadcrumbs":4,"title":2},"77":{"body":59,"breadcrumbs":4,"title":2},"78":{"body":7,"breadcrumbs":6,"title":4},"79":{"body":15,"breadcrumbs":6,"title":4},"8":{"body":22,"breadcrumbs":4,"title":1},"80":{"body":6,"breadcrumbs":7,"title":5},"81":{"body":13,"breadcrumbs":2,"title":1},"82":{"body":12,"breadcrumbs":3,"title":1},"83":{"body":21,"breadcrumbs":4,"title":2},"84":{"body":19,"breadcrumbs":5,"title":3},"85":{"body":40,"breadcrumbs":5,"title":3},"86":{"body":26,"breadcrumbs":6,"title":4},"87":{"body":11,"breadcrumbs":6,"title":4},"88":{"body":78,"breadcrumbs":3,"title":2},"89":{"body":99,"breadcrumbs":8,"title":4},"9":{"body":43,"breadcrumbs":5,"title":2},"90":{"body":115,"breadcrumbs":9,"title":3},"91":{"body":89,"breadcrumbs":9,"title":3},"92":{"body":20,"breadcrumbs":10,"title":3},"93":{"body":35,"breadcrumbs":10,"title":3},"94":{"body":36,"breadcrumbs":9,"title":2},"95":{"body":16,"breadcrumbs":11,"title":4},"96":{"body":35,"breadcrumbs":9,"title":2},"97":{"body":44,"breadcrumbs":10,"title":3},"98":{"body":0,"breadcrumbs":9,"title":2},"99":{"body":44,"breadcrumbs":10,"title":3}},"docs":{"0":{"body":"","breadcrumbs":"👋 Introduction » 👋 Introduction","id":"0","title":"👋 Introduction"},"1":{"body":"You can jump in directly to the Quick Start Guide","breadcrumbs":"👋 Introduction » 🥱 I'm lazy and i just want to get started","id":"1","title":"🥱 I'm lazy and i just want to get started"},"10":{"body":"product security teams","breadcrumbs":"🎉 Features » Distributed Scanning » Distributed Scanning","id":"10","title":"Distributed Scanning"},"100":{"body":"Again, when you are integrating a new scanner, once the scan is complete, you will need insert the results into mongodb database Location : mantis/utils/crud_utils Insert Assets : async def insert_assets(assets: list, source='external') Update Assets : async def update_asset(asset: str, org: str, tool_output_dict: dict): Insert Findings : async def insert_findings(obj, asset: str, findings: list): ⏭️ Now that we are aware about utility functions that will make data insertion and extration simpler. Let's now take a quick look at the database Models for Assets and Findings.","breadcrumbs":"📖 Mantis Code - Getting Started » Important Utils Function » Insert Data","id":"100","title":"Insert Data"},"101":{"body":"One more thing you need to understand before integrating your new scanner is the database models. Mantis's mongoDB database consists of two collections (or tables). Assets (Types: TLDs, IPs, Subdomains, Certificates) Findngs (Types: Vulnerability, Misconfiguration, Secrets, Phishing Domain)","breadcrumbs":"📖 Mantis Code - Getting Started » DB Models » DB Models","id":"101","title":"DB Models"},"102":{"body":"_id: str = Field(..., alias=\"_id\") asset: str = Field(...) asset_type: str = Field(...) org: str = Field(...) app: str = Field(None) source: Literal['internal', 'external'] = Field(None) created_timestamp: str = Field(None) cdn_names: Optional[str] = list() waf: Optional[str] = list() ports: Optional[list] = list() as_number: Optional[str] = Field(None) as_name: Optional[str] = Field(None) as_country: Optional[str] = Field(None) as_range: Optional[list] = list() dns: Optional[dict] = Field(None) ipinfo: Optional[dict] = dict() technologies: Optional[list] = list() webserver: Optional[list] = list() updated_timestamp: Optional[str] = Field(None) active_hosts: Optional[list] = list() stale: Optional[bool] = False repositories: Optional[str] = Field(None) others: Optional[dict] = dict()","breadcrumbs":"📖 Mantis Code - Getting Started » DB Models » Assets:","id":"102","title":"Assets:"},"103":{"body":"_id: str = Field(...) host: str = Field(...) url: Optional[str] = Field(None) title: str = Field(...) org: str = Field(...) app: str = Field(None) type: Literal['vulnerability', 'misconfiguration', 'secret', 'phishing'] = Field(None) description: str = Field(None) severity: str = Field(None) tool_source: str = Field(None) created_timestamp: str = Field(None) updated_timestamp: Optional[str] = Field(None) host_with_protocol: Optional[str] = Field(None) remediation: Optional[str] = Field(None) info: Optional[dict] = Field(None) cve_id: Optional[str] = Field(None) cwe_id: Optional[str] = Field(None) others: Optional[dict] = Field(None) falsepositive: bool = Field(None) status: str = \"Open\" modified_by: str = Field(None)","breadcrumbs":"📖 Mantis Code - Getting Started » DB Models » Findings:","id":"103","title":"Findings:"},"104":{"body":"To integrate a new scanner with Mantis, it should fall under one of these categories: Command Line Tool based scanner API based scanner","breadcrumbs":"🔗 New Scanner Integrations » 🔗 New Scanner Integrations","id":"104","title":"🔗 New Scanner Integrations"},"105":{"body":"From a recon automation perspective, command-line tools are tools that you typically install in your system using brew, apt, apt-install, or similar methods, and then run scans. E.g. Amass, Subfinder, naabu, nuclei etc. $ nuclei -u https://www.example.org -json -o nuclei.json -exclude-severity info -v","breadcrumbs":"🔗 New Scanner Integrations » Command Line based Scanner","id":"105","title":"Command Line based Scanner"},"106":{"body":"Scanners that involve sending an HTTP request instead of running an OS command to perform a scan. E.g. Shodan, SSLMate etc. GET https://api.shodan.io/shodan/ports?key={YOUR_API_KEY} Now that you are aware of the scanner types that Mantis supports, let's get started","breadcrumbs":"🔗 New Scanner Integrations » API based Scanner","id":"106","title":"API based Scanner"},"107":{"body":"This tutorial will guide you through the process of integrating a new command-line tool with Mantis. Each section builds upon the previous one, but the tutorial is structured to separate topics, so that you can easily find the information you need to address your specific needs It's also designed to serve as a future reference, enabling you to come back and find the information you need when you need it.","breadcrumbs":"🔗 New Scanner Integrations » Command Line Tool » Command Line Tool","id":"107","title":"Command Line Tool"},"108":{"body":"Let's say that you're a bug bounty hunter or a product security engineer who thinks that a particular tool can make a specific module more efficient. For the purpose of this tutorial, let's assume that we need to strengthen the Discovery module, which identifies subdomains, by adding a new tool. Amass . Amass performs network mapping of attack surfaces and external asset discovery using open source information gathering and active reconnaissance techniques","breadcrumbs":"🔗 New Scanner Integrations » Command Line Tool » ✍️ Let's Get Started","id":"108","title":"✍️ Let's Get Started"},"109":{"body":"For integrating a command line scanner, these are the files you need to make changes: Add a new class file under the respective module Add the tool name in config.yml Add the installation instructions in DockerFile ⏭️ Let's now integrate Amass tool into the Discovery module","breadcrumbs":"🔗 New Scanner Integrations » Command Line Tool » 📇 Files to be changed","id":"109","title":"📇 Files to be changed"},"11":{"body":"I want to: scale my single scan across multiple machines. The number of assets owned by my organization is too large to scan on a single machine within a reasonable timeframe, making it either impossible or excessively time-consuming","breadcrumbs":"🎉 Features » Distributed Scanning » 🤔 Use-Case","id":"11","title":"🤔 Use-Case"},"110":{"body":"As a first step to integrate a new scanner, answer the below questions: Which module will this scanner be a part of? Amass is used for subdomain discovery and hence will be part of the disovery module Is this scanner a command line tool or API? Amass is a command line tool What will the tool output? Amass will output a list of subdomains What is the report output format we are expecting to parse? Though Amass supports a number of output formats, lets go with .txt What is the command that you need to execute? amass enum -passive -d {input_domain} -o {output_file_path} What is the input that the tool takes, meaning, TLDs, subdomains, IPs etc.? Amass takes TLDs as an input Now that we have a clear understanding of the expected input and output from the tool, let's begin the process of creating the scanner class. As previously indicated here , we are required to implement three functions: base_get_commands() or get_commands() parse_report() db_operations()","breadcrumbs":"🔗 New Scanner Integrations » New Tool scanner class » Add a new tool scanner class","id":"110","title":"Add a new tool scanner class"},"111":{"body":"Please Note - The name of the tool class should be the same as defined in the config file Create a new file under /mantis/mantis/modules/discovery/ and name it Amass.py","breadcrumbs":"🔗 New Scanner Integrations » New Tool scanner class » Creating the Tool Class","id":"111","title":"Creating the Tool Class"},"112":{"body":"This function needs to return a list of tool commands for every asset. def get_commands(self, assets): self.org = args.org self.base_command = 'amass enum -passive -d {input_domain} -o {output_file_path}' self.outfile_extension = \".txt\" self.assets = await get_assets_grouped_by_type(args, ASSET_TYPE_TLD) return super().base_get_commands(self.assets) self.base_command represents the command to be executed self.outfile_extension indicates the output file extension self.assets exclusively extract TLDs from the database, which are then supplied as input to Amass Info💡- As mentioned here , Mantis incorporates a range of pre-existing utility functions to facilitate the seamless integration of new tools","breadcrumbs":"🔗 New Scanner Integrations » New Tool scanner class » Implementing get_commands()","id":"112","title":"Implementing get_commands()"},"113":{"body":"This function is required to parse what the scanner outputs and insert it into the database. In this context, a list of subdomains need to be extrated and inserted into the database. Info💡- To understand the DB schema, click here def parse_report(self, outfile): output_dict_list = [] amass_output = open(outfile).readlines() for domain in amass_output: domain_dict = {} domain_dict['asset'] = domain.rstrip('\\n') domain_dict['asset_type'] = ASSET_TYPE_SUBDOMAIN domain_dict['org'] = self.org output_dict_list.append(domain_dict) return output_dict_list You dont have to worry about where the output file is stored etc. The outfile parameter is the path to the output file generated by the tool domain contains the subdomain asset_type is a parameter required for Mantis, the type of Asset, if its a TLD, subdomain or IP org is the organisation to which the asset belongs to, fetched from args","breadcrumbs":"🔗 New Scanner Integrations » New Tool scanner class » Implementing parse_report()","id":"113","title":"Implementing parse_report()"},"114":{"body":"The final step is to insert the data into mongoDB async def db_operations(self, tool_output_dict, asset=None): await CrudUtils.insert_assets(tool_output_dict) This is straight forward, call the corresponding util function to insert the data into mongoDB. Info💡- Depending on whether you are inserting an asset, or updating an asset for recon information, or adding a new finding, you can use the corresponding util functions as described here ⏭️ In a similar fashion let's try to add a new API scanner.","breadcrumbs":"🔗 New Scanner Integrations » New Tool scanner class » Implementing db_operations()","id":"114","title":"Implementing db_operations()"},"115":{"body":"Let's now try adding an API scanner instead of a command line tool, for example, SSLMate to Discovery module. As a first step to integrate a new scanner, answer the below questions: Which module will this scanner be a part of? SSLMate is used to retreive all the certificates belonging to an organisation, hence this will be under Discovery module Is this scanner a command line tool or API? SSLMate is an API based scanner What will the tool output? SSLMate will list all certificates, their DNS Names, public key, SHA. The certificate has to be added to assets and the corresponding recon information has to be update What is the report output format we are expecting to parse? JSON Response What is the input that the tool takes, meaning, TLDs, subdomains, IPs etc.? SSLMate takes TLDs as an input Now that we have a clear understanding of the expected input and output from the tool, let's begin the process of creating the scanner class. As previously indicated here , we are required to implement three functions: get_api_calls() parse_reponse() db_operations()","breadcrumbs":"🔗 New Scanner Integrations » New API Scanner » Add a new API scanner class","id":"115","title":"Add a new API scanner class"},"116":{"body":"Please Note - The name of the tool class should be the same as defined in the config file Create a new file under /mantis/mantis/modules/discovery/ and name it SSLMate.py","breadcrumbs":"🔗 New Scanner Integrations » New API Scanner » Creating the API Class","id":"116","title":"Creating the API Class"},"117":{"body":"This function needs to return the tool object and the HTTP method. async def get_api_calls(self, args: ArgsModel): self.asset_api_list = [] self.scannerName = type(self).__name__ self.endpoint = \"https://api.certspotter.com/v1/issuances?domain={domain_name}&include_subdomains=true&expand=dns_names&expand=issuer&expand=revocation&expand=problem_reporting&expand=cert_der\" self.body = \"\" self.org = args.org self.assets.extend(await get_assets_grouped_by_type(args, ASSET_TYPE_TLD)) for every_asset in self.assets: endpoint = self.endpoint.format(domain_name=every_asset) self.asset_api_list.append((self, endpoint, None, every_asset)) return [(self, \"GET\")] self.endpoint is the full HTTP request to the API Scanner self.body is the HTTP request body self.org is the organisation passed in the arguments The for loop generats an HTTP request per TLD","breadcrumbs":"🔗 New Scanner Integrations » New API Scanner » Implementing get_api_calls()","id":"117","title":"Implementing get_api_calls()"},"118":{"body":"This function is required to parse what the API outputs and insert it into the database. In this context, a list of certificates and its contextual information is extrated and inserted into the database. def parse_reponse(self, response): output_dict_list = [] response_json = response.json() for every_cert in response_json: cert_dict = {} cert_dict['asset'] = every_cert['id'] cert_dict['asset_type'] = ASSET_TYPE_CERT cert_dict['org'] = self.org cert_dict['others'] = {} cert_dict['others']['dns_names'] = every_cert['dns_names'] cert_dict['others']['tbs_sha256'] = every_cert['tbs_sha256'] cert_dict['others']['cert_sha256'] = every_cert['cert_sha256'] cert_dict['others']['pubkey_sha256'] = every_cert['pubkey_sha256'] cert_dict['others']['issuer'] = every_cert['issuer'] cert_dict['others']['not_before'] = every_cert['not_before'] cert_dict['others']['not_after'] = every_cert['not_after'] cert_dict['others']['revoked'] = every_cert['revoked'] cert_dict['others']['revocation'] = every_cert['revocation'] cert_dict['others']['cert_der'] = every_cert['cert_der'] output_dict_list.append(cert_dict) return output_dict_list You dont have to worry about where the HTTP response is retrieved etc. The response parameter contains the HTTP Reponse Extract the necessary information you want to store in the mongoDB, plus the org context and the type of Asset","breadcrumbs":"🔗 New Scanner Integrations » New API Scanner » Implementing parse_response()","id":"118","title":"Implementing parse_response()"},"119":{"body":"The final step is to insert the data into mongoDB async def db_operations(self, output_dict, asset=None): await CrudUtils.insert_assets(output_dict) This is straight forward, call the corresponding util function to insert the data into mongoDB. Info💡- Depending on whether you are inserting an asset, or updating an asset for recon information, or adding a new finding, you can use the corresponding util functions as described here Let's now look at adding the new scanner to the config file.","breadcrumbs":"🔗 New Scanner Integrations » New API Scanner » Implementing db_operations()","id":"119","title":"Implementing db_operations()"},"12":{"body":"Mantis is one of the first recon automation framework that that allows you to distribute your single scan across multiple machines , including bare metals or instances in AWS or Azure..","breadcrumbs":"🎉 Features » Distributed Scanning » 😃 Feature","id":"12","title":"😃 Feature"},"120":{"body":"Now that the Amass.py and SSLMate.py tool classes are ready, adding it to config is simple. Add the class names Amass, SSLMate under moduleName discovery under tools - workflowName: 'default' schedule: 'daily between 00:00 and 04:00' cmd: ['python3 launch.py -o org_name -f org-stale.txt --ignore_stale --stale'] workflowConfig: - moduleName : discovery tools: ['Subfinder', 'SSLMate', 'Amass'] order: 1 - moduleName: prerecon tools: ['FindCDN', 'Naabu', 'IPinfo'] order: 2 - moduleName: activehostscan tools: ['HTTPX_Tech', 'HTTPX'] order: 3 - moduleName: activerecon tools: ['Wafw00f'] order: 4 - moduleName: scan tools: [ 'DNSTwister', 'Csper', 'Nuclei', 'NucleiRecon'] order: 5 - moduleName: secretscanner tools: ['SecretScanner'] order: 6","breadcrumbs":"🔗 New Scanner Integrations » Add scanner to config file » Add scanner to config file","id":"120","title":"Add scanner to config file"},"121":{"body":"","breadcrumbs":"🔗 New Scanner Integrations » Install instructions in DockerFile » Install instructions","id":"121","title":"Install instructions"},"122":{"body":"Add the install instructions below the WORKDIR /home/mantis RUN echo \"Installing Amass\"\nRUN wget https://github.com/owasp-amass/amass/releases/download/v3.23.2/amass_Linux_amd64.zip\nRUN unzip amass_Linux_amd64.zip\nRUN mv amass_Linux_amd64/amass /usr/bin","breadcrumbs":"🔗 New Scanner Integrations » Install instructions in DockerFile » Docker File","id":"122","title":"Docker File"},"123":{"body":"Devbox creates isolated and reproducible development environments capable of running anywhere. It also features a package manager, NixOS. Please verify whether the package of the newly integrated tool is present here . If the package is present in NixOs, then add the package name with relevant version to the package list under setup/ubuntu/devbox.json or setup/mac/devbox.json \"packages\": [ \"python@3.10\", \"stdenv.cc.cc.lib\", \"amass@3.22.2\", \"subfinder@2.6.0\", \"httpx@1.3.3\", \"ipinfo@2.10.1\", \"naabu@2.1.6\", \"nuclei@2.9.7\", \"gitleaks@8.17.0\", \"gau@2.1.2\", \"python310Packages.pip\", \"gccStdenv\" ], Else add the native installation in the setup list in setup/ubuntu/devbox.json or setup/mac/devbox.json","breadcrumbs":"🔗 New Scanner Integrations » Install instructions in DockerFile » DevBox","id":"123","title":"DevBox"},"13":{"body":"Mantis uses Ray framework to scale. Ray Core provides a small number of core primitives (i.e., tasks, actors, objects) for building and scaling distributed applications. Please Note - A short infrastructure setup is required before utilising this feature as described here The Mantis framework is designed to use Ray Core in the most efficient way, breaking down a single scan into the most granular level. To put it simply: Each module has a specific assigned order number that indicates the sequence in which it should be executed. For example, Discovery needs to run before Recon, with Discovery's order number being 1 and Recon's being 2 Scans required for each module are run in parallel while other modules wait for the previous module's completion The Workflow Class retrieves the module name and order from the config.yml file and generates commands for all the tools in each module for every asset. This list of commands is then passed to the Ray function The Ray function distributes these commands across VMs and allocates a single CPU for every command Ray's self-managed scheduling system ensures efficient allocation of resources, and configurable retries against potential failures provide added reliability INFO💡: All of the internal implementation described above is for your information only. Once you have your infrastructure set up, all you need to do is add the IP addresses of your VMs to the configuration file, and everything else remains the same","breadcrumbs":"🎉 Features » Distributed Scanning » How does Mantis distribute your scan ?","id":"13","title":"How does Mantis distribute your scan ?"},"14":{"body":"product security teams bug bounty hunters","breadcrumbs":"🎉 Features » Dashboard Support » Dashboard Support","id":"14","title":"Dashboard Support"},"15":{"body":"I want to: create a dashboard that provides an overview of my organization, its assets, and its findings","breadcrumbs":"🎉 Features » Dashboard Support » 🤔 Use-Case","id":"15","title":"🤔 Use-Case"},"16":{"body":"Mantis does not come with a dashboard as creating a user interface can be highly opinionated. Instead, Mantis provides details of assets and findings in a structured format in MongoDB. Any dashboard that supports MongoDB integration should work with Mantis's output Mantis's integration works well with the following dashboard: AppSmith - Default Support Chartbrew Metabse","breadcrumbs":"🎉 Features » Dashboard Support » 😃 Feature","id":"16","title":"😃 Feature"},"17":{"body":"","breadcrumbs":"🎉 Features » Dashboard Support » 😮 How does Mantis look with AppSmith ?","id":"17","title":"😮 How does Mantis look with AppSmith ?"},"18":{"body":"","breadcrumbs":"🎉 Features » Dashboard Support » Assets","id":"18","title":"Assets"},"19":{"body":"","breadcrumbs":"🎉 Features » Dashboard Support » Vulnerabilities","id":"19","title":"Vulnerabilities"},"2":{"body":"Mantis is an advanced open-source framework that: Enables automated asset discovery, reconnaissance, and vulnerability scanning processes The results of these comprehensive scans are stored in a robust MongoDB database and can be seamlessly integrated with any dashboard supporting MongoDB integration","breadcrumbs":"👋 Introduction » 🤔 What is Mantis ?","id":"2","title":"🤔 What is Mantis ?"},"20":{"body":"","breadcrumbs":"🎉 Features » Dashboard Support » Certificates","id":"20","title":"Certificates"},"21":{"body":"product security teams bug bounty hunters","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » Workflow Customisation","id":"21","title":"Workflow Customisation"},"22":{"body":"I want to: customize scans with ease to best suit my organization's or bug bounty requirements ability to choose from various modules, including discovery and vulnerability scanning, to create a tailored scan that meets my specific needs granular options to specify tools within each module, allowing me to optimize my security operations for maximum efficiency","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » 🤔 Use-Case","id":"22","title":"🤔 Use-Case"},"23":{"body":"In Mantis: we refer to the entire automation process as a Workflow Worflow is further divided into individual blocks called as a Module Modules are further divided as Tools All the above are easily customisable via a config file","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » 😃 Feature","id":"23","title":"😃 Feature"},"24":{"body":"This is the workflow snippet from config.yml , you can just add/remove the module or tool you want to customise: workflow: - workflowName: 'default' schedule: 'daily between 00:00 and 04:00' cmd: ['python3 launch.py -o org_name -f org-tlds.txt --ignore_stale --stale'] workflowConfig: - moduleName : Route53 tools: ['Route53'] order: 1 - moduleName : discovery tools: ['Subfinder', 'SSLMate'] order: 1 - moduleName: prerecon tools: ['FindCDN', 'Naabu', 'IPinfo'] order: 2 - moduleName: activehostscan tools: ['HTTPX_Tech', 'HTTPX'] order: 3 - moduleName: activerecon tools: ['Wafw00f'] order: 4 - moduleName: scan tools: [ 'DNSTwister', 'Csper', 'Nuclei', 'NucleiRecon'] order: 5 - moduleName: secretscanner tools: ['SecretScanner'] order: 6 moduleName - Pre-packaged or custom modules tools - Tools included as part of the module order - The order in which the module needs to be executed, e.g., discovery needs to be run before recon","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » 🎛️ Workflow Customisation","id":"24","title":"🎛️ Workflow Customisation"},"25":{"body":"","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » Examples","id":"25","title":"Examples"},"26":{"body":"Run a single module, say just 'Discovery', this is how your config is going to look, simply comment or remove the rest of the modules workflow: - moduleName : discovery tools: ['Subfinder', 'SSLMate', 'Amass'] order: 1","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » Example 1","id":"26","title":"Example 1"},"27":{"body":"Remove a tool, say you just want to run subdomain discovery and not identify 'certificates', so just remove 'SSLMate' from tools section under Discovery moduleName workflow: - moduleName : discovery tools: ['Subfinder', 'Amass'] order: 1","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » Example 2","id":"27","title":"Example 2"},"28":{"body":"INFO💡: For more details on config.yml and how to edit it, Click here","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » Understanding config.yml","id":"28","title":"Understanding config.yml"},"29":{"body":"product security teams bug bounty hunters","breadcrumbs":"🎉 Features » Advanced Alerting » Advanced Alerting","id":"29","title":"Advanced Alerting"},"3":{"body":"Mantis is a security framework engineered to provide exceptional value and convenience to both product security teams and bug bounty hunters alike. Our innovative framework offers unparalleled ease-of-use and customizable automation for all your recon needs With Mantis, you can take advantage of our advanced alerting capabilities and faster scanning times to fortify your defenses and stay ahead of the game","breadcrumbs":"👋 Introduction » 🤨 Why another RECON automation framework ?","id":"3","title":"🤨 Why another RECON automation framework ?"},"30":{"body":"I want to: customise my alerts, say, today i recieve alerts only for vulnerabilities, tomorrow i need to start receiving alerts for my phishing domains as well, there shouldnt be any code change tag specific teams for specific alerts","breadcrumbs":"🎉 Features » Advanced Alerting » 🤔 Use-Case","id":"30","title":"🤔 Use-Case"},"31":{"body":"Alerting is layered and config driven with no code change required in Mantis. There are two types of alerting that Mantis supports: Assets and Findings Scan Stats Currently, we support notifications via slack","breadcrumbs":"🎉 Features » Advanced Alerting » 😃 Feature","id":"31","title":"😃 Feature"},"32":{"body":"","breadcrumbs":"🎉 Features » Advanced Alerting » Slack Alerts Example","id":"32","title":"Slack Alerts Example"},"33":{"body":"","breadcrumbs":"🎉 Features » Advanced Alerting » Scan Efficiency Alert","id":"33","title":"Scan Efficiency Alert"},"34":{"body":"","breadcrumbs":"🎉 Features » Advanced Alerting » New Assets Alert","id":"34","title":"New Assets Alert"},"35":{"body":"INFO💡: For more details on config.yml and how to edit it, Click here","breadcrumbs":"🎉 Features » Advanced Alerting » Understanding config.yml","id":"35","title":"Understanding config.yml"},"36":{"body":"product security teams bug bounty hunters","breadcrumbs":"🎉 Features » Understanding Scan Efficiency » Understanding Scan Efficiency","id":"36","title":"Understanding Scan Efficiency"},"37":{"body":"I want to: understand whether my scans succeeded or failed determine the time taken for the scans","breadcrumbs":"🎉 Features » Understanding Scan Efficiency » 🤔 Use-Case","id":"37","title":"🤔 Use-Case"},"38":{"body":"Mantis provides you with efficient scan statistics at a granular level, including the following: Total scan time and efficiency Module level scan time and efficiency Success or Failure status for each asset The Efficiency is calcuated based on the success/failure rates","breadcrumbs":"🎉 Features » Understanding Scan Efficiency » 😃 Feature","id":"38","title":"😃 Feature"},"39":{"body":"Post scan, Mantis outputs a file which is present in {mantis_dir}/logs/scan_efficiency/, which provides you with the scan metadata.","breadcrumbs":"🎉 Features » Understanding Scan Efficiency » Scan Efficiency","id":"39","title":"Scan Efficiency"},"4":{"body":"Usage of this program for attacking targets without consent is illegal. It is the user's responsibility to obey all applicable laws. The developer assumes no liability and is not responsible for any misuse or damage caused by this program. Please use responsibly. The material contained in this repository is licensed under apache2.","breadcrumbs":"👋 Introduction » 🚨 Disclaimer","id":"4","title":"🚨 Disclaimer"},"40":{"body":"{ \"module_name\": \"PRERECON\", \"module_start_time\": \"524109.441001708\", \"module_end_time\": \"524288.824489208\", \"module_time_taken\": \"0:02:59\", \"module_tool_logs\": [ { \"tool_name\": \"FindCDN\", \"success\": 1, \"failure\": 0, \"code\": 0, \"command\": \"findcdn list example.in -o /tmp/7917f79d-8b06-4727-8953-dcf5c84efde6.json -v\", \"errors\": null, \"exception\": null, \"tool_time_taken\": \"0:02:59\" } ]\n} The above stats clearly states: the python subprocess exit code was 0, indicating success (warning - this depends on how efficiently the tool handles exit codes as well) the scan for a particular asset example.com was successful the total time taken to run subfinder on that asset","breadcrumbs":"🎉 Features » Understanding Scan Efficiency » Success Scenario","id":"40","title":"Success Scenario"},"41":{"body":"{ \"module_name\": \"DISCOVERY\", \"module_start_time\": \"525058.566098541\", \"module_end_time\": \"525059.556518666\", \"module_time_taken\": \"0:00:01\", \"module_tool_logs\": [ { \"tool_name\": \"Subfinder\", \"success\": 0, \"failure\": 1, \"code\": 2, \"command\": \"subfinder -te -d example.com -o /tmp/de4c5987-d4fe-46f9-89ef-f19af67cd1d0.txt\", \"errors\": null, \"exception\": \"[Errno 2] No such file or directory: '/tmp/de4c5987-d4fe-46f9-89ef-f19af67cd1d0.txt'\", \"tool_time_taken\": \"0:00:00\" } ]\n} The above stats clearly states: the python subprocess exit code with a non-zero exit code (2), indicating failure the scan for a particular asset example.com was a failure , this is because a wrong subfinder command was passed","breadcrumbs":"🎉 Features » Understanding Scan Efficiency » Failure Scenario","id":"41","title":"Failure Scenario"},"42":{"body":"product security teams","breadcrumbs":"🎉 Features » Integrate DNS Services » Integrate DNS Services","id":"42","title":"Integrate DNS Services"},"43":{"body":"I want to: feed my known assets to the framework because I know that they belong to my organization have the capability to feed subdomains, IP, IP-CIDRs or IP Range integrate my organisation's DNS Service","breadcrumbs":"🎉 Features » Integrate DNS Services » 🤔 Use-Case","id":"43","title":"🤔 Use-Case"},"44":{"body":"We are aware that no recon automation framework can be perfect in identifying all assets and findings. To some extent, this also depends on the tools used. Therefore, we designed Mantis to not only provide an external attacker's perspective but also add internal context to an organization. There are two ways in which you can add internal context to Mantis: Integrate your DNS Service (Route 53) Upload a file (use the '-f' flag)","breadcrumbs":"🎉 Features » Integrate DNS Services » 😃 Feature","id":"44","title":"😃 Feature"},"45":{"body":"product security teams bug bounty hunters","breadcrumbs":"🎉 Features » Secrets Scanning » Secrets Scanning","id":"45","title":"Secrets Scanning"},"46":{"body":"I want to: identify any secrets belonging to my organization that have been leaked on the public internet identify any secrets that have been provided by my organization to our partners or vendors that have been leaked on the public internet","breadcrumbs":"🎉 Features » Secrets Scanning » 🤔 Use-Case","id":"46","title":"🤔 Use-Case"},"47":{"body":"INFO💡: Secrets scanning is currently an experimental feature due to a number of limitations, such as rate limiting that are applied on the search engines where we search for information. The basic responsibility of secrets scanning is to identify secrets on the public internet . Currently, it searches for: Secrets in Wayback URLs Secrets in Wayback JS Files Secrets in Github for an Organistaion [Coming Soon] Secrets in Swagger [Coming Soon] Secrets in Postman Collections [Coming Soon]","breadcrumbs":"🎉 Features » Secrets Scanning » 😃 Feature","id":"47","title":"😃 Feature"},"48":{"body":"product security teams bug bounty hunters","breadcrumbs":"🎉 Features » Integrate new scanner in minutes » Integrate new scanner in minutes","id":"48","title":"Integrate new scanner in minutes"},"49":{"body":"I want to: integrate new tools with a recon automation framework that the framework does not support by default add scanners that are either a command-line tool or an API integrate scanners quickly and easily","breadcrumbs":"🎉 Features » Integrate new scanner in minutes » 🤔 Use-Case","id":"49","title":"🤔 Use-Case"},"5":{"body":"With Mantis, you benefit from an array of exceptional features designed to enhance your workflows. These include but are not limited to: Recon Automation Super Easy Workflow Customisation Dashboard Support Integrate a new tool within minutes Distribute your scan and make it 2x Faster Understanding Scan Efficiency Integrate with your Org's DNS Service Advanced Alerting Secrets Scanning","breadcrumbs":"🎉 Features » 🎉 Features","id":"5","title":"🎉 Features"},"50":{"body":"Mantis is designed with the goal of minimizing the time it takes to integrate new scanners, whether for Mantis developers or external teams. Mantis includes several functions that make integrating new scanners easy. To add a new tool, this is what you need to do: Create a Python class for the scanner Extend ToolScanner if you are integrating a new command line scanner Extend APIScanner if you are integrating a new API scanner Implement three functions in the class get_commands() or get_api_calls() , depends on whether you choose Tool or API, this basically gets your scan command or API HTTP request ready parse_report() or parse_response() , again depends on whether you choose Tool or API, this is to parse the response db_operations() , insert the information to database and this is where its simple, we have built-in functions that takes care of everything Add the install instructions in DockerFile INFO💡: For a more detailed understanding on how to integrate a new scanner, Click here","breadcrumbs":"🎉 Features » Integrate new scanner in minutes » 😃 Feature","id":"50","title":"😃 Feature"},"51":{"body":"Mantis provides multiple installation methods that includes performing the entire scan in a single system or multiple machines Single Machine Docker Linux (Ubuntu) (Coming Soon) Windows (Coming Soon) Multiple Machine Set of VMs (Coming Soon) AWS (Ansible script) (Coming Soon)","breadcrumbs":"⚙️ Installation and Setup » ⚙️ Installation","id":"51","title":"⚙️ Installation"},"52":{"body":"Mantis supports multiple installation types. Installing Mantis via Docker would be a good start to get a hang of the framework. Considering that Mantis also includes mongoDB and AppSmith, we have provided a shell script that installs all the components.","breadcrumbs":"⚙️ Installation and Setup » Docker » Docker","id":"52","title":"Docker"},"53":{"body":"Clone the Mantis repository git clone https://github.com/PhonePe/mantis.git cd into the Mantis directory cd mantis/setup/docker Run the respective docker setup file based on your OS ./docker-setup-macos.sh ./docker-setup-ubuntu.sh","breadcrumbs":"⚙️ Installation and Setup » Docker » Setup","id":"53","title":"Setup"},"54":{"body":"Once you have setup Mantis, you can now look at customising your scan requirements. Scan customisations are available via: Config File - contains customisations related to scan workflow, scheduling, notifications etc. Command Line - contains basic options to onboard your assets and scan INFO💡- Config File Path: /mantis/config/local.yml","breadcrumbs":"🛠️ Configuration » 🛠️ Configuration","id":"54","title":"🛠️ Configuration"},"55":{"body":"Mantis Config file provides multiple customisations including: Workflow Customisation Scheduler Customisation Setting App Context Slack Alerting","breadcrumbs":"🛠️ Configuration » 📋 Config File » 📋 Config File","id":"55","title":"📋 Config File"},"56":{"body":"Warning 🚨 - In onboard mode, you should run scans only with the 'default' workflow This is the workflow snippet from config.yml , you can just add/remove the module or tool you want to customise: workflow: - workflowName: 'default' schedule: 'daily between 00:00 and 04:00' cmd: ['python3 launch.py -o org_name -f org-tlds.txt --ignore_stale --stale'] workflowConfig: - moduleName : Route53 tools: ['Route53'] order: 1 - moduleName : discovery tools: ['Subfinder', 'SSLMate'] order: 1 - moduleName: prerecon tools: ['FindCDN', 'Naabu', 'IPinfo'] order: 2 - moduleName: activehostscan tools: ['HTTPX_Tech', 'HTTPX'] order: 3 - moduleName: activerecon tools: ['Wafw00f'] order: 4 - moduleName: scan tools: [ 'DNSTwister', 'Csper', 'Nuclei', 'NucleiRecon'] order: 5 - moduleName: secretscanner tools: ['SecretScanner'] order: 6 moduleName - Pre-packaged or custom modules tools - Tools included as part of the module order - The order in which the module needs to be executed, e.g., discovery needs to be run before recon","breadcrumbs":"🛠️ Configuration » 📋 Config File » Workflow Configuration » 🎛️ Workflow Configuration","id":"56","title":"🎛️ Workflow Configuration"},"57":{"body":"Warning 🚨 - Do not modify the default workflow config, always create a new workflow before modifying it as shown in example 3","breadcrumbs":"🛠️ Configuration » 📋 Config File » Workflow Configuration » Examples","id":"57","title":"Examples"},"58":{"body":"Run a single module, say just 'Discovery', this is how your config is going to look, simply remove the rest of the modules workflow: - moduleName : discovery tools: ['Subfinder', 'SSLMate', 'Amass'] order: 1","breadcrumbs":"🛠️ Configuration » 📋 Config File » Workflow Configuration » Example 1","id":"58","title":"Example 1"},"59":{"body":"Remove a tool, say you just want to run subdomain discovery and not identify 'certificates', so just remove 'SSLMate' from tools section under Discovery moduleName workflow: - moduleName : discovery tools: ['Subfinder', 'Amass'] order: 1","breadcrumbs":"🛠️ Configuration » 📋 Config File » Workflow Configuration » Example 2","id":"59","title":"Example 2"},"6":{"body":"product security teams bug bounty hunters","breadcrumbs":"🎉 Features » Recon Automation » Recon Automation","id":"6","title":"Recon Automation"},"60":{"body":"Now say you want to go one step ahead and create you own workflow, you can do that by simply copy, pasting the default workflow, make the corresponding changes and rename it according your requirement. workflow: - workflowName: 'custom_workflow' schedule: 'daily between 00:00 and 04:00' cmd: ['python3 launch.py -o org_name -f org-tlds.txt --ignore_stale --stale'] workflowConfig: - moduleName : discovery tools: ['Subfinder', 'Amass'] order: 1 - moduleName: prerecon tools: ['FindCDN', 'Naabu'] order: 2 - moduleName: activehostscan tools: ['HTTPX_Tech', 'HTTPX'] order: 3 - moduleName: scan tools: [ 'DNSTwister', 'Csper', 'Nuclei', 'NucleiRecon'] order: 4 As you can see, the new workflow does not contain modules like Route53, ActiveRecon, SecretsScanning etc. A couple of tools like SSLMate and IPInfo have been removed too. The name of the workflow is also changed to custom_workflow Now to run this new workflow, you can make use of the -w options $ mantis -o example -t example.org -w custom_workflow","breadcrumbs":"🛠️ Configuration » 📋 Config File » Workflow Configuration » Example 3","id":"60","title":"Example 3"},"61":{"body":"Mantis also lets you schedule scans, this scheduler option is present in in the workflow config itself.","breadcrumbs":"🛠️ Configuration » 📋 Config File » Scheduler Configuration » Scheduler Configuration","id":"61","title":"Scheduler Configuration"},"62":{"body":"","breadcrumbs":"🛠️ Configuration » 📋 Config File » Scheduler Configuration » Examples","id":"62","title":"Examples"},"63":{"body":"Setup default workflow module to be run everyday at 9AM. INFO 💡 - Schedule key words are based on Python Rocketery Framework workflow: - workflowName: 'default' schedule: 'daily between 09:00 and 11:00' cmd: ['python3 launch.py -o org_name -f org-tlds.txt --ignore_stale --stale'] workflowConfig: - moduleName : Route53 tools: ['Route53'] order: 1 - moduleName : discovery tools: ['Subfinder', 'SSLMate'] order: 1 - moduleName: prerecon tools: ['FindCDN', 'Naabu', 'IPinfo'] order: 2 - moduleName: activehostscan tools: ['HTTPX_Tech', 'HTTPX'] order: 3 - moduleName: activerecon tools: ['Wafw00f'] order: 4 - moduleName: scan tools: [ 'DNSTwister', 'Csper', 'Nuclei', 'NucleiRecon'] order: 5 - moduleName: secretscanner tools: ['SecretScanner'] order: 6 Created a new config discovery_workflow that only runs discovery module Set the schedule parameter to daily at 9:00","breadcrumbs":"🛠️ Configuration » 📋 Config File » Scheduler Configuration » Example 1","id":"63","title":"Example 1"},"64":{"body":"Setup discovery module to be run everyday at 11AM. workflow: - workflowName: 'discovery_workflow' schedule: 'daily between 11:00 and 14:00' cmd: ['python3 launch.py -o org_name -f org-tlds.txt -w discovery_workflow'] workflowConfig: - moduleName : discovery tools: ['Subfinder', 'SSLMate'] order: 1 Created a new config discovery_workflow that only runs discovery module Set the schedule parameter to daily at 9:00","breadcrumbs":"🛠️ Configuration » 📋 Config File » Scheduler Configuration » Example 2","id":"64","title":"Example 2"},"65":{"body":"Warning 🚨 - Considering this feature is a string based match, this will not be 100 % accurate when you add strings that are of shorter length Mantis lets you setup an App Context to the subdomains discovered. For e.g. if you organisation has multiple apps like upi, insurance, mutual funds etc. You can provide key words for every app and Mantis will automatically map this context to each subdomain discovered and also to findings. app: upi: [upi,payments] insurance: [insurance.org.com] mutual-funds: [mutual-funds, mutual] This will map: upi.org.com, payments.org.com to upi app buy.insurance.org.com, integrations.insurance.org.com to insurance app mf.org.com, mf-buy.org.com, mf-api.org.com to mutual-funds app","breadcrumbs":"🛠️ Configuration » 📋 Config File » Setting App Context » Setting App Context","id":"65","title":"Setting App Context"},"66":{"body":"Mantis provides an advanced layered based Slack alerting, that includes: Teams Apps Assets/Findings Tagging","breadcrumbs":"🛠️ Configuration » 📋 Config File » Slack Notification » Slack Notification","id":"66","title":"Slack Notification"},"67":{"body":"notify: - teamName: web_team scanEfficiency: true channel: slack: - https://hooks.slack.com/services/********/******** app: [payments-dashboard, transactions-dashboard] assets: - subdomain: ['prateek.thakare'] - certificate: ['praveen.kanniah'] findings: - vulnerability: [] - secret: []","breadcrumbs":"🛠️ Configuration » 📋 Config File » Slack Notification » Notifications Config","id":"67","title":"Notifications Config"},"68":{"body":"A Team is a team within an organistion, e.g. web team, appsec team, infra team etc. With Mantis, you can create unique configurations for every team and alert them for what they need.","breadcrumbs":"🛠️ Configuration » 📋 Config File » Slack Notification » Layer 1 (Teams)","id":"68","title":"Layer 1 (Teams)"},"69":{"body":"In the background Mantis stores the identified assets, recon informtion and vulnerbailities in a mongDB database. Mantis lets you provide keywords to map a subdomain to an App, like this: app:\npayments-dashboard: [payments, upi]\ntransactions-dashboard: [transactions, npci] If a subdomain is discovered with these keywords, it will automatically map it to an app and store the context. A team can now receive alerts specific to an app.","breadcrumbs":"🛠️ Configuration » 📋 Config File » Slack Notification » Layer 2 (Apps)","id":"69","title":"Layer 2 (Apps)"},"7":{"body":"I want to: automate the entire process of asset discovery, reconnaissance, and vulnerability scanning store relevant details with contextual information in a database and retrieve them at any time schedule scans and set up alerts","breadcrumbs":"🎉 Features » Recon Automation » 🤔 Use-Case","id":"7","title":"🤔 Use-Case"},"70":{"body":"A team can also receive alerts based on an Asset Type or Findings Type Assets TLD (Top Level Domain) Subdomain IP Certificates Findings Vulerabilities Misconfigurations Phishing Secrets You can add/delete the types you want to receive/ignore alerts for.","breadcrumbs":"🛠️ Configuration » 📋 Config File » Slack Notification » Layer 3 (Assets and Findings)","id":"70","title":"Layer 3 (Assets and Findings)"},"71":{"body":"This layer is specific to Slack alerting, where in a group you can particularly tag a specific person for a particular alert.","breadcrumbs":"🛠️ Configuration » 📋 Config File » Slack Notification » Layer 4 (Tagging and Channels)","id":"71","title":"Layer 4 (Tagging and Channels)"},"72":{"body":"Mantis ships with a simple list of command line options.","breadcrumbs":"🛠️ Configuration » 🖥️ Command Line » 🖥️ Command Line","id":"72","title":"🖥️ Command Line"},"73":{"body":"usage: ONBOARD: (First time scan, Run this !!) mantis onboard -o example_org -t www.example.org mantis onboard -o example_org -f file.txt SCAN: mantis scan -o example_org mantis scan -o example_org -a example_app options: -h, --help list command line options subparser: {onboard,scan} onboard Onboard a target scan Scan an org","breadcrumbs":"🛠️ Configuration » 🖥️ Command Line » Quick Help","id":"73","title":"Quick Help"},"74":{"body":"usage: ONBOARD: (First time scan, Run this !!) mantis onboard -o example_org -t example.tld mantis onboard -o example_org -f file.txt options: -h, --help show this help message and exit -t HOST, --host HOST top level domain to scan -f FILE_NAME, --file_input FILE_NAME path to file containing any combination of TLD, subdomain, IP-range, IP-CIDR -w WORKFLOW, --workflow WORKFLOW workflow to be executed as specified in config file -o ORG, --org ORG name of the organisation -a APP, --app APP scan only subdomains that belong to an app -p, --passive run passive port scan -s, --stale mark domains as stale (domains purchased but not in use) -i, --ignore_stale ignore stale domains during scan -tc THREAD_COUNT, --thread_count THREAD_COUNT thread count, default 10 -r, --use_ray use ray framework for distributed scans -n NUM_ACTORS, --num_actors NUM_ACTORS number of ray actors, default 10 -d, --delete_logs delete logs of previous scans -v, --verbose print debug logs -aws AWS_PROFILES, --aws_profiles AWS_PROFILES List of comma separated aws profiles for Route53","breadcrumbs":"🛠️ Configuration » 🖥️ Command Line » Onboard Help","id":"74","title":"Onboard Help"},"75":{"body":"usage: SCAN: mantis scan -o example_org mantis scan -o example_org -a example_app options: -h, --help show this help message and exit -w WORKFLOW, --workflow WORKFLOW workflow to be executed as specified in config file -o ORG, --org ORG name of the organisation -a APP, --app APP scan only subdomains that belong to an app -p, --passive run passive port scan -s, --stale mark domains as stale (domains purchased but not in use) -i, --ignore_stale ignore stale domains during scan -tc THREAD_COUNT, --thread_count THREAD_COUNT thread count, default 10 -r, --use_ray use ray framework for distributed scans -n NUM_ACTORS, --num_actors NUM_ACTORS number of ray actors, default 10 -d, --delete_logs delete logs of previous scans -v, --verbose print debug logs -aws AWS_PROFILES, --aws_profiles AWS_PROFILES List of comma separated aws profiles for Route53","breadcrumbs":"🛠️ Configuration » 🖥️ Command Line » Scan Help","id":"75","title":"Scan Help"},"76":{"body":"Mantis provides two modes to scan: Onbaord and Scan Scan","breadcrumbs":"🔍 Run a Scan » 📨 Run a Scan","id":"76","title":"📨 Run a Scan"},"77":{"body":"You want to onboard an org with its TLDs/IPs/IP-CIDRs/IP Range for the first time, use the onboard mode. This runs the scan on the default workflow. You can use mantis command or directly run the framework using python3 launch.py. TLD python3 launch.py onboard -o org_name -t example.in IP python3 launch.py onboard -o org_name -t 10.123.123.12 IP-Range python3 launch.py onboard -o org_name -t 10.0.0.10-10 IP-CIDR python3 launch.py onboard -o org_name -t 10.0.0.10/24","breadcrumbs":"🔍 Run a Scan » Onboard and Scan","id":"77","title":"Onboard and Scan"},"78":{"body":"python3 launch.py onboard -o org_name -f input.txt","breadcrumbs":"🔍 Run a Scan » Onboard Known Assets and Scan","id":"78","title":"Onboard Known Assets and Scan"},"79":{"body":"Now that you have onboarded, you just need to run scheduled scans for an org, you can just use the scan mode python3 launch.py scan -o org_name","breadcrumbs":"🔍 Run a Scan » Scan on all assets belonging to an organisation","id":"79","title":"Scan on all assets belonging to an organisation"},"8":{"body":"Mantis automates the entire process from discovery to scan and stores organization and application-based context in a MongoDB database. The framework also provides easily customizable alerting capabilities with no code changes required.","breadcrumbs":"🎉 Features » Recon Automation » 😃 Feature","id":"8","title":"😃 Feature"},"80":{"body":"python3 launch.py scan -o org_name -a app_name","breadcrumbs":"🔍 Run a Scan » Scan on all assets belonging to an organisation and app","id":"80","title":"Scan on all assets belonging to an organisation and app"},"81":{"body":"Mantis currently supports the following clients for Notifications: Slack Discord [Coming Soon] Mail [Coming Soon]","breadcrumbs":"📨 Notifications » 📨 Notifications","id":"81","title":"📨 Notifications"},"82":{"body":"Mantis provides an advanced layered based Slack alerting, that includes: Teams Apps Assets/Findings Tagging","breadcrumbs":"📨 Notifications » Slack » Slack","id":"82","title":"Slack"},"83":{"body":"notify: - teamName: web_team scanEfficiency: true channel: slack: - https://hooks.slack.com/services/********/******** app: [payments-dashboard, transactions-dashboard] assets: - subdomain: ['prateek.thakare'] - certificate: ['praveen.kanniah'] findings: - vulnerability: [] - secret: []","breadcrumbs":"📨 Notifications » Slack » Notifications Config","id":"83","title":"Notifications Config"},"84":{"body":"A Team is a team within an organistion, e.g. web team, appsec team, infra team etc. With Mantis, you can create unique configurations for every team and alert them for what they need.","breadcrumbs":"📨 Notifications » Slack » Layer 1 (Teams)","id":"84","title":"Layer 1 (Teams)"},"85":{"body":"In the background Mantis stores the identified assets, recon informtion and vulnerbailities in a mongDB database. Mantis lets you provide keywords to map a subdomain to an App, like this: app:\npayments-dashboard: [payments, upi]\ntransactions-dashboard: [transactions, npci] If a subdomain is discovered with these keywords, it will automatically map it to an app and store the context. A team can now receive alerts specific to an app.","breadcrumbs":"📨 Notifications » Slack » Layer 2 (Apps)","id":"85","title":"Layer 2 (Apps)"},"86":{"body":"A team can also receive alerts based on an Asset Type or Findings Type Assets TLD (Top Level Domain) Subdomain IP Certificates Findings Vulerabilities Misconfigurations Phishing Secrets You can add/delete the types you want to receive/ignore alerts for.","breadcrumbs":"📨 Notifications » Slack » Layer 3 (Assets and Findings)","id":"86","title":"Layer 3 (Assets and Findings)"},"87":{"body":"This layer is specific to Slack alerting, where in a group you can particularly tag a specific person for a particular alert.","breadcrumbs":"📨 Notifications » Slack » Layer 4 (Tagging and Channels)","id":"87","title":"Layer 4 (Tagging and Channels)"},"88":{"body":"List of tools that Mantis framework integrates and their purpose Module Tool Purpose Discovery Subfinder Subdomain Enumeration Discovery AMASS Subdomain Enumeration Discovery SSLMate Certificates Pre-Recon FindCDN Determine CDN Pre-Recon Naabu Port Discovery Pre-Recon IPInfo Extract IP Information Active-Host-Scan HTTPX Determine Active hosts & Technologies Active-Recon Wafw00f Deteminf WAF Scan Nuclei Vulnerability Scan Scan DNS Twister Determine Phishing domains Scan Csper Identify CSP misconfigurations Scan Corsy Identify CORS misconfigurations Secrets GAU Determine wayback URLs Secrets Gitleaks Identify Secrets","breadcrumbs":"🧰 Tools » Tools List","id":"88","title":"Tools List"},"89":{"body":"Before you add a new module or scanner to Mantis yourself, it is important to understand the parts of the code that you'll be editing and certain functions that will come in handy. In this walkthrough, we shall mainly focus on: Mantis folder structure - This will help you understand exactly where you need to make changes for new integrations Base scanner class - Based on the scanner that you want to integrate, this will help you choose the base class that you need to inherit Important utility functions - If your new scanner only accepts IP addresses, TLDs, or sometimes both, you don't have to write any queries or functions to validate the inputs. Mantis has built-in utility functions that can provide you with this input directly. DB models - After your new scanner completes its scan, you'll need to insert the results into MongoDB. To do so, you'll need to understand the schema that is in place. This will help you do that. A basic understanding of the above will simplify any new integrations with Mantis. ⏭️ Let's begin with understanding the folder structure next.","breadcrumbs":"📖 Mantis Code - Getting Started » 📖 Mantis Code - Getting Started","id":"89","title":"📖 Mantis Code - Getting Started"},"9":{"body":"Mantis is capable of understanding top-level domain, IP, IP-CIDR, IP Range or even subdomains as user input Discovery module efficiently enumerates top-level domains provided as user input to identify subdomains Reconnaissance module fetches crucial and relevant information about assets required for vulnerability scanning Scan module is designed to identify misconfigurations and vulnerabilities","breadcrumbs":"🎉 Features » Recon Automation » Automation Overview","id":"9","title":"Automation Overview"},"90":{"body":"This is an overview of the Mantis code's folder structure. .\n├── configs\n├── mantis\n│ ├── config_parsers\n│ ├── db\n│ ├── models\n│ ├── modules\n│ │ ├── Route53\n│ │ ├── activehostscan\n│ │ ├── activerecon\n│ │ ├── discovery\n│ │ ├── prerecon\n│ │ ├── scan\n│ │ └── secretscanner\n│ │ └── submodules\n│ ├── scan_orchestration\n│ ├── tool_base_classes\n│ ├── utils\n│ └── workflows\n└── setup ├── docker └── ubuntu INFO💡: Before we begin, remember, the entire automation process is referred to as a workflow in Mantis, which is further broken down into modules, and modules are further broken down into tools. For the purpose of new integrations, let's look at the folders that will be most relevant to our objective. configs - This folder contains the file local.yml , which is where, you do most of your framework customisations db - Not every file under db will interest you, except the db_models.py . This file contains the db schema modules - This folder contains the scanner classes categorized by each module. Here's a quick look inside one of the modules folder discovery .\n├── Amass.py\n├── SSLMate.py\n├── Subfinder.py\n└── __init__.py utils - Again not every file is of importance, except the tool_utils.py . This file contains functions that will make your life simple during new integrations DockerFile - Last, the DockerFile itself, where you will add the installation instructions for new scanners, if any","breadcrumbs":"📖 Mantis Code - Getting Started » Folder Structure » Code - Folder Structure","id":"90","title":"Code - Folder Structure"},"91":{"body":"This is a snippet of the workflow section in local.yml workflow: - moduleName : discovery tools: ['Subfinder', 'SSLMate', 'Amass'] order: 1 - moduleName: prerecon tools: ['FindCDN', 'Naabu', 'IPinfo'] order: 2 - moduleName: activehostscan tools: ['HTTPX_Tech', 'HTTPX'] order: 3 - moduleName: activerecon tools: ['Wafw00f'] order: 4 - moduleName: scan tools: [ 'DNSTwister', 'Csper', 'SecretScanner'] order: 4 Let's do a quick correlation. moduleName , i.e. discovery, prerecon, activehostscan etc. are sub-folders under modules folder tools under each moduleName, e.g. under discovery, you can find Subfinder, SSLMate, Amass, are the name of the scanner classes defined under each module ⏭️ Now that you have a basic understanding of the folder structure, lets now understand the different types of scanner base class that Mantis offers.","breadcrumbs":"📖 Mantis Code - Getting Started » Folder Structure » A Quick Correlation to local.yml","id":"91","title":"A Quick Correlation to local.yml"},"92":{"body":"When you are integrating a new scanner, the first thing to you need to know is that, if your scanner is a command line tool or an API, based on this there are two types of Scaner classes available. ToolScanner APIScanner","breadcrumbs":"📖 Mantis Code - Getting Started » Scanner Base Class » Scanner Base Class","id":"92","title":"Scanner Base Class"},"93":{"body":"From a recon automation perspective, command-line tools are tools that you typically install in your system using brew, apt, apt-install, or similar methods, and then run scans. $ nuclei -u https://www.example.org -json -o nuclei.json -exclude-severity info -v E.g. Amass, Subfinder, naabu, nuclei etc.","breadcrumbs":"📖 Mantis Code - Getting Started » Scanner Base Class » 1. Tool Scanner","id":"93","title":"1. Tool Scanner"},"94":{"body":"To integrate a tool like nuclei, your new scanner class will needs to inherit the ToolScanner . The functions you will need to implement as part of the ToolScanner are: get_commands() - create the final tool command that needs to be run. parse_report() - parse the report produced by the command, match it to the db schema and create a dictionary db_operations() - insert the dictionary from parse_report() into the database","breadcrumbs":"📖 Mantis Code - Getting Started » Scanner Base Class » Functions to implement","id":"94","title":"Functions to implement"},"95":{"body":"Scanners that involve sending an HTTP request instead of running an OS command to perform a scan. GET https://api.shodan.io/shodan/ports?key={YOUR_API_KEY} E.g. Shodan, SSLMate etc.","breadcrumbs":"📖 Mantis Code - Getting Started » Scanner Base Class » 2. API based Scanner","id":"95","title":"2. API based Scanner"},"96":{"body":"get_api_calls() - create the HTTP request you need to send parse_reponse() - parse the HTTP response to get asset or findings information db_operations() - insert the dictionary from parse_reponse() into the database ⏭️ We are now aware of the folder structure and Base Scanner classes, let us now look at a few utils function that will help us ease through new integrations.","breadcrumbs":"📖 Mantis Code - Getting Started » Scanner Base Class » Functions to implement","id":"96","title":"Functions to implement"},"97":{"body":"Mantis stores the scan results in a MongoDB database. Therefore, when integrating a new scanner, you will also need to query/push data to/from MongoDB. To make this process easier, we have developed utility functions that interact with the database, keeping your new scanner integration simple.. The tool_utils.py under mantis/utils consists of functions that will help you fetch information required for your new scanner as well help you push the data into mongoDB.","breadcrumbs":"📖 Mantis Code - Getting Started » Important Utils Function » Important Utils Function","id":"97","title":"Important Utils Function"},"98":{"body":"","breadcrumbs":"📖 Mantis Code - Getting Started » Important Utils Function » Read Data","id":"98","title":"Read Data"},"99":{"body":"When you are integrating a new scanner, in the context of recon automation, your will need to pass one of the inputs to your new scanner: Top Level Domains (TLDs) IPs Sub Domains Location : mantis/utils/tool_utils Function Name : async def get_assets_grouped_by_type(args, asset_type) Get TLDs : self.assets = await get_assets_grouped_by_type(args, \"TLD\") Get Subdomains : self.assets = await get_assets_grouped_by_type(args, \"subdomains\") Get IPs : self.assets = await get_assets_grouped_by_type(args, \"ip\") Thats it, its that simple !!","breadcrumbs":"📖 Mantis Code - Getting Started » Important Utils Function » Get Basic Assets Data","id":"99","title":"Get Basic Assets Data"}},"length":124,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"0":{":":{"0":{"0":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{":":{"0":{"0":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{":":{"0":{"0":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"0":{"0":{":":{"0":{"0":{"df":1,"docs":{"41":{"tf":1.0}}},"1":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{":":{"5":{"9":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"40":{"tf":1.7320508075688772},"41":{"tf":1.0}}},"1":{"0":{".":{"0":{".":{"0":{".":{"1":{"0":{"/":{"2":{"4":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"3":{".":{"1":{"2":{"3":{".":{"1":{"2":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"65":{"tf":1.0}}},"df":3,"docs":{"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"77":{"tf":1.0}}},"1":{":":{"0":{"0":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"4":{":":{"0":{"0":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":17,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"2":{"df":14,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"41":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"3":{"df":9,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"70":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}},"4":{"6":{"df":0,"docs":{},"f":{"9":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"7":{"2":{"7":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"5":{"2":{"4":{"1":{"0":{"9":{".":{"4":{"4":{"1":{"0":{"0":{"1":{"7":{"0":{"8":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"8":{"8":{".":{"8":{"2":{"4":{"4":{"8":{"9":{"2":{"0":{"8":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"5":{"8":{".":{"5":{"6":{"6":{"0":{"9":{"8":{"5":{"4":{"1":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"5":{"5":{"6":{"5":{"1":{"8":{"6":{"6":{"6":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":1,"docs":{"44":{"tf":1.0}}},"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}},"6":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}},"8":{"9":{"5":{"3":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}},"b":{"0":{"6":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{":":{"0":{"0":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"_":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":5,"docs":{"13":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"89":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"108":{"tf":1.0},"88":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"d":{"d":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"70":{"tf":1.0},"86":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"24":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":14,"docs":{"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"65":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"89":{"tf":1.0}}}}}}},"df":6,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"13":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"2":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"50":{"tf":1.0},"90":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"3":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":21,"docs":{"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":2.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"8":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}}},"i":{"a":{"df":0,"docs":{},"s":{"=":{"\"":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":2,"docs":{"12":{"tf":1.0},"22":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"111":{"tf":1.0},"120":{"tf":1.0},"90":{"tf":1.0}}}}},"/":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"v":{"3":{".":{"2":{"3":{".":{"2":{"/":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"_":{"a":{"df":0,"docs":{},"m":{"d":{"6":{"4":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"@":{"3":{".":{"2":{"2":{".":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"_":{"a":{"df":0,"docs":{},"m":{"d":{"6":{"4":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}}}}}}},"df":15,"docs":{"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":2.449489742783178},"112":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"2":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":12,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":2.0},"92":{"tf":1.0},"95":{"tf":1.0}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"50":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}},"df":13,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":2.8284271247461903},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":2.23606797749979},"74":{"tf":2.0},"75":{"tf":2.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":2.23606797749979}},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}},"df":1,"docs":{"47":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"t":{"df":2,"docs":{"105":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"113":{"tf":1.0},"117":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"112":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":3,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"99":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"112":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":37,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"108":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.7320508075688772},"9":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"66":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"108":{"tf":1.0},"4":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"100":{"tf":1.7320508075688772},"114":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"108":{"tf":1.0},"4":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"65":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0}}}},"df":15,"docs":{"105":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"44":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"54":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"r":{"df":4,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"44":{"tf":1.0},"96":{"tf":1.0}}}},"df":4,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"107":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":18,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.0},"115":{"tf":1.0},"38":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}},"i":{"c":{"df":6,"docs":{"47":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"13":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"101":{"tf":1.0},"13":{"tf":1.4142135623730951},"24":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"w":{"df":3,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"3":{"tf":1.0},"89":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":10,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"g":{"df":10,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"107":{"tf":1.0},"13":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"89":{"tf":1.0}}}}},"y":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":3,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"23":{"tf":1.0}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"123":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}},"d":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"[":{"'":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"118":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"118":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"'":{"]":{"[":{"'":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"t":{"b":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":11,"docs":{"101":{"tf":1.0},"115":{"tf":1.7320508075688772},"118":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"59":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"109":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.0},"89":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"67":{"tf":1.0},"71":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"22":{"tf":1.0},"50":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":4,"docs":{"43":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"50":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"94":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"113":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}},"m":{"d":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},"df":7,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"8":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"107":{"tf":1.0},"16":{"tf":1.0},"47":{"tf":1.7320508075688772},"51":{"tf":2.0},"81":{"tf":1.4142135623730951},"89":{"tf":1.0}}},"m":{"a":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"n":{"d":{"df":21,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"13":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"13":{"tf":1.0},"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":19,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"13":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"52":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"11":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.4142135623730951},"60":{"tf":1.0},"74":{"tf":1.0},"90":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":9,"docs":{"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"55":{"tf":1.0},"65":{"tf":1.7320508075688772},"69":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"99":{"tf":1.0}},"u":{"df":2,"docs":{"118":{"tf":1.0},"7":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}},"r":{"df":1,"docs":{"88":{"tf":1.0}},"e":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":17,"docs":{"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"123":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"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":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"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":3,"docs":{"31":{"tf":1.0},"47":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}}}}}}}}}},"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":9,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"30":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"90":{"tf":1.0}}},"z":{"df":2,"docs":{"3":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":9,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.7320508075688772},"2":{"tf":1.0},"5":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":14,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"2":{"tf":1.0},"50":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":6,"docs":{"100":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"b":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":7,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"50":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":5,"docs":{"101":{"tf":1.0},"113":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":2.0},"94":{"tf":1.0}}},"c":{"df":0,"docs":{},"f":{"5":{"c":{"8":{"4":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"e":{"6":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"41":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":11,"docs":{"120":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}},"df":8,"docs":{"100":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"91":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":3,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":6,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"88":{"tf":2.0}}}}}}}},"v":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"123":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"102":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"94":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"1":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"41":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":3,"docs":{"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":24,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":2.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}},"y":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.7320508075688772}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"110":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.7320508075688772},"5":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"n":{"df":7,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"88":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"91":{"tf":1.0}}}}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"122":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"90":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"109":{"tf":1.0},"50":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{"'":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"[":{"'":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":10,"docs":{"101":{"tf":1.0},"113":{"tf":1.4142135623730951},"30":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"118":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"74":{"tf":1.0},"75":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":10,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"107":{"tf":1.0},"13":{"tf":1.7320508075688772},"22":{"tf":1.0},"38":{"tf":1.0},"65":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":2,"docs":{"5":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"107":{"tf":1.0},"23":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"122":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"35":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":10,"docs":{"108":{"tf":1.0},"13":{"tf":1.4142135623730951},"22":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"107":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"108":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":5,"docs":{"23":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"88":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"t":{"c":{"df":14,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"[":{"'":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"t":{"b":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"115":{"tf":1.0},"13":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"77":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"60":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"73":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"73":{"tf":2.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"t":{"df":4,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}}},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"1":{"9":{"a":{"df":0,"docs":{},"f":{"6":{"7":{"c":{"d":{"1":{"d":{"0":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"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":{}},"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":2.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"104":{"tf":1.0}}},"s":{"df":1,"docs":{"102":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"5":{"tf":1.0}}}}}}},"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"78":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":13,"docs":{"12":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"23":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"96":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":3.0},"103":{"tf":4.0}}}}}},"df":2,"docs":{"102":{"tf":2.0},"103":{"tf":2.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"73":{"tf":1.0},"74":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":20,"docs":{"109":{"tf":1.7320508075688772},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"23":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"90":{"tf":2.23606797749979}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"94":{"tf":1.0}}}},"d":{"c":{"d":{"df":0,"docs":{},"n":{"df":8,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":16,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.0},"107":{"tf":1.4142135623730951},"114":{"tf":1.0},"119":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.7320508075688772},"83":{"tf":1.0},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"96":{"tf":1.0}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"92":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":2.449489742783178},"91":{"tf":1.7320508075688772},"96":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"81":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.4142135623730951},"115":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":15,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":17,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"89":{"tf":2.0},"90":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"65":{"tf":2.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"u":{"@":{"2":{".":{"1":{".":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.0}}}},"c":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":2,"docs":{"113":{"tf":1.0},"13":{"tf":1.0}}}}},"t":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"50":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"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":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"99":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"50":{"tf":1.0},"94":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"89":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.0}},"s":{"@":{"8":{".":{"1":{"7":{".":{"0":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":4,"docs":{"110":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}},"o":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"1":{"tf":1.0},"107":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}},"l":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":3,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":6,"docs":{"73":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"n":{"c":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},"df":11,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"103":{"tf":1.0},"74":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":6,"docs":{"106":{"tf":1.0},"117":{"tf":2.0},"118":{"tf":1.4142135623730951},"50":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}},"s":{":":{"/":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"?":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"}":{"&":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"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":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"h":{"df":0,"docs":{},"o":{"d":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"a":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"?":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"=":{"df":0,"docs":{},"{":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"106":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"@":{"1":{".":{"3":{".":{"3":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}}}}},"i":{"'":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}},".":{"df":2,"docs":{"13":{"tf":1.0},"91":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":10,"docs":{"108":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"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.0},"119":{"tf":1.0},"13":{"tf":1.0},"50":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"97":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":12,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":15,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":14,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"13":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"t":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}}}}},"r":{"a":{"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"89":{"tf":1.0},"94":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"110":{"tf":1.7320508075688772},"112":{"tf":1.0},"115":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"100":{"tf":2.23606797749979},"113":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"50":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"90":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"n":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":4,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"16":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"50":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"65":{"tf":1.7320508075688772}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":26,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"123":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"50":{"tf":2.23606797749979},"88":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}},"f":{"a":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":2,"docs":{"13":{"tf":1.0},"44":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"106":{"tf":1.0},"95":{"tf":1.0}}}}}}},"p":{"df":14,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.0},"43":{"tf":1.7320508075688772},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"@":{"2":{".":{"1":{"0":{".":{"1":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"102":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}}}}},"t":{"'":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"61":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"105":{"tf":1.0},"115":{"tf":1.0},"93":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}},"y":{"df":3,"docs":{"115":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"69":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"43":{"tf":1.0},"92":{"tf":1.0}},"n":{"df":2,"docs":{"43":{"tf":1.0},"78":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"4":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"31":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}},"z":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"t":{"'":{"df":11,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":6,"docs":{"110":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"13":{"tf":1.0},"38":{"tf":1.4142135623730951},"70":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}},"i":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"90":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":13,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"51":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":15,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":2.6457513110645907},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"40":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"[":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"100":{"tf":1.0},"119":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"90":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"p":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"51":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.0}}},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":10,"docs":{"100":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"123":{"tf":1.0},"13":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":46,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"2":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":2.23606797749979},"9":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.0},"97":{"tf":1.0}},"s":{"'":{"df":2,"docs":{"101":{"tf":1.0},"16":{"tf":1.4142135623730951}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"116":{"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":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"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":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":4,"docs":{"108":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"65":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"105":{"tf":1.0},"117":{"tf":1.0},"51":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"65":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"5":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"70":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"56":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.4142135623730951}},"e":{"d":{"_":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":20,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"115":{"tf":1.7320508075688772},"13":{"tf":2.23606797749979},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":2.0},"26":{"tf":1.4142135623730951},"38":{"tf":1.0},"56":{"tf":2.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772},"90":{"tf":2.449489742783178},"91":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":11,"docs":{"120":{"tf":2.6457513110645907},"24":{"tf":2.8284271247461903},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"56":{"tf":2.8284271247461903},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0},"63":{"tf":2.6457513110645907},"64":{"tf":1.0},"91":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"d":{"b":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"d":{"b":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"114":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"52":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"122":{"tf":1.0}}}},"n":{"a":{"a":{"b":{"df":0,"docs":{},"u":{"@":{"2":{".":{"1":{".":{"6":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"105":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"60":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"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":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":25,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"68":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":2.0},"92":{"tf":1.0},"94":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"w":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"34":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.449489742783178},"57":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"89":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":1,"docs":{"117":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":6,"docs":{"31":{"tf":1.0},"54":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0}},"i":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}}}},"w":{"df":14,"docs":{"100":{"tf":1.4142135623730951},"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"69":{"tf":1.0},"79":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}},"p":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}}}}}},"@":{"2":{".":{"9":{".":{"7":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"105":{"tf":1.4142135623730951},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.0}}}},"m":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.7320508075688772},"47":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"4":{"tf":1.0}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"117":{"tf":1.0},"13":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":19,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"77":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"91":{"tf":1.0}}}}}},"n":{"b":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{",":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":7,"docs":{"54":{"tf":1.0},"56":{"tf":1.0},"73":{"tf":2.23606797749979},"74":{"tf":2.0},"77":{"tf":2.6457513110645907},"78":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":3,"docs":{"100":{"tf":1.0},"13":{"tf":1.0},"54":{"tf":1.0}}},"df":7,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"12":{"tf":1.0},"60":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":3,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"2":{"tf":1.0}}},"r":{"df":1,"docs":{"22":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"22":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"[":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":2.23606797749979}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":2.6457513110645907},"103":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"22":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"120":{"tf":2.449489742783178},"13":{"tf":1.7320508075688772},"24":{"tf":3.0},"26":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":3.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.0},"63":{"tf":2.6457513110645907},"64":{"tf":1.0},"91":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"5":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"n":{"df":6,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":8,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}}}},"z":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":16,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"77":{"tf":1.0},"79":{"tf":1.0}}}},"s":{"df":3,"docs":{"106":{"tf":1.0},"53":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":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":{"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"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":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"110":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"115":{"tf":1.7320508075688772},"118":{"tf":1.0},"16":{"tf":1.0},"39":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"123":{"tf":2.449489742783178},"24":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":7,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"50":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"115":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":4,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"50":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"118":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"110":{"tf":1.4142135623730951},"115":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"108":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"71":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"117":{"tf":1.0},"13":{"tf":1.0},"41":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}}}},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"54":{"tf":1.0},"74":{"tf":1.0}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"51":{"tf":1.0},"95":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"105":{"tf":1.0},"44":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"30":{"tf":1.0},"70":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"118":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"h":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"112":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"88":{"tf":1.7320508075688772}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"123":{"tf":1.4142135623730951},"39":{"tf":1.0},"61":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":4,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"s":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"94":{"tf":1.0}},"t":{"df":11,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":20,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"115":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"108":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"97":{"tf":1.0}}}},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"1":{"0":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}},"@":{"3":{".":{"1":{"0":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"40":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"112":{"tf":1.0},"43":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}}},"y":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"df":3,"docs":{"13":{"tf":2.23606797749979},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"98":{"tf":1.0}},"i":{"df":2,"docs":{"120":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"30":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"70":{"tf":1.0},"86":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"30":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"df":18,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"44":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":2.0},"93":{"tf":1.0},"99":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"108":{"tf":1.0},"2":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"107":{"tf":1.0},"23":{"tf":1.0},"90":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":4,"docs":{"123":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"v":{"df":5,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"118":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"94":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"106":{"tf":1.0},"117":{"tf":1.7320508075688772},"50":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":12,"docs":{"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.4142135623730951},"22":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":6,"docs":{"115":{"tf":1.0},"118":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"47":{"tf":1.0},"50":{"tf":1.0},"96":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":2,"docs":{"26":{"tf":1.0},"58":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"2":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"115":{"tf":1.0}}}}},"i":{"df":1,"docs":{"13":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"118":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}},"e":{"5":{"3":{"df":7,"docs":{"24":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":25,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"122":{"tf":2.0},"123":{"tf":1.0},"13":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951}}}},"n":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":48,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.7320508075688772},"2":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":2.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":2.449489742783178},"74":{"tf":2.6457513110645907},"75":{"tf":3.0},"76":{"tf":2.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":2.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"88":{"tf":2.449489742783178},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"92":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":26,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":2.0},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":2.23606797749979},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.6457513110645907},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.449489742783178},"89":{"tf":2.23606797749979},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":12,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"7":{"tf":1.0},"79":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":4,"docs":{"113":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":2.8284271247461903},"5":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.7320508075688772}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"107":{"tf":1.0},"27":{"tf":1.0},"59":{"tf":1.0},"91":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"l":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":1.4142135623730951},"117":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"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":{}}}}}},"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"117":{"tf":1.0},"13":{"tf":1.0}}}},"n":{"d":{"df":3,"docs":{"106":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"107":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"107":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":7,"docs":{"13":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"123":{"tf":1.0},"13":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"90":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"50":{"tf":1.0},"93":{"tf":1.0}}}}}},"h":{"a":{"df":1,"docs":{"115":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"72":{"tf":1.0}}}},"o":{"d":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"106":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"120":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}},"i":{"df":4,"docs":{"13":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":6,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"26":{"tf":1.0},"51":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.0},"56":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"47":{"tf":1.7320508075688772},"51":{"tf":2.0},"81":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"2":{"tf":1.0}},"e":{"=":{"'":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":9,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.4142135623730951}},"i":{"df":3,"docs":{"22":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"90":{"tf":1.0}}}}},"df":15,"docs":{"106":{"tf":1.0},"115":{"tf":2.23606797749979},"120":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":8,"docs":{"102":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.4142135623730951},"106":{"tf":1.0},"108":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":3,"docs":{"31":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}},"e":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"u":{"df":2,"docs":{"103":{"tf":1.0},"38":{"tf":1.0}}}},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{".":{"c":{"c":{".":{"c":{"c":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"60":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"2":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}}}}}},"df":3,"docs":{"100":{"tf":1.7320508075688772},"102":{"tf":2.449489742783178},"103":{"tf":3.3166247903554}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"107":{"tf":1.0},"16":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"96":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":20,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"91":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"105":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}},"@":{"2":{".":{"6":{".":{"0":{"df":1,"docs":{"123":{"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":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"38":{"tf":1.0},"40":{"tf":2.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"31":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"81":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"105":{"tf":1.0},"13":{"tf":1.0},"51":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":5,"docs":{"30":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":1.0},"110":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"3":{"tf":1.0},"50":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"37":{"tf":1.0},"40":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"73":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}}},"c":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}},"df":4,"docs":{"60":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":20,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":2.6457513110645907},"69":{"tf":1.0},"70":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":2.6457513110645907},"85":{"tf":1.0},"86":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"108":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"102":{"tf":1.0},"88":{"tf":1.0}}}}}}}}},"df":1,"docs":{"41":{"tf":1.0}}},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"101":{"tf":1.0},"92":{"tf":1.0}}},"k":{"df":1,"docs":{"108":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":3,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"107":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":10,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}}},"l":{"d":{"df":12,"docs":{"101":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"p":{"/":{"7":{"9":{"1":{"7":{"df":0,"docs":{},"f":{"7":{"9":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"4":{"c":{"5":{"9":{"8":{"7":{"df":1,"docs":{"41":{"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":{}}},"o":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"114":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"90":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":37,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":2.449489742783178},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":2.8284271247461903},"123":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":3.1622776601683795},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"40":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"56":{"tf":3.1622776601683795},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":2.23606797749979},"63":{"tf":2.6457513110645907},"64":{"tf":1.0},"88":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":2.449489742783178},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"50":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":5,"docs":{"70":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.4142135623730951},"99":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"38":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"114":{"tf":1.0},"115":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"o":{"df":5,"docs":{"101":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"76":{"tf":1.0},"92":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{")":{".":{"_":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"_":{"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":11,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"70":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":2,"docs":{"51":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"27":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"97":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"89":{"tf":2.23606797749979},"9":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0}},"e":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}},"i":{",":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":3,"docs":{"65":{"tf":1.7320508075688772},"69":{"tf":1.0},"85":{"tf":1.0}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"l":{"df":3,"docs":{"103":{"tf":1.0},"47":{"tf":1.0},"88":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"4":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":25,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"79":{"tf":1.0},"93":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"4":{"tf":1.0}}},"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":5,"docs":{"105":{"tf":1.0},"40":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"i":{"a":{"df":4,"docs":{"23":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"70":{"tf":1.0},"86":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":10,"docs":{"101":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"w":{"a":{"df":0,"docs":{},"f":{"df":2,"docs":{"102":{"tf":1.0},"88":{"tf":1.0}},"w":{"0":{"0":{"df":0,"docs":{},"f":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":20,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"40":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}},"y":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"13":{"tf":1.0},"44":{"tf":1.0}}}},"df":4,"docs":{"60":{"tf":1.4142135623730951},"64":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"40":{"tf":1.0},"97":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.7320508075688772}}}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"11":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"63":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":1,"docs":{"16":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"df":22,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.449489742783178},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":2.0},"77":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"113":{"tf":1.0},"118":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.7320508075688772}}}},"r":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"0":{":":{"0":{"0":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{":":{"0":{"0":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{":":{"0":{"0":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"0":{"0":{":":{"0":{"0":{"df":1,"docs":{"41":{"tf":1.0}}},"1":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{":":{"5":{"9":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"40":{"tf":1.7320508075688772},"41":{"tf":1.0}}},"1":{"0":{".":{"0":{".":{"0":{".":{"1":{"0":{"/":{"2":{"4":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"3":{".":{"1":{"2":{"3":{".":{"1":{"2":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"65":{"tf":1.0}}},"df":3,"docs":{"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"77":{"tf":1.0}}},"1":{":":{"0":{"0":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"4":{":":{"0":{"0":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":17,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.0},"64":{"tf":1.0},"68":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"2":{"df":14,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"91":{"tf":1.0},"95":{"tf":1.4142135623730951}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"3":{"df":9,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.7320508075688772},"63":{"tf":1.0},"70":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"4":{"6":{"df":0,"docs":{},"f":{"9":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"7":{"2":{"7":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"5":{"2":{"4":{"1":{"0":{"9":{".":{"4":{"4":{"1":{"0":{"0":{"1":{"7":{"0":{"8":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"8":{"8":{".":{"8":{"2":{"4":{"4":{"8":{"9":{"2":{"0":{"8":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"5":{"8":{".":{"5":{"6":{"6":{"0":{"9":{"8":{"5":{"4":{"1":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"5":{"5":{"6":{"5":{"1":{"8":{"6":{"6":{"6":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":1,"docs":{"44":{"tf":1.0}}},"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}},"6":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}},"8":{"9":{"5":{"3":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}},"b":{"0":{"6":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{":":{"0":{"0":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"_":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":5,"docs":{"13":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"89":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"108":{"tf":1.0},"88":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"d":{"d":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"70":{"tf":1.0},"86":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"24":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":14,"docs":{"109":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"120":{"tf":2.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"65":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"89":{"tf":1.0}}}}}}},"df":6,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"13":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"2":{"tf":1.0},"29":{"tf":1.7320508075688772},"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},"5":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"50":{"tf":1.0},"90":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"3":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":22,"docs":{"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"30":{"tf":2.23606797749979},"31":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"8":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}}},"i":{"a":{"df":0,"docs":{},"s":{"=":{"\"":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":2,"docs":{"12":{"tf":1.0},"22":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"111":{"tf":1.0},"120":{"tf":1.0},"90":{"tf":1.0}}}}},"/":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"v":{"3":{".":{"2":{"3":{".":{"2":{"/":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"_":{"a":{"df":0,"docs":{},"m":{"d":{"6":{"4":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"@":{"3":{".":{"2":{"2":{".":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"_":{"a":{"df":0,"docs":{},"m":{"d":{"6":{"4":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}}}}}}},"df":15,"docs":{"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":2.449489742783178},"112":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"2":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":13,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.449489742783178},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":2.0},"92":{"tf":1.0},"95":{"tf":1.4142135623730951}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"50":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}},"df":13,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":3.1622776601683795},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":2.449489742783178},"74":{"tf":2.0},"75":{"tf":2.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}},"df":1,"docs":{"47":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}}},"t":{"df":2,"docs":{"105":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"113":{"tf":1.0},"117":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"112":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":3,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"99":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"112":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":37,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.7320508075688772},"108":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":2.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":2.0},"9":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"66":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"108":{"tf":1.0},"4":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"100":{"tf":1.7320508075688772},"114":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"108":{"tf":1.0},"4":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"65":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0}}}},"df":15,"docs":{"105":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.7320508075688772},"44":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772},"90":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"54":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"r":{"df":4,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"44":{"tf":1.0},"96":{"tf":1.0}}}},"df":4,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"107":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":20,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"115":{"tf":1.0},"38":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}},"i":{"c":{"df":6,"docs":{"47":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"13":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"101":{"tf":1.0},"13":{"tf":1.4142135623730951},"24":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}},"w":{"df":3,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"3":{"tf":1.0},"89":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":10,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"g":{"df":10,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"107":{"tf":1.0},"13":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"89":{"tf":1.0}}}}},"y":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":3,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"23":{"tf":1.0}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"123":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"11":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}},"d":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"[":{"'":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"118":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"118":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"'":{"]":{"[":{"'":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"t":{"b":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":11,"docs":{"101":{"tf":1.0},"115":{"tf":1.7320508075688772},"118":{"tf":1.0},"20":{"tf":1.4142135623730951},"27":{"tf":1.0},"59":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"109":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.0},"89":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"67":{"tf":1.0},"71":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"22":{"tf":1.0},"50":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":4,"docs":{"43":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":19,"docs":{"109":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":2.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"50":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":2.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"113":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}},"m":{"d":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},"df":20,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"8":{"tf":1.0},"89":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"107":{"tf":1.0},"16":{"tf":1.0},"47":{"tf":1.7320508075688772},"51":{"tf":2.0},"81":{"tf":1.4142135623730951},"89":{"tf":1.0}}},"m":{"a":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"n":{"d":{"df":24,"docs":{"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"13":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"72":{"tf":2.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"13":{"tf":1.0},"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":29,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":2.0},"23":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":24,"docs":{"13":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"52":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"11":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.4142135623730951},"60":{"tf":1.0},"74":{"tf":1.0},"90":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":9,"docs":{"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"55":{"tf":1.0},"65":{"tf":2.23606797749979},"69":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"99":{"tf":1.0}},"u":{"df":2,"docs":{"118":{"tf":1.0},"7":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}},"r":{"df":1,"docs":{"88":{"tf":1.0}},"e":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":17,"docs":{"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"123":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"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":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"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":3,"docs":{"31":{"tf":1.0},"47":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}}}}}}}}}},"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":14,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"90":{"tf":1.0}}},"z":{"df":2,"docs":{"3":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":13,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":2.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"5":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":14,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"2":{"tf":1.0},"50":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":6,"docs":{"100":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"b":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":7,"docs":{"110":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.4142135623730951},"50":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":7,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.0},"113":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":2.0},"94":{"tf":1.0}}},"c":{"df":0,"docs":{},"f":{"5":{"c":{"8":{"4":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"e":{"6":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"41":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":11,"docs":{"120":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}},"df":8,"docs":{"100":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"91":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":3,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":6,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"88":{"tf":2.0}}}}}}}},"v":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"123":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"123":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"102":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"94":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"1":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"41":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":3,"docs":{"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":24,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":2.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}},"y":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.7320508075688772}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"110":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"5":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"n":{"df":7,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"5":{"tf":1.0},"88":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"91":{"tf":1.0}}}}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"122":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":2.0},"90":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"50":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{"'":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"[":{"'":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":10,"docs":{"101":{"tf":1.0},"113":{"tf":1.4142135623730951},"30":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"118":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"74":{"tf":1.0},"75":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":10,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"107":{"tf":1.0},"13":{"tf":1.7320508075688772},"22":{"tf":1.0},"38":{"tf":1.0},"65":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":10,"docs":{"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},"5":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"107":{"tf":1.0},"23":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"122":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"35":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":12,"docs":{"108":{"tf":1.0},"13":{"tf":1.4142135623730951},"22":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"5":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"107":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"108":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":5,"docs":{"23":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"88":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"t":{"c":{"df":14,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"[":{"'":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"t":{"b":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"115":{"tf":1.0},"13":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"77":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"60":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"73":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"73":{"tf":2.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"t":{"df":4,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}}},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"1":{"9":{"a":{"df":0,"docs":{},"f":{"6":{"7":{"c":{"d":{"1":{"d":{"0":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"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":{}},"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":2.23606797749979}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"104":{"tf":1.0}}},"s":{"df":1,"docs":{"102":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"5":{"tf":1.0}}}}}}},"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"78":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":48,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"123":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.7320508075688772},"6":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"96":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":3.0},"103":{"tf":4.0}}}}}},"df":2,"docs":{"102":{"tf":2.0},"103":{"tf":2.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"73":{"tf":1.0},"74":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":36,"docs":{"109":{"tf":2.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"23":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"90":{"tf":2.23606797749979}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"94":{"tf":1.0}}}},"d":{"c":{"d":{"df":0,"docs":{},"n":{"df":8,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":16,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"114":{"tf":1.0},"119":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":2.0},"83":{"tf":1.0},"86":{"tf":2.0},"91":{"tf":1.0},"96":{"tf":1.0}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"92":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":2.8284271247461903},"91":{"tf":2.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"81":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.4142135623730951},"115":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":15,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":2.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":18,"docs":{"100":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"89":{"tf":2.0},"90":{"tf":1.0},"94":{"tf":1.7320508075688772},"96":{"tf":1.7320508075688772},"97":{"tf":2.23606797749979},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"d":{"df":1,"docs":{"65":{"tf":2.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"u":{"@":{"2":{".":{"1":{".":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.0}}}},"c":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":2,"docs":{"113":{"tf":1.0},"13":{"tf":1.0}}}}},"t":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"50":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"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":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"99":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"50":{"tf":1.0},"94":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":16,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"50":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.0}},"s":{"@":{"8":{".":{"1":{"7":{".":{"0":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":4,"docs":{"110":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}},"o":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"1":{"tf":1.0},"107":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}},"l":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":3,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":6,"docs":{"73":{"tf":1.7320508075688772},"74":{"tf":2.0},"75":{"tf":2.0},"89":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"n":{"c":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},"df":11,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"103":{"tf":1.0},"74":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":6,"docs":{"106":{"tf":1.0},"117":{"tf":2.0},"118":{"tf":1.4142135623730951},"50":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}},"s":{":":{"/":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"?":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"}":{"&":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"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":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"h":{"df":0,"docs":{},"o":{"d":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"a":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"?":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"=":{"df":0,"docs":{},"{":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"106":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"@":{"1":{".":{"3":{".":{"3":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}}}}},"i":{"'":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}},".":{"df":2,"docs":{"13":{"tf":1.0},"91":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":10,"docs":{"108":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"13":{"tf":1.0},"50":{"tf":1.0},"94":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":12,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":15,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":14,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"13":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"t":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}}}}},"r":{"a":{"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"89":{"tf":1.0},"94":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"110":{"tf":1.7320508075688772},"112":{"tf":1.0},"115":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"100":{"tf":2.449489742783178},"113":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"50":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":2.0},"52":{"tf":2.0},"53":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"n":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":4,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"16":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"109":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"50":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"65":{"tf":1.7320508075688772}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":39,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":2.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"50":{"tf":2.449489742783178},"88":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}},"f":{"a":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":2,"docs":{"13":{"tf":1.0},"44":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"106":{"tf":1.0},"95":{"tf":1.0}}}}}}},"p":{"df":14,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.0},"43":{"tf":1.7320508075688772},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"@":{"2":{".":{"1":{"0":{".":{"1":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"102":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}}}}},"t":{"'":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"61":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"105":{"tf":1.0},"115":{"tf":1.0},"93":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}},"y":{"df":3,"docs":{"115":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"69":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"43":{"tf":1.0},"92":{"tf":1.0}},"n":{"df":2,"docs":{"43":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"4":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"31":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772}}}}},"z":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"t":{"'":{"df":11,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":2.0},"109":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":6,"docs":{"110":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"13":{"tf":1.0},"38":{"tf":1.4142135623730951},"70":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}},"i":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"90":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":16,"docs":{"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"72":{"tf":2.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"51":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":15,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":2.6457513110645907},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"40":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"[":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"90":{"tf":1.0},"91":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"100":{"tf":1.0},"119":{"tf":1.0},"17":{"tf":1.4142135623730951},"26":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"90":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"p":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"51":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.0}}},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":10,"docs":{"100":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"123":{"tf":1.0},"13":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":57,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":2.6457513110645907},"9":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}},"s":{"'":{"df":2,"docs":{"101":{"tf":1.0},"16":{"tf":1.4142135623730951}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"116":{"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":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"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":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":4,"docs":{"108":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"65":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"105":{"tf":1.0},"117":{"tf":1.0},"51":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"65":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"70":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"56":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":6,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":1.0},"103":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.4142135623730951}},"e":{"d":{"_":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":20,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"115":{"tf":1.7320508075688772},"13":{"tf":2.23606797749979},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":2.0},"26":{"tf":1.4142135623730951},"38":{"tf":1.0},"56":{"tf":2.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772},"90":{"tf":2.449489742783178},"91":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":11,"docs":{"120":{"tf":2.6457513110645907},"24":{"tf":2.8284271247461903},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"56":{"tf":2.8284271247461903},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0},"63":{"tf":2.6457513110645907},"64":{"tf":1.0},"91":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"d":{"b":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"d":{"b":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"114":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"52":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"122":{"tf":1.0}}}},"n":{"a":{"a":{"b":{"df":0,"docs":{},"u":{"@":{"2":{".":{"1":{".":{"6":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"105":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"60":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"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":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":25,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"68":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":2.0},"92":{"tf":1.0},"94":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"w":{"df":38,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":2.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":2.23606797749979},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":2.0},"115":{"tf":2.23606797749979},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":2.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"34":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":2.6457513110645907},"57":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"89":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":1,"docs":{"117":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":15,"docs":{"31":{"tf":1.0},"54":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}},"i":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}}}},"w":{"df":14,"docs":{"100":{"tf":1.4142135623730951},"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"69":{"tf":1.0},"79":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}},"p":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}}}}}},"@":{"2":{".":{"9":{".":{"7":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"105":{"tf":1.4142135623730951},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.0}}}},"m":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.7320508075688772},"47":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"4":{"tf":1.0}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"117":{"tf":1.0},"13":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":19,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"77":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"91":{"tf":1.0}}}}}},"n":{"b":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{",":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":7,"docs":{"54":{"tf":1.0},"56":{"tf":1.0},"73":{"tf":2.23606797749979},"74":{"tf":2.23606797749979},"77":{"tf":2.8284271247461903},"78":{"tf":1.7320508075688772},"79":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":3,"docs":{"100":{"tf":1.0},"13":{"tf":1.0},"54":{"tf":1.0}}},"df":7,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"12":{"tf":1.0},"60":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":3,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"2":{"tf":1.0}}},"r":{"df":1,"docs":{"22":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"22":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"[":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":2.23606797749979}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":2.6457513110645907},"103":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"22":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"120":{"tf":2.449489742783178},"13":{"tf":1.7320508075688772},"24":{"tf":3.0},"26":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":3.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.0},"63":{"tf":2.6457513110645907},"64":{"tf":1.0},"91":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"5":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"n":{"df":6,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":8,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}}}},"z":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":16,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"77":{"tf":1.0},"79":{"tf":1.0}}}},"s":{"df":3,"docs":{"106":{"tf":1.0},"53":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":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":{"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"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":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"110":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"115":{"tf":1.7320508075688772},"118":{"tf":1.0},"16":{"tf":1.0},"39":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"123":{"tf":2.449489742783178},"24":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":7,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"50":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"115":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":4,"docs":{"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"50":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"110":{"tf":1.4142135623730951},"115":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"108":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"71":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"117":{"tf":1.0},"13":{"tf":1.0},"41":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}}}},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"54":{"tf":1.0},"74":{"tf":1.0}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"51":{"tf":1.0},"95":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"105":{"tf":1.0},"44":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"30":{"tf":1.0},"70":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"118":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"h":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"112":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"88":{"tf":1.7320508075688772}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"123":{"tf":1.4142135623730951},"39":{"tf":1.0},"61":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":4,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"s":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"94":{"tf":1.0}},"t":{"df":11,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":20,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"115":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"108":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"97":{"tf":1.0}}}},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"1":{"0":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}},"@":{"3":{".":{"1":{"0":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"40":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"73":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"112":{"tf":1.0},"43":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}}},"y":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"df":3,"docs":{"13":{"tf":2.23606797749979},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"98":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"120":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"30":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"70":{"tf":1.0},"86":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"30":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"df":21,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.7320508075688772},"44":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":2.0},"9":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"108":{"tf":1.0},"2":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"107":{"tf":1.0},"23":{"tf":1.0},"90":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":4,"docs":{"123":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"v":{"df":5,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"118":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"94":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"106":{"tf":1.0},"117":{"tf":1.7320508075688772},"50":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":12,"docs":{"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.4142135623730951},"22":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":6,"docs":{"115":{"tf":1.0},"118":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"47":{"tf":1.0},"50":{"tf":1.0},"96":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":2,"docs":{"26":{"tf":1.0},"58":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"2":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"115":{"tf":1.0}}}}},"i":{"df":1,"docs":{"13":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"118":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}},"e":{"5":{"3":{"df":7,"docs":{"24":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":27,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"122":{"tf":2.0},"123":{"tf":1.0},"13":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951}}}},"n":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":55,"docs":{"10":{"tf":1.7320508075688772},"100":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"13":{"tf":2.23606797749979},"2":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"38":{"tf":2.0},"39":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"5":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":2.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":2.449489742783178},"74":{"tf":2.6457513110645907},"75":{"tf":3.1622776601683795},"76":{"tf":2.449489742783178},"77":{"tf":2.0},"78":{"tf":1.7320508075688772},"79":{"tf":2.449489742783178},"8":{"tf":1.0},"80":{"tf":2.0},"88":{"tf":2.449489742783178},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"92":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":35,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":2.449489742783178},"105":{"tf":1.7320508075688772},"106":{"tf":2.23606797749979},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":2.8284271247461903},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"114":{"tf":1.7320508075688772},"115":{"tf":3.1622776601683795},"116":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":2.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"50":{"tf":2.6457513110645907},"89":{"tf":2.23606797749979},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":2.23606797749979},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":2.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":13,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979},"62":{"tf":1.0},"63":{"tf":2.0},"64":{"tf":1.7320508075688772},"7":{"tf":1.0},"79":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":4,"docs":{"113":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"47":{"tf":3.0},"5":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.7320508075688772}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"107":{"tf":1.0},"27":{"tf":1.0},"59":{"tf":1.0},"91":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"l":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":1.4142135623730951},"117":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"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":{}}}}}},"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"117":{"tf":1.0},"13":{"tf":1.0}}}},"n":{"d":{"df":3,"docs":{"106":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"107":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"107":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":7,"docs":{"13":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.7320508075688772},"7":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":10,"docs":{"123":{"tf":1.0},"13":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.449489742783178},"54":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"90":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"50":{"tf":1.0},"93":{"tf":1.0}}}}}},"h":{"a":{"df":1,"docs":{"115":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"72":{"tf":1.0}}}},"o":{"d":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"106":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"120":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}},"i":{"df":4,"docs":{"13":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":6,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"26":{"tf":1.0},"51":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":16,"docs":{"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"55":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.0},"56":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"47":{"tf":1.7320508075688772},"51":{"tf":2.0},"81":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"2":{"tf":1.0}},"e":{"=":{"'":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":9,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.4142135623730951}},"i":{"df":3,"docs":{"22":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"90":{"tf":1.0}}}}},"df":15,"docs":{"106":{"tf":1.0},"115":{"tf":2.23606797749979},"120":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":8,"docs":{"102":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"t":{"df":20,"docs":{"1":{"tf":1.7320508075688772},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.4142135623730951},"30":{"tf":1.0},"52":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":3,"docs":{"31":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}},"e":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"u":{"df":2,"docs":{"103":{"tf":1.0},"38":{"tf":1.0}}}},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{".":{"c":{"c":{".":{"c":{"c":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"60":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"2":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}}}}}},"df":3,"docs":{"100":{"tf":1.7320508075688772},"102":{"tf":2.449489742783178},"103":{"tf":3.3166247903554}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"107":{"tf":1.0},"16":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":2.0},"91":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":20,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"91":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"105":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}},"@":{"2":{".":{"6":{".":{"0":{"df":1,"docs":{"123":{"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":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"38":{"tf":1.0},"40":{"tf":2.23606797749979},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"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},"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":15,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"81":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"105":{"tf":1.0},"13":{"tf":1.0},"51":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":5,"docs":{"30":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.7320508075688772},"82":{"tf":1.0},"87":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":1.0},"110":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"3":{"tf":1.0},"50":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"37":{"tf":1.0},"40":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"73":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}}},"c":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}},"df":4,"docs":{"60":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":20,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":2.8284271247461903},"69":{"tf":1.0},"70":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":2.8284271247461903},"85":{"tf":1.0},"86":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"108":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"102":{"tf":1.0},"88":{"tf":1.0}}}}}}}}},"df":1,"docs":{"41":{"tf":1.0}}},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"101":{"tf":1.0},"92":{"tf":1.0}}},"k":{"df":1,"docs":{"108":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":3,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"107":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":10,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}}},"l":{"d":{"df":12,"docs":{"101":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"p":{"/":{"7":{"9":{"1":{"7":{"df":0,"docs":{},"f":{"7":{"9":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"4":{"c":{"5":{"9":{"8":{"7":{"df":1,"docs":{"41":{"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":{}}},"o":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"114":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"90":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":38,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"107":{"tf":2.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"110":{"tf":2.8284271247461903},"111":{"tf":2.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":2.8284271247461903},"123":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":3.1622776601683795},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"40":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"56":{"tf":3.1622776601683795},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":2.23606797749979},"63":{"tf":2.6457513110645907},"64":{"tf":1.0},"88":{"tf":2.23606797749979},"90":{"tf":1.0},"91":{"tf":2.449489742783178},"92":{"tf":1.0},"93":{"tf":2.0},"94":{"tf":1.4142135623730951}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"50":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":5,"docs":{"70":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.4142135623730951},"99":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"38":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"114":{"tf":1.0},"115":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"o":{"df":5,"docs":{"101":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"76":{"tf":1.0},"92":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{")":{".":{"_":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"_":{"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":11,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"70":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":2,"docs":{"51":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"27":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"97":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":17,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"28":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"89":{"tf":2.23606797749979},"9":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0}},"e":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}},"i":{",":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":3,"docs":{"65":{"tf":1.7320508075688772},"69":{"tf":1.0},"85":{"tf":1.0}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"l":{"df":3,"docs":{"103":{"tf":1.0},"47":{"tf":1.0},"88":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"4":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":25,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"79":{"tf":1.0},"93":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"4":{"tf":1.0}}},"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"100":{"tf":1.4142135623730951},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":2.0},"98":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":5,"docs":{"105":{"tf":1.0},"40":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"i":{"a":{"df":4,"docs":{"23":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"70":{"tf":1.0},"86":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":10,"docs":{"101":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"w":{"a":{"df":0,"docs":{},"f":{"df":2,"docs":{"102":{"tf":1.0},"88":{"tf":1.0}},"w":{"0":{"0":{"df":0,"docs":{},"f":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":20,"docs":{"1":{"tf":1.4142135623730951},"11":{"tf":1.0},"118":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"40":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}},"y":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"13":{"tf":1.0},"44":{"tf":1.0}}}},"df":4,"docs":{"60":{"tf":1.4142135623730951},"64":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"40":{"tf":1.0},"97":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.7320508075688772}}}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"11":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"63":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":1,"docs":{"16":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"df":22,"docs":{"13":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":2.0},"26":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":2.449489742783178},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":2.6457513110645907},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":2.0},"77":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"113":{"tf":1.0},"118":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.7320508075688772}}}},"r":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"title":{"root":{"1":{"df":6,"docs":{"26":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0}}},"2":{"df":6,"docs":{"27":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}},"3":{"df":3,"docs":{"60":{"tf":1.0},"70":{"tf":1.0},"86":{"tf":1.0}}},"4":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}},"a":{"d":{"d":{"df":3,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":4,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"95":{"tf":1.0}}},"p":{"df":4,"docs":{"65":{"tf":1.0},"69":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"102":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"79":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"35":{"tf":1.0}}}}}},"df":4,"docs":{"120":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"83":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"54":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"116":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"21":{"tf":1.0},"24":{"tf":1.0}}}}}}}}}},"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":3,"docs":{"100":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"b":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}}}}}},"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"123":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"13":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"n":{"df":1,"docs":{"42":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"122":{"tf":1.0},"52":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"33":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":11,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"23":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"109":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"d":{"df":3,"docs":{"103":{"tf":1.0},"70":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"89":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":3,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"i":{"'":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"121":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":3,"docs":{"104":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"104":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"74":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"79":{"tf":1.0},"80":{"tf":1.0}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"73":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"76":{"tf":1.0}}}}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":12,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"48":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"65":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"32":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"108":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"28":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"56":{"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":["introduction/introduction.html#-introduction","introduction/introduction.html#-im-lazy-and-i-just-want-to-get-started","introduction/introduction.html#-what-is-mantis-","introduction/introduction.html#-why-another-recon-automation-framework-","introduction/introduction.html#-disclaimer","features/features.html#-features","features/recon_automation.html#recon-automation","features/recon_automation.html#-use-case","features/recon_automation.html#-feature","features/recon_automation.html#automation-overview","features/distributed_scanning.html#distributed-scanning","features/distributed_scanning.html#-use-case","features/distributed_scanning.html#-feature","features/distributed_scanning.html#how-does-mantis-distribute-your-scan-","features/dashboard_support.html#dashboard-support","features/dashboard_support.html#-use-case","features/dashboard_support.html#-feature","features/dashboard_support.html#-how-does-mantis-look-with-appsmith--","features/dashboard_support.html#assets","features/dashboard_support.html#vulnerabilities","features/dashboard_support.html#certificates","features/workflow_customisation.html#workflow-customisation","features/workflow_customisation.html#-use-case","features/workflow_customisation.html#-feature","features/workflow_customisation.html#-workflow-customisation","features/workflow_customisation.html#examples","features/workflow_customisation.html#example-1","features/workflow_customisation.html#example-2","features/workflow_customisation.html#understanding-configyml","features/advanced_alerting.html#advanced-alerting","features/advanced_alerting.html#-use-case","features/advanced_alerting.html#-feature","features/advanced_alerting.html#slack-alerts-example","features/advanced_alerting.html#scan-efficiency-alert","features/advanced_alerting.html#new-assets-alert","features/advanced_alerting.html#understanding-configyml","features/scan_efficiency.html#understanding-scan-efficiency","features/scan_efficiency.html#-use-case","features/scan_efficiency.html#-feature","features/scan_efficiency.html#scan-efficiency","features/scan_efficiency.html#success-scenario","features/scan_efficiency.html#failure-scenario","features/dns_services.html#integrate-dns-services","features/dns_services.html#-use-case","features/dns_services.html#-feature","features/secrets_scanning.html#secrets-scanning","features/secrets_scanning.html#-use-case","features/secrets_scanning.html#-feature","features/new_scanner.html#integrate-new-scanner-in-minutes","features/new_scanner.html#-use-case","features/new_scanner.html#-feature","installation/installation.html#-installation","installation/installation-docker.html#docker","installation/installation-docker.html#setup","configuration/configuration.html#-configuration","configuration/config-file.html#-config-file","configuration/workflow-config.html#-workflow-configuration","configuration/workflow-config.html#examples","configuration/workflow-config.html#example-1","configuration/workflow-config.html#example-2","configuration/workflow-config.html#example-3","configuration/scheduler-config.html#scheduler-configuration","configuration/scheduler-config.html#examples","configuration/scheduler-config.html#example-1","configuration/scheduler-config.html#example-2","configuration/app-context-config.html#setting-app-context","configuration/slack-config.html#slack-notification","configuration/slack-config.html#notifications-config","configuration/slack-config.html#layer-1-teams","configuration/slack-config.html#layer-2-apps","configuration/slack-config.html#layer-3-assets-and-findings","configuration/slack-config.html#layer-4-tagging-and-channels","configuration/command-line.html#-command-line","configuration/command-line.html#quick-help","configuration/command-line.html#onboard-help","configuration/command-line.html#scan-help","scan/scan.html#-run-a-scan","scan/scan.html#onboard-and-scan","scan/scan.html#onboard-known-assets-and-scan","scan/scan.html#scan-on-all-assets-belonging-to-an-organisation","scan/scan.html#scan-on-all-assets-belonging-to-an-organisation-and-app","notifications/notifications.html#-notifications","notifications/notifications-slack.html#slack","notifications/notifications-slack.html#notifications-config","notifications/notifications-slack.html#layer-1-teams","notifications/notifications-slack.html#layer-2-apps","notifications/notifications-slack.html#layer-3-assets-and-findings","notifications/notifications-slack.html#layer-4-tagging-and-channels","tools/tools.html#tools-list","basics-mantis-code/basics.html#-mantis-code---getting-started","basics-mantis-code/folder-structure.html#code---folder-structure","basics-mantis-code/folder-structure.html#a-quick-correlation-to-localyml","basics-mantis-code/scanner-base-class.html#scanner-base-class","basics-mantis-code/scanner-base-class.html#1-tool-scanner","basics-mantis-code/scanner-base-class.html#functions-to-implement","basics-mantis-code/scanner-base-class.html#2-api-based-scanner","basics-mantis-code/scanner-base-class.html#functions-to-implement","basics-mantis-code/important-utils.html#important-utils-function","basics-mantis-code/important-utils.html#read-data","basics-mantis-code/important-utils.html#get-basic-assets-data","basics-mantis-code/important-utils.html#insert-data","basics-mantis-code/db-models.html#db-models","basics-mantis-code/db-models.html#assets","basics-mantis-code/db-models.html#findings","new-scanner-integrations/new-scanner-integration.html#-new-scanner-integrations","new-scanner-integrations/new-scanner-integration.html#command-line-based-scanner","new-scanner-integrations/new-scanner-integration.html#api-based-scanner","new-scanner-integrations/new-scanner-integration-command-line.html#command-line-tool","new-scanner-integrations/new-scanner-integration-command-line.html#-lets-get-started","new-scanner-integrations/new-scanner-integration-command-line.html#-files-to-be-changed","new-scanner-integrations/command-line-class.html#add-a-new-tool-scanner-class","new-scanner-integrations/command-line-class.html#creating-the-tool-class","new-scanner-integrations/command-line-class.html#implementing-get_commands","new-scanner-integrations/command-line-class.html#implementing-parse_report","new-scanner-integrations/command-line-class.html#implementing-db_operations","new-scanner-integrations/new-scanner-integration-api.html#add-a-new-api-scanner-class","new-scanner-integrations/new-scanner-integration-api.html#creating-the-api-class","new-scanner-integrations/new-scanner-integration-api.html#implementing-get_api_calls","new-scanner-integrations/new-scanner-integration-api.html#implementing-parse_response","new-scanner-integrations/new-scanner-integration-api.html#implementing-db_operations","new-scanner-integrations/command-config-file.html#add-scanner-to-config-file","new-scanner-integrations/command-docker-file.html#install-instructions","new-scanner-integrations/command-docker-file.html#docker-file","new-scanner-integrations/command-docker-file.html#devbox"],"index":{"documentStore":{"docInfo":{"0":{"body":0,"breadcrumbs":2,"title":1},"1":{"body":5,"breadcrumbs":5,"title":4},"10":{"body":3,"breadcrumbs":5,"title":2},"100":{"body":58,"breadcrumbs":9,"title":2},"101":{"body":31,"breadcrumbs":8,"title":2},"102":{"body":71,"breadcrumbs":7,"title":1},"103":{"body":66,"breadcrumbs":7,"title":1},"104":{"body":16,"breadcrumbs":6,"title":3},"105":{"body":35,"breadcrumbs":7,"title":4},"106":{"body":24,"breadcrumbs":6,"title":3},"107":{"body":39,"breadcrumbs":9,"title":3},"108":{"body":47,"breadcrumbs":8,"title":2},"109":{"body":30,"breadcrumbs":8,"title":2},"11":{"body":22,"breadcrumbs":5,"title":2},"110":{"body":94,"breadcrumbs":12,"title":5},"111":{"body":16,"breadcrumbs":10,"title":3},"112":{"body":60,"breadcrumbs":9,"title":2},"113":{"body":69,"breadcrumbs":9,"title":2},"114":{"body":47,"breadcrumbs":9,"title":2},"115":{"body":103,"breadcrumbs":11,"title":5},"116":{"body":16,"breadcrumbs":9,"title":3},"117":{"body":53,"breadcrumbs":8,"title":2},"118":{"body":76,"breadcrumbs":8,"title":2},"119":{"body":47,"breadcrumbs":8,"title":2},"12":{"body":18,"breadcrumbs":4,"title":1},"120":{"body":81,"breadcrumbs":11,"title":4},"121":{"body":0,"breadcrumbs":8,"title":2},"122":{"body":21,"breadcrumbs":8,"title":2},"123":{"body":55,"breadcrumbs":7,"title":1},"13":{"body":146,"breadcrumbs":6,"title":3},"14":{"body":6,"breadcrumbs":5,"title":2},"15":{"body":8,"breadcrumbs":5,"title":2},"16":{"body":35,"breadcrumbs":4,"title":1},"17":{"body":0,"breadcrumbs":6,"title":3},"18":{"body":0,"breadcrumbs":4,"title":1},"19":{"body":0,"breadcrumbs":4,"title":1},"2":{"body":26,"breadcrumbs":2,"title":1},"20":{"body":0,"breadcrumbs":4,"title":1},"21":{"body":6,"breadcrumbs":7,"title":2},"22":{"body":37,"breadcrumbs":7,"title":2},"23":{"body":23,"breadcrumbs":6,"title":1},"24":{"body":97,"breadcrumbs":7,"title":2},"25":{"body":0,"breadcrumbs":6,"title":1},"26":{"body":21,"breadcrumbs":7,"title":2},"27":{"body":23,"breadcrumbs":7,"title":2},"28":{"body":7,"breadcrumbs":7,"title":2},"29":{"body":6,"breadcrumbs":5,"title":2},"3":{"body":40,"breadcrumbs":5,"title":4},"30":{"body":23,"breadcrumbs":5,"title":2},"31":{"body":22,"breadcrumbs":4,"title":1},"32":{"body":0,"breadcrumbs":6,"title":3},"33":{"body":0,"breadcrumbs":6,"title":3},"34":{"body":0,"breadcrumbs":6,"title":3},"35":{"body":7,"breadcrumbs":5,"title":2},"36":{"body":6,"breadcrumbs":7,"title":3},"37":{"body":10,"breadcrumbs":6,"title":2},"38":{"body":28,"breadcrumbs":5,"title":1},"39":{"body":10,"breadcrumbs":6,"title":2},"4":{"body":29,"breadcrumbs":2,"title":1},"40":{"body":64,"breadcrumbs":6,"title":2},"41":{"body":67,"breadcrumbs":6,"title":2},"42":{"body":3,"breadcrumbs":7,"title":3},"43":{"body":20,"breadcrumbs":6,"title":2},"44":{"body":39,"breadcrumbs":5,"title":1},"45":{"body":6,"breadcrumbs":5,"title":2},"46":{"body":17,"breadcrumbs":5,"title":2},"47":{"body":48,"breadcrumbs":4,"title":1},"48":{"body":6,"breadcrumbs":9,"title":4},"49":{"body":20,"breadcrumbs":7,"title":2},"5":{"body":39,"breadcrumbs":2,"title":1},"50":{"body":96,"breadcrumbs":6,"title":1},"51":{"body":34,"breadcrumbs":3,"title":1},"52":{"body":23,"breadcrumbs":4,"title":1},"53":{"body":24,"breadcrumbs":4,"title":1},"54":{"body":35,"breadcrumbs":2,"title":1},"55":{"body":16,"breadcrumbs":5,"title":2},"56":{"body":104,"breadcrumbs":7,"title":2},"57":{"body":14,"breadcrumbs":6,"title":1},"58":{"body":20,"breadcrumbs":7,"title":2},"59":{"body":23,"breadcrumbs":7,"title":2},"6":{"body":6,"breadcrumbs":5,"title":2},"60":{"body":101,"breadcrumbs":7,"title":2},"61":{"body":10,"breadcrumbs":7,"title":2},"62":{"body":0,"breadcrumbs":6,"title":1},"63":{"body":95,"breadcrumbs":7,"title":2},"64":{"body":44,"breadcrumbs":7,"title":2},"65":{"body":67,"breadcrumbs":9,"title":3},"66":{"body":12,"breadcrumbs":7,"title":2},"67":{"body":21,"breadcrumbs":7,"title":2},"68":{"body":19,"breadcrumbs":8,"title":3},"69":{"body":40,"breadcrumbs":8,"title":3},"7":{"body":22,"breadcrumbs":5,"title":2},"70":{"body":26,"breadcrumbs":9,"title":4},"71":{"body":11,"breadcrumbs":9,"title":4},"72":{"body":7,"breadcrumbs":5,"title":2},"73":{"body":43,"breadcrumbs":5,"title":2},"74":{"body":134,"breadcrumbs":5,"title":2},"75":{"body":105,"breadcrumbs":5,"title":2},"76":{"body":8,"breadcrumbs":4,"title":2},"77":{"body":59,"breadcrumbs":4,"title":2},"78":{"body":7,"breadcrumbs":6,"title":4},"79":{"body":15,"breadcrumbs":6,"title":4},"8":{"body":22,"breadcrumbs":4,"title":1},"80":{"body":6,"breadcrumbs":7,"title":5},"81":{"body":13,"breadcrumbs":2,"title":1},"82":{"body":12,"breadcrumbs":3,"title":1},"83":{"body":21,"breadcrumbs":4,"title":2},"84":{"body":19,"breadcrumbs":5,"title":3},"85":{"body":40,"breadcrumbs":5,"title":3},"86":{"body":26,"breadcrumbs":6,"title":4},"87":{"body":11,"breadcrumbs":6,"title":4},"88":{"body":78,"breadcrumbs":3,"title":2},"89":{"body":99,"breadcrumbs":8,"title":4},"9":{"body":43,"breadcrumbs":5,"title":2},"90":{"body":115,"breadcrumbs":9,"title":3},"91":{"body":89,"breadcrumbs":9,"title":3},"92":{"body":20,"breadcrumbs":10,"title":3},"93":{"body":35,"breadcrumbs":10,"title":3},"94":{"body":36,"breadcrumbs":9,"title":2},"95":{"body":16,"breadcrumbs":11,"title":4},"96":{"body":35,"breadcrumbs":9,"title":2},"97":{"body":44,"breadcrumbs":10,"title":3},"98":{"body":0,"breadcrumbs":9,"title":2},"99":{"body":44,"breadcrumbs":10,"title":3}},"docs":{"0":{"body":"","breadcrumbs":"👋 Introduction » 👋 Introduction","id":"0","title":"👋 Introduction"},"1":{"body":"You can jump in directly to the Quick Start Guide","breadcrumbs":"👋 Introduction » 🥱 I'm lazy and i just want to get started","id":"1","title":"🥱 I'm lazy and i just want to get started"},"10":{"body":"product security teams","breadcrumbs":"🎉 Features » Distributed Scanning » Distributed Scanning","id":"10","title":"Distributed Scanning"},"100":{"body":"Again, when you are integrating a new scanner, once the scan is complete, you will need insert the results into mongodb database Location : mantis/utils/crud_utils Insert Assets : async def insert_assets(assets: list, source='external') Update Assets : async def update_asset(asset: str, org: str, tool_output_dict: dict): Insert Findings : async def insert_findings(obj, asset: str, findings: list): ⏭️ Now that we are aware about utility functions that will make data insertion and extration simpler. Let's now take a quick look at the database Models for Assets and Findings.","breadcrumbs":"📖 Mantis Code - Getting Started » Important Utils Function » Insert Data","id":"100","title":"Insert Data"},"101":{"body":"One more thing you need to understand before integrating your new scanner is the database models. Mantis's mongoDB database consists of two collections (or tables). Assets (Types: TLDs, IPs, Subdomains, Certificates) Findngs (Types: Vulnerability, Misconfiguration, Secrets, Phishing Domain)","breadcrumbs":"📖 Mantis Code - Getting Started » DB Models » DB Models","id":"101","title":"DB Models"},"102":{"body":"_id: str = Field(..., alias=\"_id\") asset: str = Field(...) asset_type: str = Field(...) org: str = Field(...) app: str = Field(None) source: Literal['internal', 'external'] = Field(None) created_timestamp: str = Field(None) cdn_names: Optional[str] = list() waf: Optional[str] = list() ports: Optional[list] = list() as_number: Optional[str] = Field(None) as_name: Optional[str] = Field(None) as_country: Optional[str] = Field(None) as_range: Optional[list] = list() dns: Optional[dict] = Field(None) ipinfo: Optional[dict] = dict() technologies: Optional[list] = list() webserver: Optional[list] = list() updated_timestamp: Optional[str] = Field(None) active_hosts: Optional[list] = list() stale: Optional[bool] = False repositories: Optional[str] = Field(None) others: Optional[dict] = dict()","breadcrumbs":"📖 Mantis Code - Getting Started » DB Models » Assets:","id":"102","title":"Assets:"},"103":{"body":"_id: str = Field(...) host: str = Field(...) url: Optional[str] = Field(None) title: str = Field(...) org: str = Field(...) app: str = Field(None) type: Literal['vulnerability', 'misconfiguration', 'secret', 'phishing'] = Field(None) description: str = Field(None) severity: str = Field(None) tool_source: str = Field(None) created_timestamp: str = Field(None) updated_timestamp: Optional[str] = Field(None) host_with_protocol: Optional[str] = Field(None) remediation: Optional[str] = Field(None) info: Optional[dict] = Field(None) cve_id: Optional[str] = Field(None) cwe_id: Optional[str] = Field(None) others: Optional[dict] = Field(None) falsepositive: bool = Field(None) status: str = \"Open\" modified_by: str = Field(None)","breadcrumbs":"📖 Mantis Code - Getting Started » DB Models » Findings:","id":"103","title":"Findings:"},"104":{"body":"To integrate a new scanner with Mantis, it should fall under one of these categories: Command Line Tool based scanner API based scanner","breadcrumbs":"🔗 New Scanner Integrations » 🔗 New Scanner Integrations","id":"104","title":"🔗 New Scanner Integrations"},"105":{"body":"From a recon automation perspective, command-line tools are tools that you typically install in your system using brew, apt, apt-install, or similar methods, and then run scans. E.g. Amass, Subfinder, naabu, nuclei etc. $ nuclei -u https://www.example.org -json -o nuclei.json -exclude-severity info -v","breadcrumbs":"🔗 New Scanner Integrations » Command Line based Scanner","id":"105","title":"Command Line based Scanner"},"106":{"body":"Scanners that involve sending an HTTP request instead of running an OS command to perform a scan. E.g. Shodan, SSLMate etc. GET https://api.shodan.io/shodan/ports?key={YOUR_API_KEY} Now that you are aware of the scanner types that Mantis supports, let's get started","breadcrumbs":"🔗 New Scanner Integrations » API based Scanner","id":"106","title":"API based Scanner"},"107":{"body":"This tutorial will guide you through the process of integrating a new command-line tool with Mantis. Each section builds upon the previous one, but the tutorial is structured to separate topics, so that you can easily find the information you need to address your specific needs It's also designed to serve as a future reference, enabling you to come back and find the information you need when you need it.","breadcrumbs":"🔗 New Scanner Integrations » Command Line Tool » Command Line Tool","id":"107","title":"Command Line Tool"},"108":{"body":"Let's say that you're a bug bounty hunter or a product security engineer who thinks that a particular tool can make a specific module more efficient. For the purpose of this tutorial, let's assume that we need to strengthen the Discovery module, which identifies subdomains, by adding a new tool. Amass . Amass performs network mapping of attack surfaces and external asset discovery using open source information gathering and active reconnaissance techniques","breadcrumbs":"🔗 New Scanner Integrations » Command Line Tool » ✍️ Let's Get Started","id":"108","title":"✍️ Let's Get Started"},"109":{"body":"For integrating a command line scanner, these are the files you need to make changes: Add a new class file under the respective module Add the tool name in config.yml Add the installation instructions in DockerFile ⏭️ Let's now integrate Amass tool into the Discovery module","breadcrumbs":"🔗 New Scanner Integrations » Command Line Tool » 📇 Files to be changed","id":"109","title":"📇 Files to be changed"},"11":{"body":"I want to: scale my single scan across multiple machines. The number of assets owned by my organization is too large to scan on a single machine within a reasonable timeframe, making it either impossible or excessively time-consuming","breadcrumbs":"🎉 Features » Distributed Scanning » 🤔 Use-Case","id":"11","title":"🤔 Use-Case"},"110":{"body":"As a first step to integrate a new scanner, answer the below questions: Which module will this scanner be a part of? Amass is used for subdomain discovery and hence will be part of the disovery module Is this scanner a command line tool or API? Amass is a command line tool What will the tool output? Amass will output a list of subdomains What is the report output format we are expecting to parse? Though Amass supports a number of output formats, lets go with .txt What is the command that you need to execute? amass enum -passive -d {input_domain} -o {output_file_path} What is the input that the tool takes, meaning, TLDs, subdomains, IPs etc.? Amass takes TLDs as an input Now that we have a clear understanding of the expected input and output from the tool, let's begin the process of creating the scanner class. As previously indicated here , we are required to implement three functions: base_get_commands() or get_commands() parse_report() db_operations()","breadcrumbs":"🔗 New Scanner Integrations » New Tool scanner class » Add a new tool scanner class","id":"110","title":"Add a new tool scanner class"},"111":{"body":"Please Note - The name of the tool class should be the same as defined in the config file Create a new file under /mantis/mantis/modules/discovery/ and name it Amass.py","breadcrumbs":"🔗 New Scanner Integrations » New Tool scanner class » Creating the Tool Class","id":"111","title":"Creating the Tool Class"},"112":{"body":"This function needs to return a list of tool commands for every asset. def get_commands(self, assets): self.org = args.org self.base_command = 'amass enum -passive -d {input_domain} -o {output_file_path}' self.outfile_extension = \".txt\" self.assets = await get_assets_grouped_by_type(args, ASSET_TYPE_TLD) return super().base_get_commands(self.assets) self.base_command represents the command to be executed self.outfile_extension indicates the output file extension self.assets exclusively extract TLDs from the database, which are then supplied as input to Amass Info💡- As mentioned here , Mantis incorporates a range of pre-existing utility functions to facilitate the seamless integration of new tools","breadcrumbs":"🔗 New Scanner Integrations » New Tool scanner class » Implementing get_commands()","id":"112","title":"Implementing get_commands()"},"113":{"body":"This function is required to parse what the scanner outputs and insert it into the database. In this context, a list of subdomains need to be extrated and inserted into the database. Info💡- To understand the DB schema, click here def parse_report(self, outfile): output_dict_list = [] amass_output = open(outfile).readlines() for domain in amass_output: domain_dict = {} domain_dict['asset'] = domain.rstrip('\\n') domain_dict['asset_type'] = ASSET_TYPE_SUBDOMAIN domain_dict['org'] = self.org output_dict_list.append(domain_dict) return output_dict_list You dont have to worry about where the output file is stored etc. The outfile parameter is the path to the output file generated by the tool domain contains the subdomain asset_type is a parameter required for Mantis, the type of Asset, if its a TLD, subdomain or IP org is the organisation to which the asset belongs to, fetched from args","breadcrumbs":"🔗 New Scanner Integrations » New Tool scanner class » Implementing parse_report()","id":"113","title":"Implementing parse_report()"},"114":{"body":"The final step is to insert the data into mongoDB async def db_operations(self, tool_output_dict, asset=None): await CrudUtils.insert_assets(tool_output_dict) This is straight forward, call the corresponding util function to insert the data into mongoDB. Info💡- Depending on whether you are inserting an asset, or updating an asset for recon information, or adding a new finding, you can use the corresponding util functions as described here ⏭️ In a similar fashion let's try to add a new API scanner.","breadcrumbs":"🔗 New Scanner Integrations » New Tool scanner class » Implementing db_operations()","id":"114","title":"Implementing db_operations()"},"115":{"body":"Let's now try adding an API scanner instead of a command line tool, for example, SSLMate to Discovery module. As a first step to integrate a new scanner, answer the below questions: Which module will this scanner be a part of? SSLMate is used to retreive all the certificates belonging to an organisation, hence this will be under Discovery module Is this scanner a command line tool or API? SSLMate is an API based scanner What will the tool output? SSLMate will list all certificates, their DNS Names, public key, SHA. The certificate has to be added to assets and the corresponding recon information has to be update What is the report output format we are expecting to parse? JSON Response What is the input that the tool takes, meaning, TLDs, subdomains, IPs etc.? SSLMate takes TLDs as an input Now that we have a clear understanding of the expected input and output from the tool, let's begin the process of creating the scanner class. As previously indicated here , we are required to implement three functions: get_api_calls() parse_response() db_operations()","breadcrumbs":"🔗 New Scanner Integrations » New API Scanner » Add a new API scanner class","id":"115","title":"Add a new API scanner class"},"116":{"body":"Please Note - The name of the tool class should be the same as defined in the config file Create a new file under /mantis/mantis/modules/discovery/ and name it SSLMate.py","breadcrumbs":"🔗 New Scanner Integrations » New API Scanner » Creating the API Class","id":"116","title":"Creating the API Class"},"117":{"body":"This function needs to return the tool object and the HTTP method. async def get_api_calls(self, args: ArgsModel): self.asset_api_list = [] self.scannerName = type(self).__name__ self.endpoint = \"https://api.certspotter.com/v1/issuances?domain={domain_name}&include_subdomains=true&expand=dns_names&expand=issuer&expand=revocation&expand=problem_reporting&expand=cert_der\" self.body = \"\" self.org = args.org self.assets.extend(await get_assets_grouped_by_type(args, ASSET_TYPE_TLD)) for every_asset in self.assets: endpoint = self.endpoint.format(domain_name=every_asset) self.asset_api_list.append((self, endpoint, None, every_asset)) return [(self, \"GET\")] self.endpoint is the full HTTP request to the API Scanner self.body is the HTTP request body self.org is the organisation passed in the arguments The for loop generats an HTTP request per TLD","breadcrumbs":"🔗 New Scanner Integrations » New API Scanner » Implementing get_api_calls()","id":"117","title":"Implementing get_api_calls()"},"118":{"body":"This function is required to parse what the API outputs and insert it into the database. In this context, a list of certificates and its contextual information is extrated and inserted into the database. def parse_response(self, response): output_dict_list = [] response_json = response.json() for every_cert in response_json: cert_dict = {} cert_dict['asset'] = every_cert['id'] cert_dict['asset_type'] = ASSET_TYPE_CERT cert_dict['org'] = self.org cert_dict['others'] = {} cert_dict['others']['dns_names'] = every_cert['dns_names'] cert_dict['others']['tbs_sha256'] = every_cert['tbs_sha256'] cert_dict['others']['cert_sha256'] = every_cert['cert_sha256'] cert_dict['others']['pubkey_sha256'] = every_cert['pubkey_sha256'] cert_dict['others']['issuer'] = every_cert['issuer'] cert_dict['others']['not_before'] = every_cert['not_before'] cert_dict['others']['not_after'] = every_cert['not_after'] cert_dict['others']['revoked'] = every_cert['revoked'] cert_dict['others']['revocation'] = every_cert['revocation'] cert_dict['others']['cert_der'] = every_cert['cert_der'] output_dict_list.append(cert_dict) return output_dict_list You dont have to worry about where the HTTP response is retrieved etc. The response parameter contains the HTTP Reponse Extract the necessary information you want to store in the mongoDB, plus the org context and the type of Asset","breadcrumbs":"🔗 New Scanner Integrations » New API Scanner » Implementing parse_response()","id":"118","title":"Implementing parse_response()"},"119":{"body":"The final step is to insert the data into mongoDB async def db_operations(self, output_dict, asset=None): await CrudUtils.insert_assets(output_dict) This is straight forward, call the corresponding util function to insert the data into mongoDB. Info💡- Depending on whether you are inserting an asset, or updating an asset for recon information, or adding a new finding, you can use the corresponding util functions as described here Let's now look at adding the new scanner to the config file.","breadcrumbs":"🔗 New Scanner Integrations » New API Scanner » Implementing db_operations()","id":"119","title":"Implementing db_operations()"},"12":{"body":"Mantis is one of the first recon automation framework that that allows you to distribute your single scan across multiple machines , including bare metals or instances in AWS or Azure..","breadcrumbs":"🎉 Features » Distributed Scanning » 😃 Feature","id":"12","title":"😃 Feature"},"120":{"body":"Now that the Amass.py and SSLMate.py tool classes are ready, adding it to config is simple. Add the class names Amass, SSLMate under moduleName discovery under tools - workflowName: 'default' schedule: 'daily between 00:00 and 04:00' cmd: ['python3 launch.py -o org_name -f org-stale.txt --ignore_stale --stale'] workflowConfig: - moduleName : discovery tools: ['Subfinder', 'SSLMate', 'Amass'] order: 1 - moduleName: prerecon tools: ['FindCDN', 'Naabu', 'IPinfo'] order: 2 - moduleName: activehostscan tools: ['HTTPX_Tech', 'HTTPX'] order: 3 - moduleName: activerecon tools: ['Wafw00f'] order: 4 - moduleName: scan tools: [ 'DNSTwister', 'Csper', 'Nuclei', 'NucleiRecon'] order: 5 - moduleName: secretscanner tools: ['SecretScanner'] order: 6","breadcrumbs":"🔗 New Scanner Integrations » Add scanner to config file » Add scanner to config file","id":"120","title":"Add scanner to config file"},"121":{"body":"","breadcrumbs":"🔗 New Scanner Integrations » Install instructions in DockerFile » Install instructions","id":"121","title":"Install instructions"},"122":{"body":"Add the install instructions below the WORKDIR /home/mantis RUN echo \"Installing Amass\"\nRUN wget https://github.com/owasp-amass/amass/releases/download/v3.23.2/amass_Linux_amd64.zip\nRUN unzip amass_Linux_amd64.zip\nRUN mv amass_Linux_amd64/amass /usr/bin","breadcrumbs":"🔗 New Scanner Integrations » Install instructions in DockerFile » Docker File","id":"122","title":"Docker File"},"123":{"body":"Devbox creates isolated and reproducible development environments capable of running anywhere. It also features a package manager, NixOS. Please verify whether the package of the newly integrated tool is present here . If the package is present in NixOs, then add the package name with relevant version to the package list under setup/ubuntu/devbox.json or setup/mac/devbox.json \"packages\": [ \"python@3.10\", \"stdenv.cc.cc.lib\", \"amass@3.22.2\", \"subfinder@2.6.0\", \"httpx@1.3.3\", \"ipinfo@2.10.1\", \"naabu@2.1.6\", \"nuclei@2.9.7\", \"gitleaks@8.17.0\", \"gau@2.1.2\", \"python310Packages.pip\", \"gccStdenv\" ], Else add the native installation in the setup list in setup/ubuntu/devbox.json or setup/mac/devbox.json","breadcrumbs":"🔗 New Scanner Integrations » Install instructions in DockerFile » DevBox","id":"123","title":"DevBox"},"13":{"body":"Mantis uses Ray framework to scale. Ray Core provides a small number of core primitives (i.e., tasks, actors, objects) for building and scaling distributed applications. Please Note - A short infrastructure setup is required before utilising this feature as described here The Mantis framework is designed to use Ray Core in the most efficient way, breaking down a single scan into the most granular level. To put it simply: Each module has a specific assigned order number that indicates the sequence in which it should be executed. For example, Discovery needs to run before Recon, with Discovery's order number being 1 and Recon's being 2 Scans required for each module are run in parallel while other modules wait for the previous module's completion The Workflow Class retrieves the module name and order from the config.yml file and generates commands for all the tools in each module for every asset. This list of commands is then passed to the Ray function The Ray function distributes these commands across VMs and allocates a single CPU for every command Ray's self-managed scheduling system ensures efficient allocation of resources, and configurable retries against potential failures provide added reliability INFO💡: All of the internal implementation described above is for your information only. Once you have your infrastructure set up, all you need to do is add the IP addresses of your VMs to the configuration file, and everything else remains the same","breadcrumbs":"🎉 Features » Distributed Scanning » How does Mantis distribute your scan ?","id":"13","title":"How does Mantis distribute your scan ?"},"14":{"body":"product security teams bug bounty hunters","breadcrumbs":"🎉 Features » Dashboard Support » Dashboard Support","id":"14","title":"Dashboard Support"},"15":{"body":"I want to: create a dashboard that provides an overview of my organization, its assets, and its findings","breadcrumbs":"🎉 Features » Dashboard Support » 🤔 Use-Case","id":"15","title":"🤔 Use-Case"},"16":{"body":"Mantis does not come with a dashboard as creating a user interface can be highly opinionated. Instead, Mantis provides details of assets and findings in a structured format in MongoDB. Any dashboard that supports MongoDB integration should work with Mantis's output Mantis's integration works well with the following dashboard: AppSmith - Default Support Chartbrew Metabse","breadcrumbs":"🎉 Features » Dashboard Support » 😃 Feature","id":"16","title":"😃 Feature"},"17":{"body":"","breadcrumbs":"🎉 Features » Dashboard Support » 😮 How does Mantis look with AppSmith ?","id":"17","title":"😮 How does Mantis look with AppSmith ?"},"18":{"body":"","breadcrumbs":"🎉 Features » Dashboard Support » Assets","id":"18","title":"Assets"},"19":{"body":"","breadcrumbs":"🎉 Features » Dashboard Support » Vulnerabilities","id":"19","title":"Vulnerabilities"},"2":{"body":"Mantis is an advanced open-source framework that: Enables automated asset discovery, reconnaissance, and vulnerability scanning processes The results of these comprehensive scans are stored in a robust MongoDB database and can be seamlessly integrated with any dashboard supporting MongoDB integration","breadcrumbs":"👋 Introduction » 🤔 What is Mantis ?","id":"2","title":"🤔 What is Mantis ?"},"20":{"body":"","breadcrumbs":"🎉 Features » Dashboard Support » Certificates","id":"20","title":"Certificates"},"21":{"body":"product security teams bug bounty hunters","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » Workflow Customisation","id":"21","title":"Workflow Customisation"},"22":{"body":"I want to: customize scans with ease to best suit my organization's or bug bounty requirements ability to choose from various modules, including discovery and vulnerability scanning, to create a tailored scan that meets my specific needs granular options to specify tools within each module, allowing me to optimize my security operations for maximum efficiency","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » 🤔 Use-Case","id":"22","title":"🤔 Use-Case"},"23":{"body":"In Mantis: we refer to the entire automation process as a Workflow Worflow is further divided into individual blocks called as a Module Modules are further divided as Tools All the above are easily customisable via a config file","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » 😃 Feature","id":"23","title":"😃 Feature"},"24":{"body":"This is the workflow snippet from config.yml , you can just add/remove the module or tool you want to customise: workflow: - workflowName: 'default' schedule: 'daily between 00:00 and 04:00' cmd: ['python3 launch.py -o org_name -f org-tlds.txt --ignore_stale --stale'] workflowConfig: - moduleName : Route53 tools: ['Route53'] order: 1 - moduleName : discovery tools: ['Subfinder', 'SSLMate'] order: 1 - moduleName: prerecon tools: ['FindCDN', 'Naabu', 'IPinfo'] order: 2 - moduleName: activehostscan tools: ['HTTPX_Tech', 'HTTPX'] order: 3 - moduleName: activerecon tools: ['Wafw00f'] order: 4 - moduleName: scan tools: [ 'DNSTwister', 'Csper', 'Nuclei', 'NucleiRecon'] order: 5 - moduleName: secretscanner tools: ['SecretScanner'] order: 6 moduleName - Pre-packaged or custom modules tools - Tools included as part of the module order - The order in which the module needs to be executed, e.g., discovery needs to be run before recon","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » 🎛️ Workflow Customisation","id":"24","title":"🎛️ Workflow Customisation"},"25":{"body":"","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » Examples","id":"25","title":"Examples"},"26":{"body":"Run a single module, say just 'Discovery', this is how your config is going to look, simply comment or remove the rest of the modules workflow: - moduleName : discovery tools: ['Subfinder', 'SSLMate', 'Amass'] order: 1","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » Example 1","id":"26","title":"Example 1"},"27":{"body":"Remove a tool, say you just want to run subdomain discovery and not identify 'certificates', so just remove 'SSLMate' from tools section under Discovery moduleName workflow: - moduleName : discovery tools: ['Subfinder', 'Amass'] order: 1","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » Example 2","id":"27","title":"Example 2"},"28":{"body":"INFO💡: For more details on config.yml and how to edit it, Click here","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » Understanding config.yml","id":"28","title":"Understanding config.yml"},"29":{"body":"product security teams bug bounty hunters","breadcrumbs":"🎉 Features » Advanced Alerting » Advanced Alerting","id":"29","title":"Advanced Alerting"},"3":{"body":"Mantis is a security framework engineered to provide exceptional value and convenience to both product security teams and bug bounty hunters alike. Our innovative framework offers unparalleled ease-of-use and customizable automation for all your recon needs With Mantis, you can take advantage of our advanced alerting capabilities and faster scanning times to fortify your defenses and stay ahead of the game","breadcrumbs":"👋 Introduction » 🤨 Why another RECON automation framework ?","id":"3","title":"🤨 Why another RECON automation framework ?"},"30":{"body":"I want to: customise my alerts, say, today i recieve alerts only for vulnerabilities, tomorrow i need to start receiving alerts for my phishing domains as well, there shouldnt be any code change tag specific teams for specific alerts","breadcrumbs":"🎉 Features » Advanced Alerting » 🤔 Use-Case","id":"30","title":"🤔 Use-Case"},"31":{"body":"Alerting is layered and config driven with no code change required in Mantis. There are two types of alerting that Mantis supports: Assets and Findings Scan Stats Currently, we support notifications via slack","breadcrumbs":"🎉 Features » Advanced Alerting » 😃 Feature","id":"31","title":"😃 Feature"},"32":{"body":"","breadcrumbs":"🎉 Features » Advanced Alerting » Slack Alerts Example","id":"32","title":"Slack Alerts Example"},"33":{"body":"","breadcrumbs":"🎉 Features » Advanced Alerting » Scan Efficiency Alert","id":"33","title":"Scan Efficiency Alert"},"34":{"body":"","breadcrumbs":"🎉 Features » Advanced Alerting » New Assets Alert","id":"34","title":"New Assets Alert"},"35":{"body":"INFO💡: For more details on config.yml and how to edit it, Click here","breadcrumbs":"🎉 Features » Advanced Alerting » Understanding config.yml","id":"35","title":"Understanding config.yml"},"36":{"body":"product security teams bug bounty hunters","breadcrumbs":"🎉 Features » Understanding Scan Efficiency » Understanding Scan Efficiency","id":"36","title":"Understanding Scan Efficiency"},"37":{"body":"I want to: understand whether my scans succeeded or failed determine the time taken for the scans","breadcrumbs":"🎉 Features » Understanding Scan Efficiency » 🤔 Use-Case","id":"37","title":"🤔 Use-Case"},"38":{"body":"Mantis provides you with efficient scan statistics at a granular level, including the following: Total scan time and efficiency Module level scan time and efficiency Success or Failure status for each asset The Efficiency is calcuated based on the success/failure rates","breadcrumbs":"🎉 Features » Understanding Scan Efficiency » 😃 Feature","id":"38","title":"😃 Feature"},"39":{"body":"Post scan, Mantis outputs a file which is present in {mantis_dir}/logs/scan_efficiency/, which provides you with the scan metadata.","breadcrumbs":"🎉 Features » Understanding Scan Efficiency » Scan Efficiency","id":"39","title":"Scan Efficiency"},"4":{"body":"Usage of this program for attacking targets without consent is illegal. It is the user's responsibility to obey all applicable laws. The developer assumes no liability and is not responsible for any misuse or damage caused by this program. Please use responsibly. The material contained in this repository is licensed under apache2.","breadcrumbs":"👋 Introduction » 🚨 Disclaimer","id":"4","title":"🚨 Disclaimer"},"40":{"body":"{ \"module_name\": \"PRERECON\", \"module_start_time\": \"524109.441001708\", \"module_end_time\": \"524288.824489208\", \"module_time_taken\": \"0:02:59\", \"module_tool_logs\": [ { \"tool_name\": \"FindCDN\", \"success\": 1, \"failure\": 0, \"code\": 0, \"command\": \"findcdn list example.in -o /tmp/7917f79d-8b06-4727-8953-dcf5c84efde6.json -v\", \"errors\": null, \"exception\": null, \"tool_time_taken\": \"0:02:59\" } ]\n} The above stats clearly states: the python subprocess exit code was 0, indicating success (warning - this depends on how efficiently the tool handles exit codes as well) the scan for a particular asset example.com was successful the total time taken to run subfinder on that asset","breadcrumbs":"🎉 Features » Understanding Scan Efficiency » Success Scenario","id":"40","title":"Success Scenario"},"41":{"body":"{ \"module_name\": \"DISCOVERY\", \"module_start_time\": \"525058.566098541\", \"module_end_time\": \"525059.556518666\", \"module_time_taken\": \"0:00:01\", \"module_tool_logs\": [ { \"tool_name\": \"Subfinder\", \"success\": 0, \"failure\": 1, \"code\": 2, \"command\": \"subfinder -te -d example.com -o /tmp/de4c5987-d4fe-46f9-89ef-f19af67cd1d0.txt\", \"errors\": null, \"exception\": \"[Errno 2] No such file or directory: '/tmp/de4c5987-d4fe-46f9-89ef-f19af67cd1d0.txt'\", \"tool_time_taken\": \"0:00:00\" } ]\n} The above stats clearly states: the python subprocess exit code with a non-zero exit code (2), indicating failure the scan for a particular asset example.com was a failure , this is because a wrong subfinder command was passed","breadcrumbs":"🎉 Features » Understanding Scan Efficiency » Failure Scenario","id":"41","title":"Failure Scenario"},"42":{"body":"product security teams","breadcrumbs":"🎉 Features » Integrate DNS Services » Integrate DNS Services","id":"42","title":"Integrate DNS Services"},"43":{"body":"I want to: feed my known assets to the framework because I know that they belong to my organization have the capability to feed subdomains, IP, IP-CIDRs or IP Range integrate my organisation's DNS Service","breadcrumbs":"🎉 Features » Integrate DNS Services » 🤔 Use-Case","id":"43","title":"🤔 Use-Case"},"44":{"body":"We are aware that no recon automation framework can be perfect in identifying all assets and findings. To some extent, this also depends on the tools used. Therefore, we designed Mantis to not only provide an external attacker's perspective but also add internal context to an organization. There are two ways in which you can add internal context to Mantis: Integrate your DNS Service (Route 53) Upload a file (use the '-f' flag)","breadcrumbs":"🎉 Features » Integrate DNS Services » 😃 Feature","id":"44","title":"😃 Feature"},"45":{"body":"product security teams bug bounty hunters","breadcrumbs":"🎉 Features » Secrets Scanning » Secrets Scanning","id":"45","title":"Secrets Scanning"},"46":{"body":"I want to: identify any secrets belonging to my organization that have been leaked on the public internet identify any secrets that have been provided by my organization to our partners or vendors that have been leaked on the public internet","breadcrumbs":"🎉 Features » Secrets Scanning » 🤔 Use-Case","id":"46","title":"🤔 Use-Case"},"47":{"body":"INFO💡: Secrets scanning is currently an experimental feature due to a number of limitations, such as rate limiting that are applied on the search engines where we search for information. The basic responsibility of secrets scanning is to identify secrets on the public internet . Currently, it searches for: Secrets in Wayback URLs Secrets in Wayback JS Files Secrets in Github for an Organistaion [Coming Soon] Secrets in Swagger [Coming Soon] Secrets in Postman Collections [Coming Soon]","breadcrumbs":"🎉 Features » Secrets Scanning » 😃 Feature","id":"47","title":"😃 Feature"},"48":{"body":"product security teams bug bounty hunters","breadcrumbs":"🎉 Features » Integrate new scanner in minutes » Integrate new scanner in minutes","id":"48","title":"Integrate new scanner in minutes"},"49":{"body":"I want to: integrate new tools with a recon automation framework that the framework does not support by default add scanners that are either a command-line tool or an API integrate scanners quickly and easily","breadcrumbs":"🎉 Features » Integrate new scanner in minutes » 🤔 Use-Case","id":"49","title":"🤔 Use-Case"},"5":{"body":"With Mantis, you benefit from an array of exceptional features designed to enhance your workflows. These include but are not limited to: Recon Automation Super Easy Workflow Customisation Dashboard Support Integrate a new tool within minutes Distribute your scan and make it 2x Faster Understanding Scan Efficiency Integrate with your Org's DNS Service Advanced Alerting Secrets Scanning","breadcrumbs":"🎉 Features » 🎉 Features","id":"5","title":"🎉 Features"},"50":{"body":"Mantis is designed with the goal of minimizing the time it takes to integrate new scanners, whether for Mantis developers or external teams. Mantis includes several functions that make integrating new scanners easy. To add a new tool, this is what you need to do: Create a Python class for the scanner Extend ToolScanner if you are integrating a new command line scanner Extend APIScanner if you are integrating a new API scanner Implement three functions in the class get_commands() or get_api_calls() , depends on whether you choose Tool or API, this basically gets your scan command or API HTTP request ready parse_report() or parse_response() , again depends on whether you choose Tool or API, this is to parse the response db_operations() , insert the information to database and this is where its simple, we have built-in functions that takes care of everything Add the install instructions in DockerFile INFO💡: For a more detailed understanding on how to integrate a new scanner, Click here","breadcrumbs":"🎉 Features » Integrate new scanner in minutes » 😃 Feature","id":"50","title":"😃 Feature"},"51":{"body":"Mantis provides multiple installation methods that includes performing the entire scan in a single system or multiple machines Single Machine Docker Linux (Ubuntu) (Coming Soon) Windows (Coming Soon) Multiple Machine Set of VMs (Coming Soon) AWS (Ansible script) (Coming Soon)","breadcrumbs":"⚙️ Installation and Setup » ⚙️ Installation","id":"51","title":"⚙️ Installation"},"52":{"body":"Mantis supports multiple installation types. Installing Mantis via Docker would be a good start to get a hang of the framework. Considering that Mantis also includes mongoDB and AppSmith, we have provided a shell script that installs all the components.","breadcrumbs":"⚙️ Installation and Setup » Docker » Docker","id":"52","title":"Docker"},"53":{"body":"Clone the Mantis repository git clone https://github.com/PhonePe/mantis.git cd into the Mantis directory cd mantis/setup/docker Run the respective docker setup file based on your OS ./docker-setup-macos.sh ./docker-setup-ubuntu.sh","breadcrumbs":"⚙️ Installation and Setup » Docker » Setup","id":"53","title":"Setup"},"54":{"body":"Once you have setup Mantis, you can now look at customising your scan requirements. Scan customisations are available via: Config File - contains customisations related to scan workflow, scheduling, notifications etc. Command Line - contains basic options to onboard your assets and scan INFO💡- Config File Path: /mantis/config/local.yml","breadcrumbs":"🛠️ Configuration » 🛠️ Configuration","id":"54","title":"🛠️ Configuration"},"55":{"body":"Mantis Config file provides multiple customisations including: Workflow Customisation Scheduler Customisation Setting App Context Slack Alerting","breadcrumbs":"🛠️ Configuration » 📋 Config File » 📋 Config File","id":"55","title":"📋 Config File"},"56":{"body":"Warning 🚨 - In onboard mode, you should run scans only with the 'default' workflow This is the workflow snippet from config.yml , you can just add/remove the module or tool you want to customise: workflow: - workflowName: 'default' schedule: 'daily between 00:00 and 04:00' cmd: ['python3 launch.py -o org_name -f org-tlds.txt --ignore_stale --stale'] workflowConfig: - moduleName : Route53 tools: ['Route53'] order: 1 - moduleName : discovery tools: ['Subfinder', 'SSLMate'] order: 1 - moduleName: prerecon tools: ['FindCDN', 'Naabu', 'IPinfo'] order: 2 - moduleName: activehostscan tools: ['HTTPX_Tech', 'HTTPX'] order: 3 - moduleName: activerecon tools: ['Wafw00f'] order: 4 - moduleName: scan tools: [ 'DNSTwister', 'Csper', 'Nuclei', 'NucleiRecon'] order: 5 - moduleName: secretscanner tools: ['SecretScanner'] order: 6 moduleName - Pre-packaged or custom modules tools - Tools included as part of the module order - The order in which the module needs to be executed, e.g., discovery needs to be run before recon","breadcrumbs":"🛠️ Configuration » 📋 Config File » Workflow Configuration » 🎛️ Workflow Configuration","id":"56","title":"🎛️ Workflow Configuration"},"57":{"body":"Warning 🚨 - Do not modify the default workflow config, always create a new workflow before modifying it as shown in example 3","breadcrumbs":"🛠️ Configuration » 📋 Config File » Workflow Configuration » Examples","id":"57","title":"Examples"},"58":{"body":"Run a single module, say just 'Discovery', this is how your config is going to look, simply remove the rest of the modules workflow: - moduleName : discovery tools: ['Subfinder', 'SSLMate', 'Amass'] order: 1","breadcrumbs":"🛠️ Configuration » 📋 Config File » Workflow Configuration » Example 1","id":"58","title":"Example 1"},"59":{"body":"Remove a tool, say you just want to run subdomain discovery and not identify 'certificates', so just remove 'SSLMate' from tools section under Discovery moduleName workflow: - moduleName : discovery tools: ['Subfinder', 'Amass'] order: 1","breadcrumbs":"🛠️ Configuration » 📋 Config File » Workflow Configuration » Example 2","id":"59","title":"Example 2"},"6":{"body":"product security teams bug bounty hunters","breadcrumbs":"🎉 Features » Recon Automation » Recon Automation","id":"6","title":"Recon Automation"},"60":{"body":"Now say you want to go one step ahead and create you own workflow, you can do that by simply copy, pasting the default workflow, make the corresponding changes and rename it according your requirement. workflow: - workflowName: 'custom_workflow' schedule: 'daily between 00:00 and 04:00' cmd: ['python3 launch.py -o org_name -f org-tlds.txt --ignore_stale --stale'] workflowConfig: - moduleName : discovery tools: ['Subfinder', 'Amass'] order: 1 - moduleName: prerecon tools: ['FindCDN', 'Naabu'] order: 2 - moduleName: activehostscan tools: ['HTTPX_Tech', 'HTTPX'] order: 3 - moduleName: scan tools: [ 'DNSTwister', 'Csper', 'Nuclei', 'NucleiRecon'] order: 4 As you can see, the new workflow does not contain modules like Route53, ActiveRecon, SecretsScanning etc. A couple of tools like SSLMate and IPInfo have been removed too. The name of the workflow is also changed to custom_workflow Now to run this new workflow, you can make use of the -w options $ mantis -o example -t example.org -w custom_workflow","breadcrumbs":"🛠️ Configuration » 📋 Config File » Workflow Configuration » Example 3","id":"60","title":"Example 3"},"61":{"body":"Mantis also lets you schedule scans, this scheduler option is present in in the workflow config itself.","breadcrumbs":"🛠️ Configuration » 📋 Config File » Scheduler Configuration » Scheduler Configuration","id":"61","title":"Scheduler Configuration"},"62":{"body":"","breadcrumbs":"🛠️ Configuration » 📋 Config File » Scheduler Configuration » Examples","id":"62","title":"Examples"},"63":{"body":"Setup default workflow module to be run everyday at 9AM. INFO 💡 - Schedule key words are based on Python Rocketery Framework workflow: - workflowName: 'default' schedule: 'daily between 09:00 and 11:00' cmd: ['python3 launch.py -o org_name -f org-tlds.txt --ignore_stale --stale'] workflowConfig: - moduleName : Route53 tools: ['Route53'] order: 1 - moduleName : discovery tools: ['Subfinder', 'SSLMate'] order: 1 - moduleName: prerecon tools: ['FindCDN', 'Naabu', 'IPinfo'] order: 2 - moduleName: activehostscan tools: ['HTTPX_Tech', 'HTTPX'] order: 3 - moduleName: activerecon tools: ['Wafw00f'] order: 4 - moduleName: scan tools: [ 'DNSTwister', 'Csper', 'Nuclei', 'NucleiRecon'] order: 5 - moduleName: secretscanner tools: ['SecretScanner'] order: 6 Created a new config discovery_workflow that only runs discovery module Set the schedule parameter to daily at 9:00","breadcrumbs":"🛠️ Configuration » 📋 Config File » Scheduler Configuration » Example 1","id":"63","title":"Example 1"},"64":{"body":"Setup discovery module to be run everyday at 11AM. workflow: - workflowName: 'discovery_workflow' schedule: 'daily between 11:00 and 14:00' cmd: ['python3 launch.py -o org_name -f org-tlds.txt -w discovery_workflow'] workflowConfig: - moduleName : discovery tools: ['Subfinder', 'SSLMate'] order: 1 Created a new config discovery_workflow that only runs discovery module Set the schedule parameter to daily at 9:00","breadcrumbs":"🛠️ Configuration » 📋 Config File » Scheduler Configuration » Example 2","id":"64","title":"Example 2"},"65":{"body":"Warning 🚨 - Considering this feature is a string based match, this will not be 100 % accurate when you add strings that are of shorter length Mantis lets you setup an App Context to the subdomains discovered. For e.g. if you organisation has multiple apps like upi, insurance, mutual funds etc. You can provide key words for every app and Mantis will automatically map this context to each subdomain discovered and also to findings. app: upi: [upi,payments] insurance: [insurance.org.com] mutual-funds: [mutual-funds, mutual] This will map: upi.org.com, payments.org.com to upi app buy.insurance.org.com, integrations.insurance.org.com to insurance app mf.org.com, mf-buy.org.com, mf-api.org.com to mutual-funds app","breadcrumbs":"🛠️ Configuration » 📋 Config File » Setting App Context » Setting App Context","id":"65","title":"Setting App Context"},"66":{"body":"Mantis provides an advanced layered based Slack alerting, that includes: Teams Apps Assets/Findings Tagging","breadcrumbs":"🛠️ Configuration » 📋 Config File » Slack Notification » Slack Notification","id":"66","title":"Slack Notification"},"67":{"body":"notify: - teamName: web_team scanEfficiency: true channel: slack: - https://hooks.slack.com/services/********/******** app: [payments-dashboard, transactions-dashboard] assets: - subdomain: ['prateek.thakare'] - certificate: ['praveen.kanniah'] findings: - vulnerability: [] - secret: []","breadcrumbs":"🛠️ Configuration » 📋 Config File » Slack Notification » Notifications Config","id":"67","title":"Notifications Config"},"68":{"body":"A Team is a team within an organistion, e.g. web team, appsec team, infra team etc. With Mantis, you can create unique configurations for every team and alert them for what they need.","breadcrumbs":"🛠️ Configuration » 📋 Config File » Slack Notification » Layer 1 (Teams)","id":"68","title":"Layer 1 (Teams)"},"69":{"body":"In the background Mantis stores the identified assets, recon informtion and vulnerbailities in a mongDB database. Mantis lets you provide keywords to map a subdomain to an App, like this: app:\npayments-dashboard: [payments, upi]\ntransactions-dashboard: [transactions, npci] If a subdomain is discovered with these keywords, it will automatically map it to an app and store the context. A team can now receive alerts specific to an app.","breadcrumbs":"🛠️ Configuration » 📋 Config File » Slack Notification » Layer 2 (Apps)","id":"69","title":"Layer 2 (Apps)"},"7":{"body":"I want to: automate the entire process of asset discovery, reconnaissance, and vulnerability scanning store relevant details with contextual information in a database and retrieve them at any time schedule scans and set up alerts","breadcrumbs":"🎉 Features » Recon Automation » 🤔 Use-Case","id":"7","title":"🤔 Use-Case"},"70":{"body":"A team can also receive alerts based on an Asset Type or Findings Type Assets TLD (Top Level Domain) Subdomain IP Certificates Findings Vulerabilities Misconfigurations Phishing Secrets You can add/delete the types you want to receive/ignore alerts for.","breadcrumbs":"🛠️ Configuration » 📋 Config File » Slack Notification » Layer 3 (Assets and Findings)","id":"70","title":"Layer 3 (Assets and Findings)"},"71":{"body":"This layer is specific to Slack alerting, where in a group you can particularly tag a specific person for a particular alert.","breadcrumbs":"🛠️ Configuration » 📋 Config File » Slack Notification » Layer 4 (Tagging and Channels)","id":"71","title":"Layer 4 (Tagging and Channels)"},"72":{"body":"Mantis ships with a simple list of command line options.","breadcrumbs":"🛠️ Configuration » 🖥️ Command Line » 🖥️ Command Line","id":"72","title":"🖥️ Command Line"},"73":{"body":"usage: ONBOARD: (First time scan, Run this !!) mantis onboard -o example_org -t www.example.org mantis onboard -o example_org -f file.txt SCAN: mantis scan -o example_org mantis scan -o example_org -a example_app options: -h, --help list command line options subparser: {onboard,scan} onboard Onboard a target scan Scan an org","breadcrumbs":"🛠️ Configuration » 🖥️ Command Line » Quick Help","id":"73","title":"Quick Help"},"74":{"body":"usage: ONBOARD: (First time scan, Run this !!) mantis onboard -o example_org -t example.tld mantis onboard -o example_org -f file.txt options: -h, --help show this help message and exit -t HOST, --host HOST top level domain to scan -f FILE_NAME, --file_input FILE_NAME path to file containing any combination of TLD, subdomain, IP-range, IP-CIDR -w WORKFLOW, --workflow WORKFLOW workflow to be executed as specified in config file -o ORG, --org ORG name of the organisation -a APP, --app APP scan only subdomains that belong to an app -p, --passive run passive port scan -s, --stale mark domains as stale (domains purchased but not in use) -i, --ignore_stale ignore stale domains during scan -tc THREAD_COUNT, --thread_count THREAD_COUNT thread count, default 10 -r, --use_ray use ray framework for distributed scans -n NUM_ACTORS, --num_actors NUM_ACTORS number of ray actors, default 10 -d, --delete_logs delete logs of previous scans -v, --verbose print debug logs -aws AWS_PROFILES, --aws_profiles AWS_PROFILES List of comma separated aws profiles for Route53","breadcrumbs":"🛠️ Configuration » 🖥️ Command Line » Onboard Help","id":"74","title":"Onboard Help"},"75":{"body":"usage: SCAN: mantis scan -o example_org mantis scan -o example_org -a example_app options: -h, --help show this help message and exit -w WORKFLOW, --workflow WORKFLOW workflow to be executed as specified in config file -o ORG, --org ORG name of the organisation -a APP, --app APP scan only subdomains that belong to an app -p, --passive run passive port scan -s, --stale mark domains as stale (domains purchased but not in use) -i, --ignore_stale ignore stale domains during scan -tc THREAD_COUNT, --thread_count THREAD_COUNT thread count, default 10 -r, --use_ray use ray framework for distributed scans -n NUM_ACTORS, --num_actors NUM_ACTORS number of ray actors, default 10 -d, --delete_logs delete logs of previous scans -v, --verbose print debug logs -aws AWS_PROFILES, --aws_profiles AWS_PROFILES List of comma separated aws profiles for Route53","breadcrumbs":"🛠️ Configuration » 🖥️ Command Line » Scan Help","id":"75","title":"Scan Help"},"76":{"body":"Mantis provides two modes to scan: Onbaord and Scan Scan","breadcrumbs":"🔍 Run a Scan » 📨 Run a Scan","id":"76","title":"📨 Run a Scan"},"77":{"body":"You want to onboard an org with its TLDs/IPs/IP-CIDRs/IP Range for the first time, use the onboard mode. This runs the scan on the default workflow. You can use mantis command or directly run the framework using python3 launch.py. TLD python3 launch.py onboard -o org_name -t example.in IP python3 launch.py onboard -o org_name -t 10.123.123.12 IP-Range python3 launch.py onboard -o org_name -t 10.0.0.10-10 IP-CIDR python3 launch.py onboard -o org_name -t 10.0.0.10/24","breadcrumbs":"🔍 Run a Scan » Onboard and Scan","id":"77","title":"Onboard and Scan"},"78":{"body":"python3 launch.py onboard -o org_name -f input.txt","breadcrumbs":"🔍 Run a Scan » Onboard Known Assets and Scan","id":"78","title":"Onboard Known Assets and Scan"},"79":{"body":"Now that you have onboarded, you just need to run scheduled scans for an org, you can just use the scan mode python3 launch.py scan -o org_name","breadcrumbs":"🔍 Run a Scan » Scan on all assets belonging to an organisation","id":"79","title":"Scan on all assets belonging to an organisation"},"8":{"body":"Mantis automates the entire process from discovery to scan and stores organization and application-based context in a MongoDB database. The framework also provides easily customizable alerting capabilities with no code changes required.","breadcrumbs":"🎉 Features » Recon Automation » 😃 Feature","id":"8","title":"😃 Feature"},"80":{"body":"python3 launch.py scan -o org_name -a app_name","breadcrumbs":"🔍 Run a Scan » Scan on all assets belonging to an organisation and app","id":"80","title":"Scan on all assets belonging to an organisation and app"},"81":{"body":"Mantis currently supports the following clients for Notifications: Slack Discord [Coming Soon] Mail [Coming Soon]","breadcrumbs":"📨 Notifications » 📨 Notifications","id":"81","title":"📨 Notifications"},"82":{"body":"Mantis provides an advanced layered based Slack alerting, that includes: Teams Apps Assets/Findings Tagging","breadcrumbs":"📨 Notifications » Slack » Slack","id":"82","title":"Slack"},"83":{"body":"notify: - teamName: web_team scanEfficiency: true channel: slack: - https://hooks.slack.com/services/********/******** app: [payments-dashboard, transactions-dashboard] assets: - subdomain: ['prateek.thakare'] - certificate: ['praveen.kanniah'] findings: - vulnerability: [] - secret: []","breadcrumbs":"📨 Notifications » Slack » Notifications Config","id":"83","title":"Notifications Config"},"84":{"body":"A Team is a team within an organistion, e.g. web team, appsec team, infra team etc. With Mantis, you can create unique configurations for every team and alert them for what they need.","breadcrumbs":"📨 Notifications » Slack » Layer 1 (Teams)","id":"84","title":"Layer 1 (Teams)"},"85":{"body":"In the background Mantis stores the identified assets, recon informtion and vulnerbailities in a mongDB database. Mantis lets you provide keywords to map a subdomain to an App, like this: app:\npayments-dashboard: [payments, upi]\ntransactions-dashboard: [transactions, npci] If a subdomain is discovered with these keywords, it will automatically map it to an app and store the context. A team can now receive alerts specific to an app.","breadcrumbs":"📨 Notifications » Slack » Layer 2 (Apps)","id":"85","title":"Layer 2 (Apps)"},"86":{"body":"A team can also receive alerts based on an Asset Type or Findings Type Assets TLD (Top Level Domain) Subdomain IP Certificates Findings Vulerabilities Misconfigurations Phishing Secrets You can add/delete the types you want to receive/ignore alerts for.","breadcrumbs":"📨 Notifications » Slack » Layer 3 (Assets and Findings)","id":"86","title":"Layer 3 (Assets and Findings)"},"87":{"body":"This layer is specific to Slack alerting, where in a group you can particularly tag a specific person for a particular alert.","breadcrumbs":"📨 Notifications » Slack » Layer 4 (Tagging and Channels)","id":"87","title":"Layer 4 (Tagging and Channels)"},"88":{"body":"List of tools that Mantis framework integrates and their purpose Module Tool Purpose Discovery Subfinder Subdomain Enumeration Discovery AMASS Subdomain Enumeration Discovery SSLMate Certificates Pre-Recon FindCDN Determine CDN Pre-Recon Naabu Port Discovery Pre-Recon IPInfo Extract IP Information Active-Host-Scan HTTPX Determine Active hosts & Technologies Active-Recon Wafw00f Deteminf WAF Scan Nuclei Vulnerability Scan Scan DNS Twister Determine Phishing domains Scan Csper Identify CSP misconfigurations Scan Corsy Identify CORS misconfigurations Secrets GAU Determine wayback URLs Secrets Gitleaks Identify Secrets","breadcrumbs":"🧰 Tools » Tools List","id":"88","title":"Tools List"},"89":{"body":"Before you add a new module or scanner to Mantis yourself, it is important to understand the parts of the code that you'll be editing and certain functions that will come in handy. In this walkthrough, we shall mainly focus on: Mantis folder structure - This will help you understand exactly where you need to make changes for new integrations Base scanner class - Based on the scanner that you want to integrate, this will help you choose the base class that you need to inherit Important utility functions - If your new scanner only accepts IP addresses, TLDs, or sometimes both, you don't have to write any queries or functions to validate the inputs. Mantis has built-in utility functions that can provide you with this input directly. DB models - After your new scanner completes its scan, you'll need to insert the results into MongoDB. To do so, you'll need to understand the schema that is in place. This will help you do that. A basic understanding of the above will simplify any new integrations with Mantis. ⏭️ Let's begin with understanding the folder structure next.","breadcrumbs":"📖 Mantis Code - Getting Started » 📖 Mantis Code - Getting Started","id":"89","title":"📖 Mantis Code - Getting Started"},"9":{"body":"Mantis is capable of understanding top-level domain, IP, IP-CIDR, IP Range or even subdomains as user input Discovery module efficiently enumerates top-level domains provided as user input to identify subdomains Reconnaissance module fetches crucial and relevant information about assets required for vulnerability scanning Scan module is designed to identify misconfigurations and vulnerabilities","breadcrumbs":"🎉 Features » Recon Automation » Automation Overview","id":"9","title":"Automation Overview"},"90":{"body":"This is an overview of the Mantis code's folder structure. .\n├── configs\n├── mantis\n│ ├── config_parsers\n│ ├── db\n│ ├── models\n│ ├── modules\n│ │ ├── Route53\n│ │ ├── activehostscan\n│ │ ├── activerecon\n│ │ ├── discovery\n│ │ ├── prerecon\n│ │ ├── scan\n│ │ └── secretscanner\n│ │ └── submodules\n│ ├── scan_orchestration\n│ ├── tool_base_classes\n│ ├── utils\n│ └── workflows\n└── setup ├── docker └── ubuntu INFO💡: Before we begin, remember, the entire automation process is referred to as a workflow in Mantis, which is further broken down into modules, and modules are further broken down into tools. For the purpose of new integrations, let's look at the folders that will be most relevant to our objective. configs - This folder contains the file local.yml , which is where, you do most of your framework customisations db - Not every file under db will interest you, except the db_models.py . This file contains the db schema modules - This folder contains the scanner classes categorized by each module. Here's a quick look inside one of the modules folder discovery .\n├── Amass.py\n├── SSLMate.py\n├── Subfinder.py\n└── __init__.py utils - Again not every file is of importance, except the tool_utils.py . This file contains functions that will make your life simple during new integrations DockerFile - Last, the DockerFile itself, where you will add the installation instructions for new scanners, if any","breadcrumbs":"📖 Mantis Code - Getting Started » Folder Structure » Code - Folder Structure","id":"90","title":"Code - Folder Structure"},"91":{"body":"This is a snippet of the workflow section in local.yml workflow: - moduleName : discovery tools: ['Subfinder', 'SSLMate', 'Amass'] order: 1 - moduleName: prerecon tools: ['FindCDN', 'Naabu', 'IPinfo'] order: 2 - moduleName: activehostscan tools: ['HTTPX_Tech', 'HTTPX'] order: 3 - moduleName: activerecon tools: ['Wafw00f'] order: 4 - moduleName: scan tools: [ 'DNSTwister', 'Csper', 'SecretScanner'] order: 4 Let's do a quick correlation. moduleName , i.e. discovery, prerecon, activehostscan etc. are sub-folders under modules folder tools under each moduleName, e.g. under discovery, you can find Subfinder, SSLMate, Amass, are the name of the scanner classes defined under each module ⏭️ Now that you have a basic understanding of the folder structure, lets now understand the different types of scanner base class that Mantis offers.","breadcrumbs":"📖 Mantis Code - Getting Started » Folder Structure » A Quick Correlation to local.yml","id":"91","title":"A Quick Correlation to local.yml"},"92":{"body":"When you are integrating a new scanner, the first thing to you need to know is that, if your scanner is a command line tool or an API, based on this there are two types of Scaner classes available. ToolScanner APIScanner","breadcrumbs":"📖 Mantis Code - Getting Started » Scanner Base Class » Scanner Base Class","id":"92","title":"Scanner Base Class"},"93":{"body":"From a recon automation perspective, command-line tools are tools that you typically install in your system using brew, apt, apt-install, or similar methods, and then run scans. $ nuclei -u https://www.example.org -json -o nuclei.json -exclude-severity info -v E.g. Amass, Subfinder, naabu, nuclei etc.","breadcrumbs":"📖 Mantis Code - Getting Started » Scanner Base Class » 1. Tool Scanner","id":"93","title":"1. Tool Scanner"},"94":{"body":"To integrate a tool like nuclei, your new scanner class will needs to inherit the ToolScanner . The functions you will need to implement as part of the ToolScanner are: get_commands() - create the final tool command that needs to be run. parse_report() - parse the report produced by the command, match it to the db schema and create a dictionary db_operations() - insert the dictionary from parse_report() into the database","breadcrumbs":"📖 Mantis Code - Getting Started » Scanner Base Class » Functions to implement","id":"94","title":"Functions to implement"},"95":{"body":"Scanners that involve sending an HTTP request instead of running an OS command to perform a scan. GET https://api.shodan.io/shodan/ports?key={YOUR_API_KEY} E.g. Shodan, SSLMate etc.","breadcrumbs":"📖 Mantis Code - Getting Started » Scanner Base Class » 2. API based Scanner","id":"95","title":"2. API based Scanner"},"96":{"body":"get_api_calls() - create the HTTP request you need to send parse_reponse() - parse the HTTP response to get asset or findings information db_operations() - insert the dictionary from parse_reponse() into the database ⏭️ We are now aware of the folder structure and Base Scanner classes, let us now look at a few utils function that will help us ease through new integrations.","breadcrumbs":"📖 Mantis Code - Getting Started » Scanner Base Class » Functions to implement","id":"96","title":"Functions to implement"},"97":{"body":"Mantis stores the scan results in a MongoDB database. Therefore, when integrating a new scanner, you will also need to query/push data to/from MongoDB. To make this process easier, we have developed utility functions that interact with the database, keeping your new scanner integration simple.. The tool_utils.py under mantis/utils consists of functions that will help you fetch information required for your new scanner as well help you push the data into mongoDB.","breadcrumbs":"📖 Mantis Code - Getting Started » Important Utils Function » Important Utils Function","id":"97","title":"Important Utils Function"},"98":{"body":"","breadcrumbs":"📖 Mantis Code - Getting Started » Important Utils Function » Read Data","id":"98","title":"Read Data"},"99":{"body":"When you are integrating a new scanner, in the context of recon automation, your will need to pass one of the inputs to your new scanner: Top Level Domains (TLDs) IPs Sub Domains Location : mantis/utils/tool_utils Function Name : async def get_assets_grouped_by_type(args, asset_type) Get TLDs : self.assets = await get_assets_grouped_by_type(args, \"TLD\") Get Subdomains : self.assets = await get_assets_grouped_by_type(args, \"subdomains\") Get IPs : self.assets = await get_assets_grouped_by_type(args, \"ip\") Thats it, its that simple !!","breadcrumbs":"📖 Mantis Code - Getting Started » Important Utils Function » Get Basic Assets Data","id":"99","title":"Get Basic Assets Data"}},"length":124,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"0":{":":{"0":{"0":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{":":{"0":{"0":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{":":{"0":{"0":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"0":{"0":{":":{"0":{"0":{"df":1,"docs":{"41":{"tf":1.0}}},"1":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{":":{"5":{"9":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"40":{"tf":1.7320508075688772},"41":{"tf":1.0}}},"1":{"0":{".":{"0":{".":{"0":{".":{"1":{"0":{"/":{"2":{"4":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"3":{".":{"1":{"2":{"3":{".":{"1":{"2":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"65":{"tf":1.0}}},"df":3,"docs":{"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"77":{"tf":1.0}}},"1":{":":{"0":{"0":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"4":{":":{"0":{"0":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":17,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"2":{"df":14,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"41":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"3":{"df":9,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"70":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}},"4":{"6":{"df":0,"docs":{},"f":{"9":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"7":{"2":{"7":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"5":{"2":{"4":{"1":{"0":{"9":{".":{"4":{"4":{"1":{"0":{"0":{"1":{"7":{"0":{"8":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"8":{"8":{".":{"8":{"2":{"4":{"4":{"8":{"9":{"2":{"0":{"8":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"5":{"8":{".":{"5":{"6":{"6":{"0":{"9":{"8":{"5":{"4":{"1":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"5":{"5":{"6":{"5":{"1":{"8":{"6":{"6":{"6":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":1,"docs":{"44":{"tf":1.0}}},"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}},"6":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}},"8":{"9":{"5":{"3":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}},"b":{"0":{"6":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{":":{"0":{"0":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"_":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":5,"docs":{"13":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"89":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"108":{"tf":1.0},"88":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"d":{"d":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"70":{"tf":1.0},"86":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"24":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":14,"docs":{"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"65":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"89":{"tf":1.0}}}}}}},"df":6,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"13":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"2":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"50":{"tf":1.0},"90":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"3":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":21,"docs":{"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":2.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"8":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}}},"i":{"a":{"df":0,"docs":{},"s":{"=":{"\"":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":2,"docs":{"12":{"tf":1.0},"22":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"111":{"tf":1.0},"120":{"tf":1.0},"90":{"tf":1.0}}}}},"/":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"v":{"3":{".":{"2":{"3":{".":{"2":{"/":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"_":{"a":{"df":0,"docs":{},"m":{"d":{"6":{"4":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"@":{"3":{".":{"2":{"2":{".":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"_":{"a":{"df":0,"docs":{},"m":{"d":{"6":{"4":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}}}}}}},"df":15,"docs":{"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":2.449489742783178},"112":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"2":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":12,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":2.0},"92":{"tf":1.0},"95":{"tf":1.0}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"50":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}},"df":13,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":2.8284271247461903},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":2.23606797749979},"74":{"tf":2.0},"75":{"tf":2.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":2.23606797749979}},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}},"df":1,"docs":{"47":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"t":{"df":2,"docs":{"105":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"113":{"tf":1.0},"117":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"112":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":3,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"99":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"112":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":37,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"108":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.7320508075688772},"9":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"66":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"108":{"tf":1.0},"4":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"100":{"tf":1.7320508075688772},"114":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"108":{"tf":1.0},"4":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"65":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0}}}},"df":15,"docs":{"105":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"44":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"54":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"r":{"df":4,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"44":{"tf":1.0},"96":{"tf":1.0}}}},"df":4,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"107":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":18,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.0},"115":{"tf":1.0},"38":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}},"i":{"c":{"df":6,"docs":{"47":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"13":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"101":{"tf":1.0},"13":{"tf":1.4142135623730951},"24":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"w":{"df":3,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"3":{"tf":1.0},"89":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":10,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"g":{"df":10,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"107":{"tf":1.0},"13":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"89":{"tf":1.0}}}}},"y":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":3,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"23":{"tf":1.0}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"123":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}},"d":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"[":{"'":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"118":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"118":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"'":{"]":{"[":{"'":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"t":{"b":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":11,"docs":{"101":{"tf":1.0},"115":{"tf":1.7320508075688772},"118":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"59":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"109":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.0},"89":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"67":{"tf":1.0},"71":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"22":{"tf":1.0},"50":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":4,"docs":{"43":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"50":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"94":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"113":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}},"m":{"d":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},"df":7,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"8":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"107":{"tf":1.0},"16":{"tf":1.0},"47":{"tf":1.7320508075688772},"51":{"tf":2.0},"81":{"tf":1.4142135623730951},"89":{"tf":1.0}}},"m":{"a":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"n":{"d":{"df":21,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"13":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"13":{"tf":1.0},"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":19,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"13":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"52":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"11":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.4142135623730951},"60":{"tf":1.0},"74":{"tf":1.0},"90":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":9,"docs":{"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"55":{"tf":1.0},"65":{"tf":1.7320508075688772},"69":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"99":{"tf":1.0}},"u":{"df":2,"docs":{"118":{"tf":1.0},"7":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}},"r":{"df":1,"docs":{"88":{"tf":1.0}},"e":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":17,"docs":{"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"123":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"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":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"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":3,"docs":{"31":{"tf":1.0},"47":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}}}}}}}}}},"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":9,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"30":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"90":{"tf":1.0}}},"z":{"df":2,"docs":{"3":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":9,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.7320508075688772},"2":{"tf":1.0},"5":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":14,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"2":{"tf":1.0},"50":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":6,"docs":{"100":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"b":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":7,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"50":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":5,"docs":{"101":{"tf":1.0},"113":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":2.0},"94":{"tf":1.0}}},"c":{"df":0,"docs":{},"f":{"5":{"c":{"8":{"4":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"e":{"6":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"41":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":11,"docs":{"120":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}},"df":8,"docs":{"100":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"91":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":3,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":6,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"88":{"tf":2.0}}}}}}}},"v":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"123":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"102":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"94":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"1":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"41":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":3,"docs":{"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":24,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":2.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}},"y":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.7320508075688772}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"110":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.7320508075688772},"5":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"n":{"df":7,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"88":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"91":{"tf":1.0}}}}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"122":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"90":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"109":{"tf":1.0},"50":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{"'":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"[":{"'":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":10,"docs":{"101":{"tf":1.0},"113":{"tf":1.4142135623730951},"30":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"118":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"74":{"tf":1.0},"75":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":10,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"107":{"tf":1.0},"13":{"tf":1.7320508075688772},"22":{"tf":1.0},"38":{"tf":1.0},"65":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":2,"docs":{"5":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"107":{"tf":1.0},"23":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"122":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"35":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":10,"docs":{"108":{"tf":1.0},"13":{"tf":1.4142135623730951},"22":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"107":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"108":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":5,"docs":{"23":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"88":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"t":{"c":{"df":14,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"[":{"'":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"t":{"b":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"115":{"tf":1.0},"13":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"77":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"60":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"73":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"73":{"tf":2.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"t":{"df":4,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}}},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"1":{"9":{"a":{"df":0,"docs":{},"f":{"6":{"7":{"c":{"d":{"1":{"d":{"0":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"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":{}},"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":2.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"104":{"tf":1.0}}},"s":{"df":1,"docs":{"102":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"5":{"tf":1.0}}}}}}},"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"78":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":13,"docs":{"12":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"23":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"96":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":3.0},"103":{"tf":4.0}}}}}},"df":2,"docs":{"102":{"tf":2.0},"103":{"tf":2.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"73":{"tf":1.0},"74":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":20,"docs":{"109":{"tf":1.7320508075688772},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"23":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"90":{"tf":2.23606797749979}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"94":{"tf":1.0}}}},"d":{"c":{"d":{"df":0,"docs":{},"n":{"df":8,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":16,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.0},"107":{"tf":1.4142135623730951},"114":{"tf":1.0},"119":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.7320508075688772},"83":{"tf":1.0},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"96":{"tf":1.0}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"92":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":2.449489742783178},"91":{"tf":1.7320508075688772},"96":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"81":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.4142135623730951},"115":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":15,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":17,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"89":{"tf":2.0},"90":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"65":{"tf":2.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"u":{"@":{"2":{".":{"1":{".":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.0}}}},"c":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":2,"docs":{"113":{"tf":1.0},"13":{"tf":1.0}}}}},"t":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"50":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"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":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"99":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"50":{"tf":1.0},"94":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"89":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.0}},"s":{"@":{"8":{".":{"1":{"7":{".":{"0":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":4,"docs":{"110":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}},"o":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"1":{"tf":1.0},"107":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}},"l":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":3,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":6,"docs":{"73":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"n":{"c":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},"df":11,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"103":{"tf":1.0},"74":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":6,"docs":{"106":{"tf":1.0},"117":{"tf":2.0},"118":{"tf":1.4142135623730951},"50":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}},"s":{":":{"/":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"?":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"}":{"&":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"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":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"h":{"df":0,"docs":{},"o":{"d":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"a":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"?":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"=":{"df":0,"docs":{},"{":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"106":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"@":{"1":{".":{"3":{".":{"3":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}}}}},"i":{"'":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}},".":{"df":2,"docs":{"13":{"tf":1.0},"91":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":10,"docs":{"108":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"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.0},"119":{"tf":1.0},"13":{"tf":1.0},"50":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"97":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":12,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":15,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":14,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"13":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"t":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}}}}},"r":{"a":{"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"89":{"tf":1.0},"94":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"110":{"tf":1.7320508075688772},"112":{"tf":1.0},"115":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"100":{"tf":2.23606797749979},"113":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"50":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"90":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"n":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":4,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"16":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"50":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"65":{"tf":1.7320508075688772}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":26,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"123":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"50":{"tf":2.23606797749979},"88":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}},"f":{"a":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":2,"docs":{"13":{"tf":1.0},"44":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"106":{"tf":1.0},"95":{"tf":1.0}}}}}}},"p":{"df":14,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.0},"43":{"tf":1.7320508075688772},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"@":{"2":{".":{"1":{"0":{".":{"1":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"102":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}}}}},"t":{"'":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"61":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"105":{"tf":1.0},"115":{"tf":1.0},"93":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}},"y":{"df":3,"docs":{"115":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"69":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"43":{"tf":1.0},"92":{"tf":1.0}},"n":{"df":2,"docs":{"43":{"tf":1.0},"78":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"4":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"31":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}},"z":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"t":{"'":{"df":11,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":6,"docs":{"110":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"13":{"tf":1.0},"38":{"tf":1.4142135623730951},"70":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}},"i":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"90":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":13,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"51":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":15,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":2.6457513110645907},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"40":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"[":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"100":{"tf":1.0},"119":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"90":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"p":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"51":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.0}}},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":10,"docs":{"100":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"123":{"tf":1.0},"13":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":46,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"2":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":2.23606797749979},"9":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.0},"97":{"tf":1.0}},"s":{"'":{"df":2,"docs":{"101":{"tf":1.0},"16":{"tf":1.4142135623730951}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"116":{"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":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"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":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":4,"docs":{"108":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"65":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"105":{"tf":1.0},"117":{"tf":1.0},"51":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"65":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"5":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"70":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"56":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.4142135623730951}},"e":{"d":{"_":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":20,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"115":{"tf":1.7320508075688772},"13":{"tf":2.23606797749979},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":2.0},"26":{"tf":1.4142135623730951},"38":{"tf":1.0},"56":{"tf":2.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772},"90":{"tf":2.449489742783178},"91":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":11,"docs":{"120":{"tf":2.6457513110645907},"24":{"tf":2.8284271247461903},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"56":{"tf":2.8284271247461903},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0},"63":{"tf":2.6457513110645907},"64":{"tf":1.0},"91":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"d":{"b":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"d":{"b":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"114":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"52":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"122":{"tf":1.0}}}},"n":{"a":{"a":{"b":{"df":0,"docs":{},"u":{"@":{"2":{".":{"1":{".":{"6":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"105":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"60":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"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":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":25,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"68":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":2.0},"92":{"tf":1.0},"94":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"w":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"34":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.449489742783178},"57":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"89":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":1,"docs":{"117":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":6,"docs":{"31":{"tf":1.0},"54":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0}},"i":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}}}},"w":{"df":14,"docs":{"100":{"tf":1.4142135623730951},"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"69":{"tf":1.0},"79":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}},"p":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}}}}}},"@":{"2":{".":{"9":{".":{"7":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"105":{"tf":1.4142135623730951},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.0}}}},"m":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.7320508075688772},"47":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"4":{"tf":1.0}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"117":{"tf":1.0},"13":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":19,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"77":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"91":{"tf":1.0}}}}}},"n":{"b":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{",":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":7,"docs":{"54":{"tf":1.0},"56":{"tf":1.0},"73":{"tf":2.23606797749979},"74":{"tf":2.0},"77":{"tf":2.6457513110645907},"78":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":3,"docs":{"100":{"tf":1.0},"13":{"tf":1.0},"54":{"tf":1.0}}},"df":7,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"12":{"tf":1.0},"60":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":3,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"2":{"tf":1.0}}},"r":{"df":1,"docs":{"22":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"22":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"[":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":2.23606797749979}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":2.6457513110645907},"103":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"22":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"120":{"tf":2.449489742783178},"13":{"tf":1.7320508075688772},"24":{"tf":3.0},"26":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":3.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.0},"63":{"tf":2.6457513110645907},"64":{"tf":1.0},"91":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"5":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"n":{"df":6,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":8,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}}}},"z":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":16,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"77":{"tf":1.0},"79":{"tf":1.0}}}},"s":{"df":3,"docs":{"106":{"tf":1.0},"53":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":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":{"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"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":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"110":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"115":{"tf":1.7320508075688772},"118":{"tf":1.0},"16":{"tf":1.0},"39":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"123":{"tf":2.449489742783178},"24":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":7,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"50":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":4,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"50":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":3,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"50":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"110":{"tf":1.4142135623730951},"115":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"108":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"71":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"117":{"tf":1.0},"13":{"tf":1.0},"41":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}}}},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"54":{"tf":1.0},"74":{"tf":1.0}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"51":{"tf":1.0},"95":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"105":{"tf":1.0},"44":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"30":{"tf":1.0},"70":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"118":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"h":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"112":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"88":{"tf":1.7320508075688772}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"123":{"tf":1.4142135623730951},"39":{"tf":1.0},"61":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":4,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"s":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"94":{"tf":1.0}},"t":{"df":11,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":20,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"115":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"108":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"97":{"tf":1.0}}}},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"1":{"0":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}},"@":{"3":{".":{"1":{"0":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"40":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"112":{"tf":1.0},"43":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}}},"y":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"df":3,"docs":{"13":{"tf":2.23606797749979},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"98":{"tf":1.0}},"i":{"df":2,"docs":{"120":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"30":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"70":{"tf":1.0},"86":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"30":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"df":18,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"44":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":2.0},"93":{"tf":1.0},"99":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"108":{"tf":1.0},"2":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"107":{"tf":1.0},"23":{"tf":1.0},"90":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":4,"docs":{"123":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"v":{"df":5,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"118":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"94":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"106":{"tf":1.0},"117":{"tf":1.7320508075688772},"50":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":12,"docs":{"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.4142135623730951},"22":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":6,"docs":{"115":{"tf":1.0},"118":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"47":{"tf":1.0},"50":{"tf":1.0},"96":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":2,"docs":{"26":{"tf":1.0},"58":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"2":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"115":{"tf":1.0}}}}},"i":{"df":1,"docs":{"13":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"118":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}},"e":{"5":{"3":{"df":7,"docs":{"24":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":25,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"122":{"tf":2.0},"123":{"tf":1.0},"13":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951}}}},"n":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":48,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.7320508075688772},"2":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":2.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":2.449489742783178},"74":{"tf":2.6457513110645907},"75":{"tf":3.0},"76":{"tf":2.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":2.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"88":{"tf":2.449489742783178},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"92":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":26,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":2.0},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":2.23606797749979},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.6457513110645907},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.449489742783178},"89":{"tf":2.23606797749979},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":12,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"7":{"tf":1.0},"79":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":4,"docs":{"113":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":2.8284271247461903},"5":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.7320508075688772}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"107":{"tf":1.0},"27":{"tf":1.0},"59":{"tf":1.0},"91":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"l":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":1.4142135623730951},"117":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"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":{}}}}}},"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"117":{"tf":1.0},"13":{"tf":1.0}}}},"n":{"d":{"df":3,"docs":{"106":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"107":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"107":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":7,"docs":{"13":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"123":{"tf":1.0},"13":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"90":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"50":{"tf":1.0},"93":{"tf":1.0}}}}}},"h":{"a":{"df":1,"docs":{"115":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"72":{"tf":1.0}}}},"o":{"d":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"106":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"120":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}},"i":{"df":4,"docs":{"13":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":6,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"26":{"tf":1.0},"51":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.0},"56":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"47":{"tf":1.7320508075688772},"51":{"tf":2.0},"81":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"2":{"tf":1.0}},"e":{"=":{"'":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":9,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.4142135623730951}},"i":{"df":3,"docs":{"22":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"90":{"tf":1.0}}}}},"df":15,"docs":{"106":{"tf":1.0},"115":{"tf":2.23606797749979},"120":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":8,"docs":{"102":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.4142135623730951},"106":{"tf":1.0},"108":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":3,"docs":{"31":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}},"e":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"u":{"df":2,"docs":{"103":{"tf":1.0},"38":{"tf":1.0}}}},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{".":{"c":{"c":{".":{"c":{"c":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"60":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"2":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}}}}}},"df":3,"docs":{"100":{"tf":1.7320508075688772},"102":{"tf":2.449489742783178},"103":{"tf":3.3166247903554}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"107":{"tf":1.0},"16":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"96":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":20,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"91":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"105":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}},"@":{"2":{".":{"6":{".":{"0":{"df":1,"docs":{"123":{"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":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"38":{"tf":1.0},"40":{"tf":2.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"31":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"81":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"105":{"tf":1.0},"13":{"tf":1.0},"51":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":5,"docs":{"30":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":1.0},"110":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"3":{"tf":1.0},"50":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"37":{"tf":1.0},"40":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"73":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}}},"c":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}},"df":4,"docs":{"60":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":20,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":2.6457513110645907},"69":{"tf":1.0},"70":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":2.6457513110645907},"85":{"tf":1.0},"86":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"108":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"102":{"tf":1.0},"88":{"tf":1.0}}}}}}}}},"df":1,"docs":{"41":{"tf":1.0}}},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"101":{"tf":1.0},"92":{"tf":1.0}}},"k":{"df":1,"docs":{"108":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":3,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"107":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":10,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}}},"l":{"d":{"df":12,"docs":{"101":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"p":{"/":{"7":{"9":{"1":{"7":{"df":0,"docs":{},"f":{"7":{"9":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"4":{"c":{"5":{"9":{"8":{"7":{"df":1,"docs":{"41":{"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":{}}},"o":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"114":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"90":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":37,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":2.449489742783178},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":2.8284271247461903},"123":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":3.1622776601683795},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"40":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"56":{"tf":3.1622776601683795},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":2.23606797749979},"63":{"tf":2.6457513110645907},"64":{"tf":1.0},"88":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":2.449489742783178},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"50":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":5,"docs":{"70":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.4142135623730951},"99":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"38":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"114":{"tf":1.0},"115":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"o":{"df":5,"docs":{"101":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"76":{"tf":1.0},"92":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{")":{".":{"_":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"_":{"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":11,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"70":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":2,"docs":{"51":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"27":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"97":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"89":{"tf":2.23606797749979},"9":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0}},"e":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}},"i":{",":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":3,"docs":{"65":{"tf":1.7320508075688772},"69":{"tf":1.0},"85":{"tf":1.0}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"l":{"df":3,"docs":{"103":{"tf":1.0},"47":{"tf":1.0},"88":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"4":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":25,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"79":{"tf":1.0},"93":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"4":{"tf":1.0}}},"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":5,"docs":{"105":{"tf":1.0},"40":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"i":{"a":{"df":4,"docs":{"23":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"70":{"tf":1.0},"86":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":10,"docs":{"101":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"w":{"a":{"df":0,"docs":{},"f":{"df":2,"docs":{"102":{"tf":1.0},"88":{"tf":1.0}},"w":{"0":{"0":{"df":0,"docs":{},"f":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":20,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"40":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}},"y":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"13":{"tf":1.0},"44":{"tf":1.0}}}},"df":4,"docs":{"60":{"tf":1.4142135623730951},"64":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"40":{"tf":1.0},"97":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.7320508075688772}}}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"11":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"63":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":1,"docs":{"16":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"df":22,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.449489742783178},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":2.0},"77":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"113":{"tf":1.0},"118":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.7320508075688772}}}},"r":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"0":{":":{"0":{"0":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{":":{"0":{"0":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{":":{"0":{"0":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"0":{"0":{":":{"0":{"0":{"df":1,"docs":{"41":{"tf":1.0}}},"1":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{":":{"5":{"9":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"40":{"tf":1.7320508075688772},"41":{"tf":1.0}}},"1":{"0":{".":{"0":{".":{"0":{".":{"1":{"0":{"/":{"2":{"4":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"3":{".":{"1":{"2":{"3":{".":{"1":{"2":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"65":{"tf":1.0}}},"df":3,"docs":{"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"77":{"tf":1.0}}},"1":{":":{"0":{"0":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"4":{":":{"0":{"0":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":17,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.0},"64":{"tf":1.0},"68":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"2":{"df":14,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"91":{"tf":1.0},"95":{"tf":1.4142135623730951}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"3":{"df":9,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.7320508075688772},"63":{"tf":1.0},"70":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"4":{"6":{"df":0,"docs":{},"f":{"9":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"7":{"2":{"7":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"5":{"2":{"4":{"1":{"0":{"9":{".":{"4":{"4":{"1":{"0":{"0":{"1":{"7":{"0":{"8":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"8":{"8":{".":{"8":{"2":{"4":{"4":{"8":{"9":{"2":{"0":{"8":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"5":{"8":{".":{"5":{"6":{"6":{"0":{"9":{"8":{"5":{"4":{"1":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"5":{"5":{"6":{"5":{"1":{"8":{"6":{"6":{"6":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":1,"docs":{"44":{"tf":1.0}}},"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}},"6":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}},"8":{"9":{"5":{"3":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}},"b":{"0":{"6":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{":":{"0":{"0":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"_":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":5,"docs":{"13":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"89":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"108":{"tf":1.0},"88":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"d":{"d":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"70":{"tf":1.0},"86":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"24":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":14,"docs":{"109":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"120":{"tf":2.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"65":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"89":{"tf":1.0}}}}}}},"df":6,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"13":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"2":{"tf":1.0},"29":{"tf":1.7320508075688772},"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},"5":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"50":{"tf":1.0},"90":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"3":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":22,"docs":{"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"30":{"tf":2.23606797749979},"31":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"8":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}}},"i":{"a":{"df":0,"docs":{},"s":{"=":{"\"":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":2,"docs":{"12":{"tf":1.0},"22":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"111":{"tf":1.0},"120":{"tf":1.0},"90":{"tf":1.0}}}}},"/":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"v":{"3":{".":{"2":{"3":{".":{"2":{"/":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"_":{"a":{"df":0,"docs":{},"m":{"d":{"6":{"4":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"@":{"3":{".":{"2":{"2":{".":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"_":{"a":{"df":0,"docs":{},"m":{"d":{"6":{"4":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}}}}}}},"df":15,"docs":{"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":2.449489742783178},"112":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"2":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":13,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.449489742783178},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":2.0},"92":{"tf":1.0},"95":{"tf":1.4142135623730951}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"50":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}},"df":13,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":3.1622776601683795},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":2.449489742783178},"74":{"tf":2.0},"75":{"tf":2.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}},"df":1,"docs":{"47":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}}},"t":{"df":2,"docs":{"105":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"113":{"tf":1.0},"117":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"112":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":3,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"99":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"112":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":37,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.7320508075688772},"108":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":2.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":2.0},"9":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"66":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"108":{"tf":1.0},"4":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"100":{"tf":1.7320508075688772},"114":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"108":{"tf":1.0},"4":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"65":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0}}}},"df":15,"docs":{"105":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.7320508075688772},"44":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772},"90":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"54":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"r":{"df":4,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"44":{"tf":1.0},"96":{"tf":1.0}}}},"df":4,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"107":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":20,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"115":{"tf":1.0},"38":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}},"i":{"c":{"df":6,"docs":{"47":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"13":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"101":{"tf":1.0},"13":{"tf":1.4142135623730951},"24":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}},"w":{"df":3,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"3":{"tf":1.0},"89":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":10,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"g":{"df":10,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"107":{"tf":1.0},"13":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"89":{"tf":1.0}}}}},"y":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":3,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"23":{"tf":1.0}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"123":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"11":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}},"d":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"[":{"'":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"118":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"118":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"'":{"]":{"[":{"'":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"t":{"b":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":11,"docs":{"101":{"tf":1.0},"115":{"tf":1.7320508075688772},"118":{"tf":1.0},"20":{"tf":1.4142135623730951},"27":{"tf":1.0},"59":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"109":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.0},"89":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"67":{"tf":1.0},"71":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"22":{"tf":1.0},"50":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":4,"docs":{"43":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":19,"docs":{"109":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":2.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"50":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":2.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"113":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}},"m":{"d":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},"df":20,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"8":{"tf":1.0},"89":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"107":{"tf":1.0},"16":{"tf":1.0},"47":{"tf":1.7320508075688772},"51":{"tf":2.0},"81":{"tf":1.4142135623730951},"89":{"tf":1.0}}},"m":{"a":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"n":{"d":{"df":24,"docs":{"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"13":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"72":{"tf":2.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"13":{"tf":1.0},"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":29,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":2.0},"23":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":24,"docs":{"13":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"52":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"11":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.4142135623730951},"60":{"tf":1.0},"74":{"tf":1.0},"90":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":9,"docs":{"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"55":{"tf":1.0},"65":{"tf":2.23606797749979},"69":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"99":{"tf":1.0}},"u":{"df":2,"docs":{"118":{"tf":1.0},"7":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}},"r":{"df":1,"docs":{"88":{"tf":1.0}},"e":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":17,"docs":{"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"123":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"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":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"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":3,"docs":{"31":{"tf":1.0},"47":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}}}}}}}}}},"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":14,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"90":{"tf":1.0}}},"z":{"df":2,"docs":{"3":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":13,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":2.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"5":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":14,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"2":{"tf":1.0},"50":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":6,"docs":{"100":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"b":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":7,"docs":{"110":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.4142135623730951},"50":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":7,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.0},"113":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":2.0},"94":{"tf":1.0}}},"c":{"df":0,"docs":{},"f":{"5":{"c":{"8":{"4":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"e":{"6":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"41":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":11,"docs":{"120":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}},"df":8,"docs":{"100":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"91":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":3,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":6,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"88":{"tf":2.0}}}}}}}},"v":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"123":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"123":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"102":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"94":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"1":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"41":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":3,"docs":{"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":24,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":2.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}},"y":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.7320508075688772}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"110":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"5":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"n":{"df":7,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"5":{"tf":1.0},"88":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"91":{"tf":1.0}}}}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"122":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":2.0},"90":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"50":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{"'":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"[":{"'":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":10,"docs":{"101":{"tf":1.0},"113":{"tf":1.4142135623730951},"30":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"118":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"74":{"tf":1.0},"75":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":10,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"107":{"tf":1.0},"13":{"tf":1.7320508075688772},"22":{"tf":1.0},"38":{"tf":1.0},"65":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":10,"docs":{"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},"5":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"107":{"tf":1.0},"23":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"122":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"35":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":12,"docs":{"108":{"tf":1.0},"13":{"tf":1.4142135623730951},"22":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"5":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"107":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"108":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":5,"docs":{"23":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"88":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"t":{"c":{"df":14,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"[":{"'":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"t":{"b":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"115":{"tf":1.0},"13":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"77":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"60":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"73":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"73":{"tf":2.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"t":{"df":4,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}}},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"1":{"9":{"a":{"df":0,"docs":{},"f":{"6":{"7":{"c":{"d":{"1":{"d":{"0":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"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":{}},"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":2.23606797749979}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"104":{"tf":1.0}}},"s":{"df":1,"docs":{"102":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"5":{"tf":1.0}}}}}}},"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"78":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":48,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"123":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.7320508075688772},"6":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"96":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":3.0},"103":{"tf":4.0}}}}}},"df":2,"docs":{"102":{"tf":2.0},"103":{"tf":2.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"73":{"tf":1.0},"74":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":36,"docs":{"109":{"tf":2.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"23":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"90":{"tf":2.23606797749979}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"94":{"tf":1.0}}}},"d":{"c":{"d":{"df":0,"docs":{},"n":{"df":8,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":16,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"114":{"tf":1.0},"119":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":2.0},"83":{"tf":1.0},"86":{"tf":2.0},"91":{"tf":1.0},"96":{"tf":1.0}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"92":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":2.8284271247461903},"91":{"tf":2.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"81":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.4142135623730951},"115":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":15,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":2.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":18,"docs":{"100":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"89":{"tf":2.0},"90":{"tf":1.0},"94":{"tf":1.7320508075688772},"96":{"tf":1.7320508075688772},"97":{"tf":2.23606797749979},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"d":{"df":1,"docs":{"65":{"tf":2.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"u":{"@":{"2":{".":{"1":{".":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.0}}}},"c":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":2,"docs":{"113":{"tf":1.0},"13":{"tf":1.0}}}}},"t":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"50":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"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":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"99":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"50":{"tf":1.0},"94":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":16,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"50":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.0}},"s":{"@":{"8":{".":{"1":{"7":{".":{"0":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":4,"docs":{"110":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}},"o":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"1":{"tf":1.0},"107":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}},"l":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":3,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":6,"docs":{"73":{"tf":1.7320508075688772},"74":{"tf":2.0},"75":{"tf":2.0},"89":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"n":{"c":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},"df":11,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"103":{"tf":1.0},"74":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":6,"docs":{"106":{"tf":1.0},"117":{"tf":2.0},"118":{"tf":1.4142135623730951},"50":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}},"s":{":":{"/":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"?":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"}":{"&":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"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":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"h":{"df":0,"docs":{},"o":{"d":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"a":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"?":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"=":{"df":0,"docs":{},"{":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"106":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"@":{"1":{".":{"3":{".":{"3":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}}}}},"i":{"'":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}},".":{"df":2,"docs":{"13":{"tf":1.0},"91":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":10,"docs":{"108":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"13":{"tf":1.0},"50":{"tf":1.0},"94":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":12,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":15,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":14,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"13":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"t":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}}}}},"r":{"a":{"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"89":{"tf":1.0},"94":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"110":{"tf":1.7320508075688772},"112":{"tf":1.0},"115":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"100":{"tf":2.449489742783178},"113":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"50":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":2.0},"52":{"tf":2.0},"53":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"n":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":4,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"16":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"109":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"50":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"65":{"tf":1.7320508075688772}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":39,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":2.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"50":{"tf":2.449489742783178},"88":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}},"f":{"a":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":2,"docs":{"13":{"tf":1.0},"44":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"106":{"tf":1.0},"95":{"tf":1.0}}}}}}},"p":{"df":14,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.0},"43":{"tf":1.7320508075688772},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"@":{"2":{".":{"1":{"0":{".":{"1":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"102":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}}}}},"t":{"'":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"61":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"105":{"tf":1.0},"115":{"tf":1.0},"93":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}},"y":{"df":3,"docs":{"115":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"69":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"43":{"tf":1.0},"92":{"tf":1.0}},"n":{"df":2,"docs":{"43":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"4":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"31":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772}}}}},"z":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"t":{"'":{"df":11,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":2.0},"109":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":6,"docs":{"110":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"13":{"tf":1.0},"38":{"tf":1.4142135623730951},"70":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}},"i":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"90":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":16,"docs":{"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"72":{"tf":2.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"51":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":15,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":2.6457513110645907},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"40":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"[":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"90":{"tf":1.0},"91":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"100":{"tf":1.0},"119":{"tf":1.0},"17":{"tf":1.4142135623730951},"26":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"90":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"p":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"51":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.0}}},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":10,"docs":{"100":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"123":{"tf":1.0},"13":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":57,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":2.6457513110645907},"9":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}},"s":{"'":{"df":2,"docs":{"101":{"tf":1.0},"16":{"tf":1.4142135623730951}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"116":{"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":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"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":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":4,"docs":{"108":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"65":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"105":{"tf":1.0},"117":{"tf":1.0},"51":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"65":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"70":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"56":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":6,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":1.0},"103":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.4142135623730951}},"e":{"d":{"_":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":20,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"115":{"tf":1.7320508075688772},"13":{"tf":2.23606797749979},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":2.0},"26":{"tf":1.4142135623730951},"38":{"tf":1.0},"56":{"tf":2.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772},"90":{"tf":2.449489742783178},"91":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":11,"docs":{"120":{"tf":2.6457513110645907},"24":{"tf":2.8284271247461903},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"56":{"tf":2.8284271247461903},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0},"63":{"tf":2.6457513110645907},"64":{"tf":1.0},"91":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"d":{"b":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"d":{"b":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"114":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"52":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"122":{"tf":1.0}}}},"n":{"a":{"a":{"b":{"df":0,"docs":{},"u":{"@":{"2":{".":{"1":{".":{"6":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"105":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"60":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"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":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":25,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"68":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":2.0},"92":{"tf":1.0},"94":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"w":{"df":38,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":2.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":2.23606797749979},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":2.0},"115":{"tf":2.23606797749979},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":2.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"34":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":2.6457513110645907},"57":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"89":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":1,"docs":{"117":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":15,"docs":{"31":{"tf":1.0},"54":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}},"i":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}}}},"w":{"df":14,"docs":{"100":{"tf":1.4142135623730951},"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"69":{"tf":1.0},"79":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}},"p":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}}}}}},"@":{"2":{".":{"9":{".":{"7":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"105":{"tf":1.4142135623730951},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.0}}}},"m":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.7320508075688772},"47":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"4":{"tf":1.0}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"117":{"tf":1.0},"13":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":19,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"77":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"91":{"tf":1.0}}}}}},"n":{"b":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{",":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":7,"docs":{"54":{"tf":1.0},"56":{"tf":1.0},"73":{"tf":2.23606797749979},"74":{"tf":2.23606797749979},"77":{"tf":2.8284271247461903},"78":{"tf":1.7320508075688772},"79":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":3,"docs":{"100":{"tf":1.0},"13":{"tf":1.0},"54":{"tf":1.0}}},"df":7,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"12":{"tf":1.0},"60":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":3,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"2":{"tf":1.0}}},"r":{"df":1,"docs":{"22":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"22":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"[":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":2.23606797749979}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":2.6457513110645907},"103":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"22":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"120":{"tf":2.449489742783178},"13":{"tf":1.7320508075688772},"24":{"tf":3.0},"26":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":3.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.0},"63":{"tf":2.6457513110645907},"64":{"tf":1.0},"91":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"5":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"n":{"df":6,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":8,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}}}},"z":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":16,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"77":{"tf":1.0},"79":{"tf":1.0}}}},"s":{"df":3,"docs":{"106":{"tf":1.0},"53":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":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":{"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"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":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"110":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"115":{"tf":1.7320508075688772},"118":{"tf":1.0},"16":{"tf":1.0},"39":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"123":{"tf":2.449489742783178},"24":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":7,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"50":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":4,"docs":{"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"50":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":3,"docs":{"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"50":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"110":{"tf":1.4142135623730951},"115":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"108":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"71":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"117":{"tf":1.0},"13":{"tf":1.0},"41":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}}}},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"54":{"tf":1.0},"74":{"tf":1.0}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"51":{"tf":1.0},"95":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"105":{"tf":1.0},"44":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"30":{"tf":1.0},"70":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"118":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"h":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"112":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"88":{"tf":1.7320508075688772}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"123":{"tf":1.4142135623730951},"39":{"tf":1.0},"61":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":4,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"s":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"94":{"tf":1.0}},"t":{"df":11,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":20,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"115":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"108":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"97":{"tf":1.0}}}},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"1":{"0":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}},"@":{"3":{".":{"1":{"0":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"40":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"73":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"112":{"tf":1.0},"43":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}}},"y":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"df":3,"docs":{"13":{"tf":2.23606797749979},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"98":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"120":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"30":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"70":{"tf":1.0},"86":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"30":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"df":21,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.7320508075688772},"44":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":2.0},"9":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"108":{"tf":1.0},"2":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"107":{"tf":1.0},"23":{"tf":1.0},"90":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":4,"docs":{"123":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"v":{"df":5,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"118":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"94":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"106":{"tf":1.0},"117":{"tf":1.7320508075688772},"50":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":12,"docs":{"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.4142135623730951},"22":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":6,"docs":{"115":{"tf":1.0},"118":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"47":{"tf":1.0},"50":{"tf":1.0},"96":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":2,"docs":{"26":{"tf":1.0},"58":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"2":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"115":{"tf":1.0}}}}},"i":{"df":1,"docs":{"13":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"118":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}},"e":{"5":{"3":{"df":7,"docs":{"24":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":27,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"122":{"tf":2.0},"123":{"tf":1.0},"13":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951}}}},"n":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":55,"docs":{"10":{"tf":1.7320508075688772},"100":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"13":{"tf":2.23606797749979},"2":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"38":{"tf":2.0},"39":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"5":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":2.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":2.449489742783178},"74":{"tf":2.6457513110645907},"75":{"tf":3.1622776601683795},"76":{"tf":2.449489742783178},"77":{"tf":2.0},"78":{"tf":1.7320508075688772},"79":{"tf":2.449489742783178},"8":{"tf":1.0},"80":{"tf":2.0},"88":{"tf":2.449489742783178},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"92":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":35,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":2.449489742783178},"105":{"tf":1.7320508075688772},"106":{"tf":2.23606797749979},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":2.8284271247461903},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"114":{"tf":1.7320508075688772},"115":{"tf":3.1622776601683795},"116":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":2.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"50":{"tf":2.6457513110645907},"89":{"tf":2.23606797749979},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":2.23606797749979},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":2.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":13,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979},"62":{"tf":1.0},"63":{"tf":2.0},"64":{"tf":1.7320508075688772},"7":{"tf":1.0},"79":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":4,"docs":{"113":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"47":{"tf":3.0},"5":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.7320508075688772}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"107":{"tf":1.0},"27":{"tf":1.0},"59":{"tf":1.0},"91":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"l":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":1.4142135623730951},"117":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"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":{}}}}}},"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"117":{"tf":1.0},"13":{"tf":1.0}}}},"n":{"d":{"df":3,"docs":{"106":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"107":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"107":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":7,"docs":{"13":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.7320508075688772},"7":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":10,"docs":{"123":{"tf":1.0},"13":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.449489742783178},"54":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"90":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"50":{"tf":1.0},"93":{"tf":1.0}}}}}},"h":{"a":{"df":1,"docs":{"115":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"72":{"tf":1.0}}}},"o":{"d":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"106":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"120":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}},"i":{"df":4,"docs":{"13":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":6,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"26":{"tf":1.0},"51":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":16,"docs":{"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"55":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.0},"56":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"47":{"tf":1.7320508075688772},"51":{"tf":2.0},"81":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"2":{"tf":1.0}},"e":{"=":{"'":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":9,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.4142135623730951}},"i":{"df":3,"docs":{"22":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"90":{"tf":1.0}}}}},"df":15,"docs":{"106":{"tf":1.0},"115":{"tf":2.23606797749979},"120":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":8,"docs":{"102":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"t":{"df":20,"docs":{"1":{"tf":1.7320508075688772},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.4142135623730951},"30":{"tf":1.0},"52":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":3,"docs":{"31":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}},"e":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"u":{"df":2,"docs":{"103":{"tf":1.0},"38":{"tf":1.0}}}},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{".":{"c":{"c":{".":{"c":{"c":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"60":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"2":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}}}}}},"df":3,"docs":{"100":{"tf":1.7320508075688772},"102":{"tf":2.449489742783178},"103":{"tf":3.3166247903554}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"107":{"tf":1.0},"16":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":2.0},"91":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":20,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"91":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"105":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}},"@":{"2":{".":{"6":{".":{"0":{"df":1,"docs":{"123":{"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":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"38":{"tf":1.0},"40":{"tf":2.23606797749979},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"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},"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":15,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"81":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"105":{"tf":1.0},"13":{"tf":1.0},"51":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":5,"docs":{"30":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.7320508075688772},"82":{"tf":1.0},"87":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":1.0},"110":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"3":{"tf":1.0},"50":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"37":{"tf":1.0},"40":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"73":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}}},"c":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}},"df":4,"docs":{"60":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":20,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":2.8284271247461903},"69":{"tf":1.0},"70":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":2.8284271247461903},"85":{"tf":1.0},"86":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"108":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"102":{"tf":1.0},"88":{"tf":1.0}}}}}}}}},"df":1,"docs":{"41":{"tf":1.0}}},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"101":{"tf":1.0},"92":{"tf":1.0}}},"k":{"df":1,"docs":{"108":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":3,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"107":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":10,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}}},"l":{"d":{"df":12,"docs":{"101":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"p":{"/":{"7":{"9":{"1":{"7":{"df":0,"docs":{},"f":{"7":{"9":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"4":{"c":{"5":{"9":{"8":{"7":{"df":1,"docs":{"41":{"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":{}}},"o":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"114":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"90":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":38,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"107":{"tf":2.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"110":{"tf":2.8284271247461903},"111":{"tf":2.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":2.8284271247461903},"123":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":3.1622776601683795},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"40":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"56":{"tf":3.1622776601683795},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":2.23606797749979},"63":{"tf":2.6457513110645907},"64":{"tf":1.0},"88":{"tf":2.23606797749979},"90":{"tf":1.0},"91":{"tf":2.449489742783178},"92":{"tf":1.0},"93":{"tf":2.0},"94":{"tf":1.4142135623730951}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"50":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":5,"docs":{"70":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.4142135623730951},"99":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"38":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"114":{"tf":1.0},"115":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"o":{"df":5,"docs":{"101":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"76":{"tf":1.0},"92":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{")":{".":{"_":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"_":{"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":11,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"70":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":2,"docs":{"51":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"27":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"97":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":17,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"28":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"89":{"tf":2.23606797749979},"9":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0}},"e":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}},"i":{",":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":3,"docs":{"65":{"tf":1.7320508075688772},"69":{"tf":1.0},"85":{"tf":1.0}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"l":{"df":3,"docs":{"103":{"tf":1.0},"47":{"tf":1.0},"88":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"4":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":25,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"79":{"tf":1.0},"93":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"4":{"tf":1.0}}},"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"100":{"tf":1.4142135623730951},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":2.0},"98":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":5,"docs":{"105":{"tf":1.0},"40":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"i":{"a":{"df":4,"docs":{"23":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"70":{"tf":1.0},"86":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":10,"docs":{"101":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"w":{"a":{"df":0,"docs":{},"f":{"df":2,"docs":{"102":{"tf":1.0},"88":{"tf":1.0}},"w":{"0":{"0":{"df":0,"docs":{},"f":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":20,"docs":{"1":{"tf":1.4142135623730951},"11":{"tf":1.0},"118":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"40":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}},"y":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"13":{"tf":1.0},"44":{"tf":1.0}}}},"df":4,"docs":{"60":{"tf":1.4142135623730951},"64":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"40":{"tf":1.0},"97":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.7320508075688772}}}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"11":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"63":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":1,"docs":{"16":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"df":22,"docs":{"13":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":2.0},"26":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":2.449489742783178},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":2.6457513110645907},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":2.0},"77":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"113":{"tf":1.0},"118":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.7320508075688772}}}},"r":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"title":{"root":{"1":{"df":6,"docs":{"26":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0}}},"2":{"df":6,"docs":{"27":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}},"3":{"df":3,"docs":{"60":{"tf":1.0},"70":{"tf":1.0},"86":{"tf":1.0}}},"4":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}},"a":{"d":{"d":{"df":3,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":4,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"95":{"tf":1.0}}},"p":{"df":4,"docs":{"65":{"tf":1.0},"69":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"102":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"79":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"35":{"tf":1.0}}}}}},"df":4,"docs":{"120":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"83":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"54":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"116":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"21":{"tf":1.0},"24":{"tf":1.0}}}}}}}}}},"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":3,"docs":{"100":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"b":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}}}}}},"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"123":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"13":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"n":{"df":1,"docs":{"42":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"122":{"tf":1.0},"52":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"33":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":11,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"23":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"109":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"d":{"df":3,"docs":{"103":{"tf":1.0},"70":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"89":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":3,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"i":{"'":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"121":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":3,"docs":{"104":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"104":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"74":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"79":{"tf":1.0},"80":{"tf":1.0}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"73":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"76":{"tf":1.0}}}}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":12,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"48":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"65":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"32":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"108":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"28":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"56":{"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/searchindex.json b/searchindex.json
index df5b775..e97a497 100644
--- a/searchindex.json
+++ b/searchindex.json
@@ -1 +1 @@
-{"doc_urls":["introduction/introduction.html#-introduction","introduction/introduction.html#-im-lazy-and-i-just-want-to-get-started","introduction/introduction.html#-what-is-mantis-","introduction/introduction.html#-why-another-recon-automation-framework-","introduction/introduction.html#-disclaimer","features/features.html#-features","features/recon_automation.html#recon-automation","features/recon_automation.html#-use-case","features/recon_automation.html#-feature","features/recon_automation.html#automation-overview","features/distributed_scanning.html#distributed-scanning","features/distributed_scanning.html#-use-case","features/distributed_scanning.html#-feature","features/distributed_scanning.html#how-does-mantis-distribute-your-scan-","features/dashboard_support.html#dashboard-support","features/dashboard_support.html#-use-case","features/dashboard_support.html#-feature","features/dashboard_support.html#-how-does-mantis-look-with-appsmith--","features/dashboard_support.html#assets","features/dashboard_support.html#vulnerabilities","features/dashboard_support.html#certificates","features/workflow_customisation.html#workflow-customisation","features/workflow_customisation.html#-use-case","features/workflow_customisation.html#-feature","features/workflow_customisation.html#-workflow-customisation","features/workflow_customisation.html#examples","features/workflow_customisation.html#example-1","features/workflow_customisation.html#example-2","features/workflow_customisation.html#understanding-configyml","features/advanced_alerting.html#advanced-alerting","features/advanced_alerting.html#-use-case","features/advanced_alerting.html#-feature","features/advanced_alerting.html#slack-alerts-example","features/advanced_alerting.html#scan-efficiency-alert","features/advanced_alerting.html#new-assets-alert","features/advanced_alerting.html#understanding-configyml","features/scan_efficiency.html#understanding-scan-efficiency","features/scan_efficiency.html#-use-case","features/scan_efficiency.html#-feature","features/scan_efficiency.html#scan-efficiency","features/scan_efficiency.html#success-scenario","features/scan_efficiency.html#failure-scenario","features/dns_services.html#integrate-dns-services","features/dns_services.html#-use-case","features/dns_services.html#-feature","features/secrets_scanning.html#secrets-scanning","features/secrets_scanning.html#-use-case","features/secrets_scanning.html#-feature","features/new_scanner.html#integrate-new-scanner-in-minutes","features/new_scanner.html#-use-case","features/new_scanner.html#-feature","installation/installation.html#-installation","installation/installation-docker.html#docker","installation/installation-docker.html#setup","configuration/configuration.html#-configuration","configuration/config-file.html#-config-file","configuration/workflow-config.html#-workflow-configuration","configuration/workflow-config.html#examples","configuration/workflow-config.html#example-1","configuration/workflow-config.html#example-2","configuration/workflow-config.html#example-3","configuration/scheduler-config.html#scheduler-configuration","configuration/scheduler-config.html#examples","configuration/scheduler-config.html#example-1","configuration/scheduler-config.html#example-2","configuration/app-context-config.html#setting-app-context","configuration/slack-config.html#slack-notification","configuration/slack-config.html#notifications-config","configuration/slack-config.html#layer-1-teams","configuration/slack-config.html#layer-2-apps","configuration/slack-config.html#layer-3-assets-and-findings","configuration/slack-config.html#layer-4-tagging-and-channels","configuration/command-line.html#-command-line","configuration/command-line.html#quick-help","configuration/command-line.html#onboard-help","configuration/command-line.html#scan-help","scan/scan.html#-run-a-scan","scan/scan.html#onboard-and-scan","scan/scan.html#onboard-known-assets-and-scan","scan/scan.html#scan-on-all-assets-belonging-to-an-organisation","scan/scan.html#scan-on-all-assets-belonging-to-an-organisation-and-app","notifications/notifications.html#-notifications","notifications/notifications-slack.html#slack","notifications/notifications-slack.html#notifications-config","notifications/notifications-slack.html#layer-1-teams","notifications/notifications-slack.html#layer-2-apps","notifications/notifications-slack.html#layer-3-assets-and-findings","notifications/notifications-slack.html#layer-4-tagging-and-channels","tools/tools.html#tools-list","basics-mantis-code/basics.html#-mantis-code---getting-started","basics-mantis-code/folder-structure.html#code---folder-structure","basics-mantis-code/folder-structure.html#a-quick-correlation-to-localyml","basics-mantis-code/scanner-base-class.html#scanner-base-class","basics-mantis-code/scanner-base-class.html#1-tool-scanner","basics-mantis-code/scanner-base-class.html#functions-to-implement","basics-mantis-code/scanner-base-class.html#2-api-based-scanner","basics-mantis-code/scanner-base-class.html#functions-to-implement","basics-mantis-code/important-utils.html#important-utils-function","basics-mantis-code/important-utils.html#read-data","basics-mantis-code/important-utils.html#get-basic-assets-data","basics-mantis-code/important-utils.html#insert-data","basics-mantis-code/db-models.html#db-models","basics-mantis-code/db-models.html#assets","basics-mantis-code/db-models.html#findings","new-scanner-integrations/new-scanner-integration.html#-new-scanner-integrations","new-scanner-integrations/new-scanner-integration.html#command-line-based-scanner","new-scanner-integrations/new-scanner-integration.html#api-based-scanner","new-scanner-integrations/new-scanner-integration-command-line.html#command-line-tool","new-scanner-integrations/new-scanner-integration-command-line.html#-lets-get-started","new-scanner-integrations/new-scanner-integration-command-line.html#-files-to-be-changed","new-scanner-integrations/command-line-class.html#add-a-new-tool-scanner-class","new-scanner-integrations/command-line-class.html#creating-the-tool-class","new-scanner-integrations/command-line-class.html#implementing-get_commands","new-scanner-integrations/command-line-class.html#implementing-parse_report","new-scanner-integrations/command-line-class.html#implementing-db_operations","new-scanner-integrations/new-scanner-integration-api.html#add-a-new-api-scanner-class","new-scanner-integrations/new-scanner-integration-api.html#creating-the-api-class","new-scanner-integrations/new-scanner-integration-api.html#implementing-get_api_calls","new-scanner-integrations/new-scanner-integration-api.html#implementing-parse_response","new-scanner-integrations/new-scanner-integration-api.html#implementing-db_operations","new-scanner-integrations/command-config-file.html#add-scanner-to-config-file","new-scanner-integrations/command-docker-file.html#install-instructions","new-scanner-integrations/command-docker-file.html#docker-file","new-scanner-integrations/command-docker-file.html#devbox"],"index":{"documentStore":{"docInfo":{"0":{"body":0,"breadcrumbs":2,"title":1},"1":{"body":5,"breadcrumbs":5,"title":4},"10":{"body":3,"breadcrumbs":5,"title":2},"100":{"body":58,"breadcrumbs":9,"title":2},"101":{"body":31,"breadcrumbs":8,"title":2},"102":{"body":71,"breadcrumbs":7,"title":1},"103":{"body":66,"breadcrumbs":7,"title":1},"104":{"body":16,"breadcrumbs":6,"title":3},"105":{"body":35,"breadcrumbs":7,"title":4},"106":{"body":24,"breadcrumbs":6,"title":3},"107":{"body":39,"breadcrumbs":9,"title":3},"108":{"body":47,"breadcrumbs":8,"title":2},"109":{"body":30,"breadcrumbs":8,"title":2},"11":{"body":22,"breadcrumbs":5,"title":2},"110":{"body":94,"breadcrumbs":12,"title":5},"111":{"body":16,"breadcrumbs":10,"title":3},"112":{"body":60,"breadcrumbs":9,"title":2},"113":{"body":69,"breadcrumbs":9,"title":2},"114":{"body":47,"breadcrumbs":9,"title":2},"115":{"body":103,"breadcrumbs":11,"title":5},"116":{"body":16,"breadcrumbs":9,"title":3},"117":{"body":53,"breadcrumbs":8,"title":2},"118":{"body":76,"breadcrumbs":8,"title":2},"119":{"body":47,"breadcrumbs":8,"title":2},"12":{"body":18,"breadcrumbs":4,"title":1},"120":{"body":81,"breadcrumbs":11,"title":4},"121":{"body":0,"breadcrumbs":8,"title":2},"122":{"body":21,"breadcrumbs":8,"title":2},"123":{"body":55,"breadcrumbs":7,"title":1},"13":{"body":146,"breadcrumbs":6,"title":3},"14":{"body":6,"breadcrumbs":5,"title":2},"15":{"body":8,"breadcrumbs":5,"title":2},"16":{"body":35,"breadcrumbs":4,"title":1},"17":{"body":0,"breadcrumbs":6,"title":3},"18":{"body":0,"breadcrumbs":4,"title":1},"19":{"body":0,"breadcrumbs":4,"title":1},"2":{"body":26,"breadcrumbs":2,"title":1},"20":{"body":0,"breadcrumbs":4,"title":1},"21":{"body":6,"breadcrumbs":7,"title":2},"22":{"body":37,"breadcrumbs":7,"title":2},"23":{"body":23,"breadcrumbs":6,"title":1},"24":{"body":97,"breadcrumbs":7,"title":2},"25":{"body":0,"breadcrumbs":6,"title":1},"26":{"body":21,"breadcrumbs":7,"title":2},"27":{"body":23,"breadcrumbs":7,"title":2},"28":{"body":7,"breadcrumbs":7,"title":2},"29":{"body":6,"breadcrumbs":5,"title":2},"3":{"body":40,"breadcrumbs":5,"title":4},"30":{"body":23,"breadcrumbs":5,"title":2},"31":{"body":22,"breadcrumbs":4,"title":1},"32":{"body":0,"breadcrumbs":6,"title":3},"33":{"body":0,"breadcrumbs":6,"title":3},"34":{"body":0,"breadcrumbs":6,"title":3},"35":{"body":7,"breadcrumbs":5,"title":2},"36":{"body":6,"breadcrumbs":7,"title":3},"37":{"body":10,"breadcrumbs":6,"title":2},"38":{"body":28,"breadcrumbs":5,"title":1},"39":{"body":10,"breadcrumbs":6,"title":2},"4":{"body":29,"breadcrumbs":2,"title":1},"40":{"body":64,"breadcrumbs":6,"title":2},"41":{"body":67,"breadcrumbs":6,"title":2},"42":{"body":3,"breadcrumbs":7,"title":3},"43":{"body":20,"breadcrumbs":6,"title":2},"44":{"body":39,"breadcrumbs":5,"title":1},"45":{"body":6,"breadcrumbs":5,"title":2},"46":{"body":17,"breadcrumbs":5,"title":2},"47":{"body":48,"breadcrumbs":4,"title":1},"48":{"body":6,"breadcrumbs":9,"title":4},"49":{"body":20,"breadcrumbs":7,"title":2},"5":{"body":39,"breadcrumbs":2,"title":1},"50":{"body":96,"breadcrumbs":6,"title":1},"51":{"body":34,"breadcrumbs":3,"title":1},"52":{"body":23,"breadcrumbs":4,"title":1},"53":{"body":24,"breadcrumbs":4,"title":1},"54":{"body":35,"breadcrumbs":2,"title":1},"55":{"body":16,"breadcrumbs":5,"title":2},"56":{"body":104,"breadcrumbs":7,"title":2},"57":{"body":14,"breadcrumbs":6,"title":1},"58":{"body":20,"breadcrumbs":7,"title":2},"59":{"body":23,"breadcrumbs":7,"title":2},"6":{"body":6,"breadcrumbs":5,"title":2},"60":{"body":101,"breadcrumbs":7,"title":2},"61":{"body":10,"breadcrumbs":7,"title":2},"62":{"body":0,"breadcrumbs":6,"title":1},"63":{"body":95,"breadcrumbs":7,"title":2},"64":{"body":44,"breadcrumbs":7,"title":2},"65":{"body":67,"breadcrumbs":9,"title":3},"66":{"body":12,"breadcrumbs":7,"title":2},"67":{"body":21,"breadcrumbs":7,"title":2},"68":{"body":19,"breadcrumbs":8,"title":3},"69":{"body":40,"breadcrumbs":8,"title":3},"7":{"body":22,"breadcrumbs":5,"title":2},"70":{"body":26,"breadcrumbs":9,"title":4},"71":{"body":11,"breadcrumbs":9,"title":4},"72":{"body":7,"breadcrumbs":5,"title":2},"73":{"body":43,"breadcrumbs":5,"title":2},"74":{"body":134,"breadcrumbs":5,"title":2},"75":{"body":105,"breadcrumbs":5,"title":2},"76":{"body":8,"breadcrumbs":4,"title":2},"77":{"body":59,"breadcrumbs":4,"title":2},"78":{"body":7,"breadcrumbs":6,"title":4},"79":{"body":15,"breadcrumbs":6,"title":4},"8":{"body":22,"breadcrumbs":4,"title":1},"80":{"body":6,"breadcrumbs":7,"title":5},"81":{"body":13,"breadcrumbs":2,"title":1},"82":{"body":12,"breadcrumbs":3,"title":1},"83":{"body":21,"breadcrumbs":4,"title":2},"84":{"body":19,"breadcrumbs":5,"title":3},"85":{"body":40,"breadcrumbs":5,"title":3},"86":{"body":26,"breadcrumbs":6,"title":4},"87":{"body":11,"breadcrumbs":6,"title":4},"88":{"body":78,"breadcrumbs":3,"title":2},"89":{"body":99,"breadcrumbs":8,"title":4},"9":{"body":43,"breadcrumbs":5,"title":2},"90":{"body":115,"breadcrumbs":9,"title":3},"91":{"body":89,"breadcrumbs":9,"title":3},"92":{"body":20,"breadcrumbs":10,"title":3},"93":{"body":35,"breadcrumbs":10,"title":3},"94":{"body":36,"breadcrumbs":9,"title":2},"95":{"body":16,"breadcrumbs":11,"title":4},"96":{"body":35,"breadcrumbs":9,"title":2},"97":{"body":44,"breadcrumbs":10,"title":3},"98":{"body":0,"breadcrumbs":9,"title":2},"99":{"body":44,"breadcrumbs":10,"title":3}},"docs":{"0":{"body":"","breadcrumbs":"👋 Introduction » 👋 Introduction","id":"0","title":"👋 Introduction"},"1":{"body":"You can jump in directly to the Quick Start Guide","breadcrumbs":"👋 Introduction » 🥱 I'm lazy and i just want to get started","id":"1","title":"🥱 I'm lazy and i just want to get started"},"10":{"body":"product security teams","breadcrumbs":"🎉 Features » Distributed Scanning » Distributed Scanning","id":"10","title":"Distributed Scanning"},"100":{"body":"Again, when you are integrating a new scanner, once the scan is complete, you will need insert the results into mongodb database Location : mantis/utils/crud_utils Insert Assets : async def insert_assets(assets: list, source='external') Update Assets : async def update_asset(asset: str, org: str, tool_output_dict: dict): Insert Findings : async def insert_findings(obj, asset: str, findings: list): ⏭️ Now that we are aware about utility functions that will make data insertion and extration simpler. Let's now take a quick look at the database Models for Assets and Findings.","breadcrumbs":"📖 Mantis Code - Getting Started » Important Utils Function » Insert Data","id":"100","title":"Insert Data"},"101":{"body":"One more thing you need to understand before integrating your new scanner is the database models. Mantis's mongoDB database consists of two collections (or tables). Assets (Types: TLDs, IPs, Subdomains, Certificates) Findngs (Types: Vulnerability, Misconfiguration, Secrets, Phishing Domain)","breadcrumbs":"📖 Mantis Code - Getting Started » DB Models » DB Models","id":"101","title":"DB Models"},"102":{"body":"_id: str = Field(..., alias=\"_id\") asset: str = Field(...) asset_type: str = Field(...) org: str = Field(...) app: str = Field(None) source: Literal['internal', 'external'] = Field(None) created_timestamp: str = Field(None) cdn_names: Optional[str] = list() waf: Optional[str] = list() ports: Optional[list] = list() as_number: Optional[str] = Field(None) as_name: Optional[str] = Field(None) as_country: Optional[str] = Field(None) as_range: Optional[list] = list() dns: Optional[dict] = Field(None) ipinfo: Optional[dict] = dict() technologies: Optional[list] = list() webserver: Optional[list] = list() updated_timestamp: Optional[str] = Field(None) active_hosts: Optional[list] = list() stale: Optional[bool] = False repositories: Optional[str] = Field(None) others: Optional[dict] = dict()","breadcrumbs":"📖 Mantis Code - Getting Started » DB Models » Assets:","id":"102","title":"Assets:"},"103":{"body":"_id: str = Field(...) host: str = Field(...) url: Optional[str] = Field(None) title: str = Field(...) org: str = Field(...) app: str = Field(None) type: Literal['vulnerability', 'misconfiguration', 'secret', 'phishing'] = Field(None) description: str = Field(None) severity: str = Field(None) tool_source: str = Field(None) created_timestamp: str = Field(None) updated_timestamp: Optional[str] = Field(None) host_with_protocol: Optional[str] = Field(None) remediation: Optional[str] = Field(None) info: Optional[dict] = Field(None) cve_id: Optional[str] = Field(None) cwe_id: Optional[str] = Field(None) others: Optional[dict] = Field(None) falsepositive: bool = Field(None) status: str = \"Open\" modified_by: str = Field(None)","breadcrumbs":"📖 Mantis Code - Getting Started » DB Models » Findings:","id":"103","title":"Findings:"},"104":{"body":"To integrate a new scanner with Mantis, it should fall under one of these categories: Command Line Tool based scanner API based scanner","breadcrumbs":"🔗 New Scanner Integrations » 🔗 New Scanner Integrations","id":"104","title":"🔗 New Scanner Integrations"},"105":{"body":"From a recon automation perspective, command-line tools are tools that you typically install in your system using brew, apt, apt-install, or similar methods, and then run scans. E.g. Amass, Subfinder, naabu, nuclei etc. $ nuclei -u https://www.example.org -json -o nuclei.json -exclude-severity info -v","breadcrumbs":"🔗 New Scanner Integrations » Command Line based Scanner","id":"105","title":"Command Line based Scanner"},"106":{"body":"Scanners that involve sending an HTTP request instead of running an OS command to perform a scan. E.g. Shodan, SSLMate etc. GET https://api.shodan.io/shodan/ports?key={YOUR_API_KEY} Now that you are aware of the scanner types that Mantis supports, let's get started","breadcrumbs":"🔗 New Scanner Integrations » API based Scanner","id":"106","title":"API based Scanner"},"107":{"body":"This tutorial will guide you through the process of integrating a new command-line tool with Mantis. Each section builds upon the previous one, but the tutorial is structured to separate topics, so that you can easily find the information you need to address your specific needs It's also designed to serve as a future reference, enabling you to come back and find the information you need when you need it.","breadcrumbs":"🔗 New Scanner Integrations » Command Line Tool » Command Line Tool","id":"107","title":"Command Line Tool"},"108":{"body":"Let's say that you're a bug bounty hunter or a product security engineer who thinks that a particular tool can make a specific module more efficient. For the purpose of this tutorial, let's assume that we need to strengthen the Discovery module, which identifies subdomains, by adding a new tool. Amass . Amass performs network mapping of attack surfaces and external asset discovery using open source information gathering and active reconnaissance techniques","breadcrumbs":"🔗 New Scanner Integrations » Command Line Tool » ✍️ Let's Get Started","id":"108","title":"✍️ Let's Get Started"},"109":{"body":"For integrating a command line scanner, these are the files you need to make changes: Add a new class file under the respective module Add the tool name in config.yml Add the installation instructions in DockerFile ⏭️ Let's now integrate Amass tool into the Discovery module","breadcrumbs":"🔗 New Scanner Integrations » Command Line Tool » 📇 Files to be changed","id":"109","title":"📇 Files to be changed"},"11":{"body":"I want to: scale my single scan across multiple machines. The number of assets owned by my organization is too large to scan on a single machine within a reasonable timeframe, making it either impossible or excessively time-consuming","breadcrumbs":"🎉 Features » Distributed Scanning » 🤔 Use-Case","id":"11","title":"🤔 Use-Case"},"110":{"body":"As a first step to integrate a new scanner, answer the below questions: Which module will this scanner be a part of? Amass is used for subdomain discovery and hence will be part of the disovery module Is this scanner a command line tool or API? Amass is a command line tool What will the tool output? Amass will output a list of subdomains What is the report output format we are expecting to parse? Though Amass supports a number of output formats, lets go with .txt What is the command that you need to execute? amass enum -passive -d {input_domain} -o {output_file_path} What is the input that the tool takes, meaning, TLDs, subdomains, IPs etc.? Amass takes TLDs as an input Now that we have a clear understanding of the expected input and output from the tool, let's begin the process of creating the scanner class. As previously indicated here , we are required to implement three functions: base_get_commands() or get_commands() parse_report() db_operations()","breadcrumbs":"🔗 New Scanner Integrations » New Tool scanner class » Add a new tool scanner class","id":"110","title":"Add a new tool scanner class"},"111":{"body":"Please Note - The name of the tool class should be the same as defined in the config file Create a new file under /mantis/mantis/modules/discovery/ and name it Amass.py","breadcrumbs":"🔗 New Scanner Integrations » New Tool scanner class » Creating the Tool Class","id":"111","title":"Creating the Tool Class"},"112":{"body":"This function needs to return a list of tool commands for every asset. def get_commands(self, assets): self.org = args.org self.base_command = 'amass enum -passive -d {input_domain} -o {output_file_path}' self.outfile_extension = \".txt\" self.assets = await get_assets_grouped_by_type(args, ASSET_TYPE_TLD) return super().base_get_commands(self.assets) self.base_command represents the command to be executed self.outfile_extension indicates the output file extension self.assets exclusively extract TLDs from the database, which are then supplied as input to Amass Info💡- As mentioned here , Mantis incorporates a range of pre-existing utility functions to facilitate the seamless integration of new tools","breadcrumbs":"🔗 New Scanner Integrations » New Tool scanner class » Implementing get_commands()","id":"112","title":"Implementing get_commands()"},"113":{"body":"This function is required to parse what the scanner outputs and insert it into the database. In this context, a list of subdomains need to be extrated and inserted into the database. Info💡- To understand the DB schema, click here def parse_report(self, outfile): output_dict_list = [] amass_output = open(outfile).readlines() for domain in amass_output: domain_dict = {} domain_dict['asset'] = domain.rstrip('\\n') domain_dict['asset_type'] = ASSET_TYPE_SUBDOMAIN domain_dict['org'] = self.org output_dict_list.append(domain_dict) return output_dict_list You dont have to worry about where the output file is stored etc. The outfile parameter is the path to the output file generated by the tool domain contains the subdomain asset_type is a parameter required for Mantis, the type of Asset, if its a TLD, subdomain or IP org is the organisation to which the asset belongs to, fetched from args","breadcrumbs":"🔗 New Scanner Integrations » New Tool scanner class » Implementing parse_report()","id":"113","title":"Implementing parse_report()"},"114":{"body":"The final step is to insert the data into mongoDB async def db_operations(self, tool_output_dict, asset=None): await CrudUtils.insert_assets(tool_output_dict) This is straight forward, call the corresponding util function to insert the data into mongoDB. Info💡- Depending on whether you are inserting an asset, or updating an asset for recon information, or adding a new finding, you can use the corresponding util functions as described here ⏭️ In a similar fashion let's try to add a new API scanner.","breadcrumbs":"🔗 New Scanner Integrations » New Tool scanner class » Implementing db_operations()","id":"114","title":"Implementing db_operations()"},"115":{"body":"Let's now try adding an API scanner instead of a command line tool, for example, SSLMate to Discovery module. As a first step to integrate a new scanner, answer the below questions: Which module will this scanner be a part of? SSLMate is used to retreive all the certificates belonging to an organisation, hence this will be under Discovery module Is this scanner a command line tool or API? SSLMate is an API based scanner What will the tool output? SSLMate will list all certificates, their DNS Names, public key, SHA. The certificate has to be added to assets and the corresponding recon information has to be update What is the report output format we are expecting to parse? JSON Response What is the input that the tool takes, meaning, TLDs, subdomains, IPs etc.? SSLMate takes TLDs as an input Now that we have a clear understanding of the expected input and output from the tool, let's begin the process of creating the scanner class. As previously indicated here , we are required to implement three functions: get_api_calls() parse_reponse() db_operations()","breadcrumbs":"🔗 New Scanner Integrations » New API Scanner » Add a new API scanner class","id":"115","title":"Add a new API scanner class"},"116":{"body":"Please Note - The name of the tool class should be the same as defined in the config file Create a new file under /mantis/mantis/modules/discovery/ and name it SSLMate.py","breadcrumbs":"🔗 New Scanner Integrations » New API Scanner » Creating the API Class","id":"116","title":"Creating the API Class"},"117":{"body":"This function needs to return the tool object and the HTTP method. async def get_api_calls(self, args: ArgsModel): self.asset_api_list = [] self.scannerName = type(self).__name__ self.endpoint = \"https://api.certspotter.com/v1/issuances?domain={domain_name}&include_subdomains=true&expand=dns_names&expand=issuer&expand=revocation&expand=problem_reporting&expand=cert_der\" self.body = \"\" self.org = args.org self.assets.extend(await get_assets_grouped_by_type(args, ASSET_TYPE_TLD)) for every_asset in self.assets: endpoint = self.endpoint.format(domain_name=every_asset) self.asset_api_list.append((self, endpoint, None, every_asset)) return [(self, \"GET\")] self.endpoint is the full HTTP request to the API Scanner self.body is the HTTP request body self.org is the organisation passed in the arguments The for loop generats an HTTP request per TLD","breadcrumbs":"🔗 New Scanner Integrations » New API Scanner » Implementing get_api_calls()","id":"117","title":"Implementing get_api_calls()"},"118":{"body":"This function is required to parse what the API outputs and insert it into the database. In this context, a list of certificates and its contextual information is extrated and inserted into the database. def parse_reponse(self, response): output_dict_list = [] response_json = response.json() for every_cert in response_json: cert_dict = {} cert_dict['asset'] = every_cert['id'] cert_dict['asset_type'] = ASSET_TYPE_CERT cert_dict['org'] = self.org cert_dict['others'] = {} cert_dict['others']['dns_names'] = every_cert['dns_names'] cert_dict['others']['tbs_sha256'] = every_cert['tbs_sha256'] cert_dict['others']['cert_sha256'] = every_cert['cert_sha256'] cert_dict['others']['pubkey_sha256'] = every_cert['pubkey_sha256'] cert_dict['others']['issuer'] = every_cert['issuer'] cert_dict['others']['not_before'] = every_cert['not_before'] cert_dict['others']['not_after'] = every_cert['not_after'] cert_dict['others']['revoked'] = every_cert['revoked'] cert_dict['others']['revocation'] = every_cert['revocation'] cert_dict['others']['cert_der'] = every_cert['cert_der'] output_dict_list.append(cert_dict) return output_dict_list You dont have to worry about where the HTTP response is retrieved etc. The response parameter contains the HTTP Reponse Extract the necessary information you want to store in the mongoDB, plus the org context and the type of Asset","breadcrumbs":"🔗 New Scanner Integrations » New API Scanner » Implementing parse_response()","id":"118","title":"Implementing parse_response()"},"119":{"body":"The final step is to insert the data into mongoDB async def db_operations(self, output_dict, asset=None): await CrudUtils.insert_assets(output_dict) This is straight forward, call the corresponding util function to insert the data into mongoDB. Info💡- Depending on whether you are inserting an asset, or updating an asset for recon information, or adding a new finding, you can use the corresponding util functions as described here Let's now look at adding the new scanner to the config file.","breadcrumbs":"🔗 New Scanner Integrations » New API Scanner » Implementing db_operations()","id":"119","title":"Implementing db_operations()"},"12":{"body":"Mantis is one of the first recon automation framework that that allows you to distribute your single scan across multiple machines , including bare metals or instances in AWS or Azure..","breadcrumbs":"🎉 Features » Distributed Scanning » 😃 Feature","id":"12","title":"😃 Feature"},"120":{"body":"Now that the Amass.py and SSLMate.py tool classes are ready, adding it to config is simple. Add the class names Amass, SSLMate under moduleName discovery under tools - workflowName: 'default' schedule: 'daily between 00:00 and 04:00' cmd: ['python3 launch.py -o org_name -f org-stale.txt --ignore_stale --stale'] workflowConfig: - moduleName : discovery tools: ['Subfinder', 'SSLMate', 'Amass'] order: 1 - moduleName: prerecon tools: ['FindCDN', 'Naabu', 'IPinfo'] order: 2 - moduleName: activehostscan tools: ['HTTPX_Tech', 'HTTPX'] order: 3 - moduleName: activerecon tools: ['Wafw00f'] order: 4 - moduleName: scan tools: [ 'DNSTwister', 'Csper', 'Nuclei', 'NucleiRecon'] order: 5 - moduleName: secretscanner tools: ['SecretScanner'] order: 6","breadcrumbs":"🔗 New Scanner Integrations » Add scanner to config file » Add scanner to config file","id":"120","title":"Add scanner to config file"},"121":{"body":"","breadcrumbs":"🔗 New Scanner Integrations » Install instructions in DockerFile » Install instructions","id":"121","title":"Install instructions"},"122":{"body":"Add the install instructions below the WORKDIR /home/mantis RUN echo \"Installing Amass\"\nRUN wget https://github.com/owasp-amass/amass/releases/download/v3.23.2/amass_Linux_amd64.zip\nRUN unzip amass_Linux_amd64.zip\nRUN mv amass_Linux_amd64/amass /usr/bin","breadcrumbs":"🔗 New Scanner Integrations » Install instructions in DockerFile » Docker File","id":"122","title":"Docker File"},"123":{"body":"Devbox creates isolated and reproducible development environments capable of running anywhere. It also features a package manager, NixOS. Please verify whether the package of the newly integrated tool is present here . If the package is present in NixOs, then add the package name with relevant version to the package list under setup/ubuntu/devbox.json or setup/mac/devbox.json \"packages\": [ \"python@3.10\", \"stdenv.cc.cc.lib\", \"amass@3.22.2\", \"subfinder@2.6.0\", \"httpx@1.3.3\", \"ipinfo@2.10.1\", \"naabu@2.1.6\", \"nuclei@2.9.7\", \"gitleaks@8.17.0\", \"gau@2.1.2\", \"python310Packages.pip\", \"gccStdenv\" ], Else add the native installation in the setup list in setup/ubuntu/devbox.json or setup/mac/devbox.json","breadcrumbs":"🔗 New Scanner Integrations » Install instructions in DockerFile » DevBox","id":"123","title":"DevBox"},"13":{"body":"Mantis uses Ray framework to scale. Ray Core provides a small number of core primitives (i.e., tasks, actors, objects) for building and scaling distributed applications. Please Note - A short infrastructure setup is required before utilising this feature as described here The Mantis framework is designed to use Ray Core in the most efficient way, breaking down a single scan into the most granular level. To put it simply: Each module has a specific assigned order number that indicates the sequence in which it should be executed. For example, Discovery needs to run before Recon, with Discovery's order number being 1 and Recon's being 2 Scans required for each module are run in parallel while other modules wait for the previous module's completion The Workflow Class retrieves the module name and order from the config.yml file and generates commands for all the tools in each module for every asset. This list of commands is then passed to the Ray function The Ray function distributes these commands across VMs and allocates a single CPU for every command Ray's self-managed scheduling system ensures efficient allocation of resources, and configurable retries against potential failures provide added reliability INFO💡: All of the internal implementation described above is for your information only. Once you have your infrastructure set up, all you need to do is add the IP addresses of your VMs to the configuration file, and everything else remains the same","breadcrumbs":"🎉 Features » Distributed Scanning » How does Mantis distribute your scan ?","id":"13","title":"How does Mantis distribute your scan ?"},"14":{"body":"product security teams bug bounty hunters","breadcrumbs":"🎉 Features » Dashboard Support » Dashboard Support","id":"14","title":"Dashboard Support"},"15":{"body":"I want to: create a dashboard that provides an overview of my organization, its assets, and its findings","breadcrumbs":"🎉 Features » Dashboard Support » 🤔 Use-Case","id":"15","title":"🤔 Use-Case"},"16":{"body":"Mantis does not come with a dashboard as creating a user interface can be highly opinionated. Instead, Mantis provides details of assets and findings in a structured format in MongoDB. Any dashboard that supports MongoDB integration should work with Mantis's output Mantis's integration works well with the following dashboard: AppSmith - Default Support Chartbrew Metabse","breadcrumbs":"🎉 Features » Dashboard Support » 😃 Feature","id":"16","title":"😃 Feature"},"17":{"body":"","breadcrumbs":"🎉 Features » Dashboard Support » 😮 How does Mantis look with AppSmith ?","id":"17","title":"😮 How does Mantis look with AppSmith ?"},"18":{"body":"","breadcrumbs":"🎉 Features » Dashboard Support » Assets","id":"18","title":"Assets"},"19":{"body":"","breadcrumbs":"🎉 Features » Dashboard Support » Vulnerabilities","id":"19","title":"Vulnerabilities"},"2":{"body":"Mantis is an advanced open-source framework that: Enables automated asset discovery, reconnaissance, and vulnerability scanning processes The results of these comprehensive scans are stored in a robust MongoDB database and can be seamlessly integrated with any dashboard supporting MongoDB integration","breadcrumbs":"👋 Introduction » 🤔 What is Mantis ?","id":"2","title":"🤔 What is Mantis ?"},"20":{"body":"","breadcrumbs":"🎉 Features » Dashboard Support » Certificates","id":"20","title":"Certificates"},"21":{"body":"product security teams bug bounty hunters","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » Workflow Customisation","id":"21","title":"Workflow Customisation"},"22":{"body":"I want to: customize scans with ease to best suit my organization's or bug bounty requirements ability to choose from various modules, including discovery and vulnerability scanning, to create a tailored scan that meets my specific needs granular options to specify tools within each module, allowing me to optimize my security operations for maximum efficiency","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » 🤔 Use-Case","id":"22","title":"🤔 Use-Case"},"23":{"body":"In Mantis: we refer to the entire automation process as a Workflow Worflow is further divided into individual blocks called as a Module Modules are further divided as Tools All the above are easily customisable via a config file","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » 😃 Feature","id":"23","title":"😃 Feature"},"24":{"body":"This is the workflow snippet from config.yml , you can just add/remove the module or tool you want to customise: workflow: - workflowName: 'default' schedule: 'daily between 00:00 and 04:00' cmd: ['python3 launch.py -o org_name -f org-tlds.txt --ignore_stale --stale'] workflowConfig: - moduleName : Route53 tools: ['Route53'] order: 1 - moduleName : discovery tools: ['Subfinder', 'SSLMate'] order: 1 - moduleName: prerecon tools: ['FindCDN', 'Naabu', 'IPinfo'] order: 2 - moduleName: activehostscan tools: ['HTTPX_Tech', 'HTTPX'] order: 3 - moduleName: activerecon tools: ['Wafw00f'] order: 4 - moduleName: scan tools: [ 'DNSTwister', 'Csper', 'Nuclei', 'NucleiRecon'] order: 5 - moduleName: secretscanner tools: ['SecretScanner'] order: 6 moduleName - Pre-packaged or custom modules tools - Tools included as part of the module order - The order in which the module needs to be executed, e.g., discovery needs to be run before recon","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » 🎛️ Workflow Customisation","id":"24","title":"🎛️ Workflow Customisation"},"25":{"body":"","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » Examples","id":"25","title":"Examples"},"26":{"body":"Run a single module, say just 'Discovery', this is how your config is going to look, simply comment or remove the rest of the modules workflow: - moduleName : discovery tools: ['Subfinder', 'SSLMate', 'Amass'] order: 1","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » Example 1","id":"26","title":"Example 1"},"27":{"body":"Remove a tool, say you just want to run subdomain discovery and not identify 'certificates', so just remove 'SSLMate' from tools section under Discovery moduleName workflow: - moduleName : discovery tools: ['Subfinder', 'Amass'] order: 1","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » Example 2","id":"27","title":"Example 2"},"28":{"body":"INFO💡: For more details on config.yml and how to edit it, Click here","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » Understanding config.yml","id":"28","title":"Understanding config.yml"},"29":{"body":"product security teams bug bounty hunters","breadcrumbs":"🎉 Features » Advanced Alerting » Advanced Alerting","id":"29","title":"Advanced Alerting"},"3":{"body":"Mantis is a security framework engineered to provide exceptional value and convenience to both product security teams and bug bounty hunters alike. Our innovative framework offers unparalleled ease-of-use and customizable automation for all your recon needs With Mantis, you can take advantage of our advanced alerting capabilities and faster scanning times to fortify your defenses and stay ahead of the game","breadcrumbs":"👋 Introduction » 🤨 Why another RECON automation framework ?","id":"3","title":"🤨 Why another RECON automation framework ?"},"30":{"body":"I want to: customise my alerts, say, today i recieve alerts only for vulnerabilities, tomorrow i need to start receiving alerts for my phishing domains as well, there shouldnt be any code change tag specific teams for specific alerts","breadcrumbs":"🎉 Features » Advanced Alerting » 🤔 Use-Case","id":"30","title":"🤔 Use-Case"},"31":{"body":"Alerting is layered and config driven with no code change required in Mantis. There are two types of alerting that Mantis supports: Assets and Findings Scan Stats Currently, we support notifications via slack","breadcrumbs":"🎉 Features » Advanced Alerting » 😃 Feature","id":"31","title":"😃 Feature"},"32":{"body":"","breadcrumbs":"🎉 Features » Advanced Alerting » Slack Alerts Example","id":"32","title":"Slack Alerts Example"},"33":{"body":"","breadcrumbs":"🎉 Features » Advanced Alerting » Scan Efficiency Alert","id":"33","title":"Scan Efficiency Alert"},"34":{"body":"","breadcrumbs":"🎉 Features » Advanced Alerting » New Assets Alert","id":"34","title":"New Assets Alert"},"35":{"body":"INFO💡: For more details on config.yml and how to edit it, Click here","breadcrumbs":"🎉 Features » Advanced Alerting » Understanding config.yml","id":"35","title":"Understanding config.yml"},"36":{"body":"product security teams bug bounty hunters","breadcrumbs":"🎉 Features » Understanding Scan Efficiency » Understanding Scan Efficiency","id":"36","title":"Understanding Scan Efficiency"},"37":{"body":"I want to: understand whether my scans succeeded or failed determine the time taken for the scans","breadcrumbs":"🎉 Features » Understanding Scan Efficiency » 🤔 Use-Case","id":"37","title":"🤔 Use-Case"},"38":{"body":"Mantis provides you with efficient scan statistics at a granular level, including the following: Total scan time and efficiency Module level scan time and efficiency Success or Failure status for each asset The Efficiency is calcuated based on the success/failure rates","breadcrumbs":"🎉 Features » Understanding Scan Efficiency » 😃 Feature","id":"38","title":"😃 Feature"},"39":{"body":"Post scan, Mantis outputs a file which is present in {mantis_dir}/logs/scan_efficiency/, which provides you with the scan metadata.","breadcrumbs":"🎉 Features » Understanding Scan Efficiency » Scan Efficiency","id":"39","title":"Scan Efficiency"},"4":{"body":"Usage of this program for attacking targets without consent is illegal. It is the user's responsibility to obey all applicable laws. The developer assumes no liability and is not responsible for any misuse or damage caused by this program. Please use responsibly. The material contained in this repository is licensed under apache2.","breadcrumbs":"👋 Introduction » 🚨 Disclaimer","id":"4","title":"🚨 Disclaimer"},"40":{"body":"{ \"module_name\": \"PRERECON\", \"module_start_time\": \"524109.441001708\", \"module_end_time\": \"524288.824489208\", \"module_time_taken\": \"0:02:59\", \"module_tool_logs\": [ { \"tool_name\": \"FindCDN\", \"success\": 1, \"failure\": 0, \"code\": 0, \"command\": \"findcdn list example.in -o /tmp/7917f79d-8b06-4727-8953-dcf5c84efde6.json -v\", \"errors\": null, \"exception\": null, \"tool_time_taken\": \"0:02:59\" } ]\n} The above stats clearly states: the python subprocess exit code was 0, indicating success (warning - this depends on how efficiently the tool handles exit codes as well) the scan for a particular asset example.com was successful the total time taken to run subfinder on that asset","breadcrumbs":"🎉 Features » Understanding Scan Efficiency » Success Scenario","id":"40","title":"Success Scenario"},"41":{"body":"{ \"module_name\": \"DISCOVERY\", \"module_start_time\": \"525058.566098541\", \"module_end_time\": \"525059.556518666\", \"module_time_taken\": \"0:00:01\", \"module_tool_logs\": [ { \"tool_name\": \"Subfinder\", \"success\": 0, \"failure\": 1, \"code\": 2, \"command\": \"subfinder -te -d example.com -o /tmp/de4c5987-d4fe-46f9-89ef-f19af67cd1d0.txt\", \"errors\": null, \"exception\": \"[Errno 2] No such file or directory: '/tmp/de4c5987-d4fe-46f9-89ef-f19af67cd1d0.txt'\", \"tool_time_taken\": \"0:00:00\" } ]\n} The above stats clearly states: the python subprocess exit code with a non-zero exit code (2), indicating failure the scan for a particular asset example.com was a failure , this is because a wrong subfinder command was passed","breadcrumbs":"🎉 Features » Understanding Scan Efficiency » Failure Scenario","id":"41","title":"Failure Scenario"},"42":{"body":"product security teams","breadcrumbs":"🎉 Features » Integrate DNS Services » Integrate DNS Services","id":"42","title":"Integrate DNS Services"},"43":{"body":"I want to: feed my known assets to the framework because I know that they belong to my organization have the capability to feed subdomains, IP, IP-CIDRs or IP Range integrate my organisation's DNS Service","breadcrumbs":"🎉 Features » Integrate DNS Services » 🤔 Use-Case","id":"43","title":"🤔 Use-Case"},"44":{"body":"We are aware that no recon automation framework can be perfect in identifying all assets and findings. To some extent, this also depends on the tools used. Therefore, we designed Mantis to not only provide an external attacker's perspective but also add internal context to an organization. There are two ways in which you can add internal context to Mantis: Integrate your DNS Service (Route 53) Upload a file (use the '-f' flag)","breadcrumbs":"🎉 Features » Integrate DNS Services » 😃 Feature","id":"44","title":"😃 Feature"},"45":{"body":"product security teams bug bounty hunters","breadcrumbs":"🎉 Features » Secrets Scanning » Secrets Scanning","id":"45","title":"Secrets Scanning"},"46":{"body":"I want to: identify any secrets belonging to my organization that have been leaked on the public internet identify any secrets that have been provided by my organization to our partners or vendors that have been leaked on the public internet","breadcrumbs":"🎉 Features » Secrets Scanning » 🤔 Use-Case","id":"46","title":"🤔 Use-Case"},"47":{"body":"INFO💡: Secrets scanning is currently an experimental feature due to a number of limitations, such as rate limiting that are applied on the search engines where we search for information. The basic responsibility of secrets scanning is to identify secrets on the public internet . Currently, it searches for: Secrets in Wayback URLs Secrets in Wayback JS Files Secrets in Github for an Organistaion [Coming Soon] Secrets in Swagger [Coming Soon] Secrets in Postman Collections [Coming Soon]","breadcrumbs":"🎉 Features » Secrets Scanning » 😃 Feature","id":"47","title":"😃 Feature"},"48":{"body":"product security teams bug bounty hunters","breadcrumbs":"🎉 Features » Integrate new scanner in minutes » Integrate new scanner in minutes","id":"48","title":"Integrate new scanner in minutes"},"49":{"body":"I want to: integrate new tools with a recon automation framework that the framework does not support by default add scanners that are either a command-line tool or an API integrate scanners quickly and easily","breadcrumbs":"🎉 Features » Integrate new scanner in minutes » 🤔 Use-Case","id":"49","title":"🤔 Use-Case"},"5":{"body":"With Mantis, you benefit from an array of exceptional features designed to enhance your workflows. These include but are not limited to: Recon Automation Super Easy Workflow Customisation Dashboard Support Integrate a new tool within minutes Distribute your scan and make it 2x Faster Understanding Scan Efficiency Integrate with your Org's DNS Service Advanced Alerting Secrets Scanning","breadcrumbs":"🎉 Features » 🎉 Features","id":"5","title":"🎉 Features"},"50":{"body":"Mantis is designed with the goal of minimizing the time it takes to integrate new scanners, whether for Mantis developers or external teams. Mantis includes several functions that make integrating new scanners easy. To add a new tool, this is what you need to do: Create a Python class for the scanner Extend ToolScanner if you are integrating a new command line scanner Extend APIScanner if you are integrating a new API scanner Implement three functions in the class get_commands() or get_api_calls() , depends on whether you choose Tool or API, this basically gets your scan command or API HTTP request ready parse_report() or parse_response() , again depends on whether you choose Tool or API, this is to parse the response db_operations() , insert the information to database and this is where its simple, we have built-in functions that takes care of everything Add the install instructions in DockerFile INFO💡: For a more detailed understanding on how to integrate a new scanner, Click here","breadcrumbs":"🎉 Features » Integrate new scanner in minutes » 😃 Feature","id":"50","title":"😃 Feature"},"51":{"body":"Mantis provides multiple installation methods that includes performing the entire scan in a single system or multiple machines Single Machine Docker Linux (Ubuntu) (Coming Soon) Windows (Coming Soon) Multiple Machine Set of VMs (Coming Soon) AWS (Ansible script) (Coming Soon)","breadcrumbs":"⚙️ Installation and Setup » ⚙️ Installation","id":"51","title":"⚙️ Installation"},"52":{"body":"Mantis supports multiple installation types. Installing Mantis via Docker would be a good start to get a hang of the framework. Considering that Mantis also includes mongoDB and AppSmith, we have provided a shell script that installs all the components.","breadcrumbs":"⚙️ Installation and Setup » Docker » Docker","id":"52","title":"Docker"},"53":{"body":"Clone the Mantis repository git clone https://github.com/PhonePe/mantis.git cd into the Mantis directory cd mantis/setup/docker Run the respective docker setup file based on your OS ./docker-setup-macos.sh ./docker-setup-ubuntu.sh","breadcrumbs":"⚙️ Installation and Setup » Docker » Setup","id":"53","title":"Setup"},"54":{"body":"Once you have setup Mantis, you can now look at customising your scan requirements. Scan customisations are available via: Config File - contains customisations related to scan workflow, scheduling, notifications etc. Command Line - contains basic options to onboard your assets and scan INFO💡- Config File Path: /mantis/config/local.yml","breadcrumbs":"🛠️ Configuration » 🛠️ Configuration","id":"54","title":"🛠️ Configuration"},"55":{"body":"Mantis Config file provides multiple customisations including: Workflow Customisation Scheduler Customisation Setting App Context Slack Alerting","breadcrumbs":"🛠️ Configuration » 📋 Config File » 📋 Config File","id":"55","title":"📋 Config File"},"56":{"body":"Warning 🚨 - In onboard mode, you should run scans only with the 'default' workflow This is the workflow snippet from config.yml , you can just add/remove the module or tool you want to customise: workflow: - workflowName: 'default' schedule: 'daily between 00:00 and 04:00' cmd: ['python3 launch.py -o org_name -f org-tlds.txt --ignore_stale --stale'] workflowConfig: - moduleName : Route53 tools: ['Route53'] order: 1 - moduleName : discovery tools: ['Subfinder', 'SSLMate'] order: 1 - moduleName: prerecon tools: ['FindCDN', 'Naabu', 'IPinfo'] order: 2 - moduleName: activehostscan tools: ['HTTPX_Tech', 'HTTPX'] order: 3 - moduleName: activerecon tools: ['Wafw00f'] order: 4 - moduleName: scan tools: [ 'DNSTwister', 'Csper', 'Nuclei', 'NucleiRecon'] order: 5 - moduleName: secretscanner tools: ['SecretScanner'] order: 6 moduleName - Pre-packaged or custom modules tools - Tools included as part of the module order - The order in which the module needs to be executed, e.g., discovery needs to be run before recon","breadcrumbs":"🛠️ Configuration » 📋 Config File » Workflow Configuration » 🎛️ Workflow Configuration","id":"56","title":"🎛️ Workflow Configuration"},"57":{"body":"Warning 🚨 - Do not modify the default workflow config, always create a new workflow before modifying it as shown in example 3","breadcrumbs":"🛠️ Configuration » 📋 Config File » Workflow Configuration » Examples","id":"57","title":"Examples"},"58":{"body":"Run a single module, say just 'Discovery', this is how your config is going to look, simply remove the rest of the modules workflow: - moduleName : discovery tools: ['Subfinder', 'SSLMate', 'Amass'] order: 1","breadcrumbs":"🛠️ Configuration » 📋 Config File » Workflow Configuration » Example 1","id":"58","title":"Example 1"},"59":{"body":"Remove a tool, say you just want to run subdomain discovery and not identify 'certificates', so just remove 'SSLMate' from tools section under Discovery moduleName workflow: - moduleName : discovery tools: ['Subfinder', 'Amass'] order: 1","breadcrumbs":"🛠️ Configuration » 📋 Config File » Workflow Configuration » Example 2","id":"59","title":"Example 2"},"6":{"body":"product security teams bug bounty hunters","breadcrumbs":"🎉 Features » Recon Automation » Recon Automation","id":"6","title":"Recon Automation"},"60":{"body":"Now say you want to go one step ahead and create you own workflow, you can do that by simply copy, pasting the default workflow, make the corresponding changes and rename it according your requirement. workflow: - workflowName: 'custom_workflow' schedule: 'daily between 00:00 and 04:00' cmd: ['python3 launch.py -o org_name -f org-tlds.txt --ignore_stale --stale'] workflowConfig: - moduleName : discovery tools: ['Subfinder', 'Amass'] order: 1 - moduleName: prerecon tools: ['FindCDN', 'Naabu'] order: 2 - moduleName: activehostscan tools: ['HTTPX_Tech', 'HTTPX'] order: 3 - moduleName: scan tools: [ 'DNSTwister', 'Csper', 'Nuclei', 'NucleiRecon'] order: 4 As you can see, the new workflow does not contain modules like Route53, ActiveRecon, SecretsScanning etc. A couple of tools like SSLMate and IPInfo have been removed too. The name of the workflow is also changed to custom_workflow Now to run this new workflow, you can make use of the -w options $ mantis -o example -t example.org -w custom_workflow","breadcrumbs":"🛠️ Configuration » 📋 Config File » Workflow Configuration » Example 3","id":"60","title":"Example 3"},"61":{"body":"Mantis also lets you schedule scans, this scheduler option is present in in the workflow config itself.","breadcrumbs":"🛠️ Configuration » 📋 Config File » Scheduler Configuration » Scheduler Configuration","id":"61","title":"Scheduler Configuration"},"62":{"body":"","breadcrumbs":"🛠️ Configuration » 📋 Config File » Scheduler Configuration » Examples","id":"62","title":"Examples"},"63":{"body":"Setup default workflow module to be run everyday at 9AM. INFO 💡 - Schedule key words are based on Python Rocketery Framework workflow: - workflowName: 'default' schedule: 'daily between 09:00 and 11:00' cmd: ['python3 launch.py -o org_name -f org-tlds.txt --ignore_stale --stale'] workflowConfig: - moduleName : Route53 tools: ['Route53'] order: 1 - moduleName : discovery tools: ['Subfinder', 'SSLMate'] order: 1 - moduleName: prerecon tools: ['FindCDN', 'Naabu', 'IPinfo'] order: 2 - moduleName: activehostscan tools: ['HTTPX_Tech', 'HTTPX'] order: 3 - moduleName: activerecon tools: ['Wafw00f'] order: 4 - moduleName: scan tools: [ 'DNSTwister', 'Csper', 'Nuclei', 'NucleiRecon'] order: 5 - moduleName: secretscanner tools: ['SecretScanner'] order: 6 Created a new config discovery_workflow that only runs discovery module Set the schedule parameter to daily at 9:00","breadcrumbs":"🛠️ Configuration » 📋 Config File » Scheduler Configuration » Example 1","id":"63","title":"Example 1"},"64":{"body":"Setup discovery module to be run everyday at 11AM. workflow: - workflowName: 'discovery_workflow' schedule: 'daily between 11:00 and 14:00' cmd: ['python3 launch.py -o org_name -f org-tlds.txt -w discovery_workflow'] workflowConfig: - moduleName : discovery tools: ['Subfinder', 'SSLMate'] order: 1 Created a new config discovery_workflow that only runs discovery module Set the schedule parameter to daily at 9:00","breadcrumbs":"🛠️ Configuration » 📋 Config File » Scheduler Configuration » Example 2","id":"64","title":"Example 2"},"65":{"body":"Warning 🚨 - Considering this feature is a string based match, this will not be 100 % accurate when you add strings that are of shorter length Mantis lets you setup an App Context to the subdomains discovered. For e.g. if you organisation has multiple apps like upi, insurance, mutual funds etc. You can provide key words for every app and Mantis will automatically map this context to each subdomain discovered and also to findings. app: upi: [upi,payments] insurance: [insurance.org.com] mutual-funds: [mutual-funds, mutual] This will map: upi.org.com, payments.org.com to upi app buy.insurance.org.com, integrations.insurance.org.com to insurance app mf.org.com, mf-buy.org.com, mf-api.org.com to mutual-funds app","breadcrumbs":"🛠️ Configuration » 📋 Config File » Setting App Context » Setting App Context","id":"65","title":"Setting App Context"},"66":{"body":"Mantis provides an advanced layered based Slack alerting, that includes: Teams Apps Assets/Findings Tagging","breadcrumbs":"🛠️ Configuration » 📋 Config File » Slack Notification » Slack Notification","id":"66","title":"Slack Notification"},"67":{"body":"notify: - teamName: web_team scanEfficiency: true channel: slack: - https://hooks.slack.com/services/********/******** app: [payments-dashboard, transactions-dashboard] assets: - subdomain: ['prateek.thakare'] - certificate: ['praveen.kanniah'] findings: - vulnerability: [] - secret: []","breadcrumbs":"🛠️ Configuration » 📋 Config File » Slack Notification » Notifications Config","id":"67","title":"Notifications Config"},"68":{"body":"A Team is a team within an organistion, e.g. web team, appsec team, infra team etc. With Mantis, you can create unique configurations for every team and alert them for what they need.","breadcrumbs":"🛠️ Configuration » 📋 Config File » Slack Notification » Layer 1 (Teams)","id":"68","title":"Layer 1 (Teams)"},"69":{"body":"In the background Mantis stores the identified assets, recon informtion and vulnerbailities in a mongDB database. Mantis lets you provide keywords to map a subdomain to an App, like this: app:\npayments-dashboard: [payments, upi]\ntransactions-dashboard: [transactions, npci] If a subdomain is discovered with these keywords, it will automatically map it to an app and store the context. A team can now receive alerts specific to an app.","breadcrumbs":"🛠️ Configuration » 📋 Config File » Slack Notification » Layer 2 (Apps)","id":"69","title":"Layer 2 (Apps)"},"7":{"body":"I want to: automate the entire process of asset discovery, reconnaissance, and vulnerability scanning store relevant details with contextual information in a database and retrieve them at any time schedule scans and set up alerts","breadcrumbs":"🎉 Features » Recon Automation » 🤔 Use-Case","id":"7","title":"🤔 Use-Case"},"70":{"body":"A team can also receive alerts based on an Asset Type or Findings Type Assets TLD (Top Level Domain) Subdomain IP Certificates Findings Vulerabilities Misconfigurations Phishing Secrets You can add/delete the types you want to receive/ignore alerts for.","breadcrumbs":"🛠️ Configuration » 📋 Config File » Slack Notification » Layer 3 (Assets and Findings)","id":"70","title":"Layer 3 (Assets and Findings)"},"71":{"body":"This layer is specific to Slack alerting, where in a group you can particularly tag a specific person for a particular alert.","breadcrumbs":"🛠️ Configuration » 📋 Config File » Slack Notification » Layer 4 (Tagging and Channels)","id":"71","title":"Layer 4 (Tagging and Channels)"},"72":{"body":"Mantis ships with a simple list of command line options.","breadcrumbs":"🛠️ Configuration » 🖥️ Command Line » 🖥️ Command Line","id":"72","title":"🖥️ Command Line"},"73":{"body":"usage: ONBOARD: (First time scan, Run this !!) mantis onboard -o example_org -t www.example.org mantis onboard -o example_org -f file.txt SCAN: mantis scan -o example_org mantis scan -o example_org -a example_app options: -h, --help list command line options subparser: {onboard,scan} onboard Onboard a target scan Scan an org","breadcrumbs":"🛠️ Configuration » 🖥️ Command Line » Quick Help","id":"73","title":"Quick Help"},"74":{"body":"usage: ONBOARD: (First time scan, Run this !!) mantis onboard -o example_org -t example.tld mantis onboard -o example_org -f file.txt options: -h, --help show this help message and exit -t HOST, --host HOST top level domain to scan -f FILE_NAME, --file_input FILE_NAME path to file containing any combination of TLD, subdomain, IP-range, IP-CIDR -w WORKFLOW, --workflow WORKFLOW workflow to be executed as specified in config file -o ORG, --org ORG name of the organisation -a APP, --app APP scan only subdomains that belong to an app -p, --passive run passive port scan -s, --stale mark domains as stale (domains purchased but not in use) -i, --ignore_stale ignore stale domains during scan -tc THREAD_COUNT, --thread_count THREAD_COUNT thread count, default 10 -r, --use_ray use ray framework for distributed scans -n NUM_ACTORS, --num_actors NUM_ACTORS number of ray actors, default 10 -d, --delete_logs delete logs of previous scans -v, --verbose print debug logs -aws AWS_PROFILES, --aws_profiles AWS_PROFILES List of comma separated aws profiles for Route53","breadcrumbs":"🛠️ Configuration » 🖥️ Command Line » Onboard Help","id":"74","title":"Onboard Help"},"75":{"body":"usage: SCAN: mantis scan -o example_org mantis scan -o example_org -a example_app options: -h, --help show this help message and exit -w WORKFLOW, --workflow WORKFLOW workflow to be executed as specified in config file -o ORG, --org ORG name of the organisation -a APP, --app APP scan only subdomains that belong to an app -p, --passive run passive port scan -s, --stale mark domains as stale (domains purchased but not in use) -i, --ignore_stale ignore stale domains during scan -tc THREAD_COUNT, --thread_count THREAD_COUNT thread count, default 10 -r, --use_ray use ray framework for distributed scans -n NUM_ACTORS, --num_actors NUM_ACTORS number of ray actors, default 10 -d, --delete_logs delete logs of previous scans -v, --verbose print debug logs -aws AWS_PROFILES, --aws_profiles AWS_PROFILES List of comma separated aws profiles for Route53","breadcrumbs":"🛠️ Configuration » 🖥️ Command Line » Scan Help","id":"75","title":"Scan Help"},"76":{"body":"Mantis provides two modes to scan: Onbaord and Scan Scan","breadcrumbs":"🔍 Run a Scan » 📨 Run a Scan","id":"76","title":"📨 Run a Scan"},"77":{"body":"You want to onboard an org with its TLDs/IPs/IP-CIDRs/IP Range for the first time, use the onboard mode. This runs the scan on the default workflow. You can use mantis command or directly run the framework using python3 launch.py. TLD python3 launch.py onboard -o org_name -t example.in IP python3 launch.py onboard -o org_name -t 10.123.123.12 IP-Range python3 launch.py onboard -o org_name -t 10.0.0.10-10 IP-CIDR python3 launch.py onboard -o org_name -t 10.0.0.10/24","breadcrumbs":"🔍 Run a Scan » Onboard and Scan","id":"77","title":"Onboard and Scan"},"78":{"body":"python3 launch.py onboard -o org_name -f input.txt","breadcrumbs":"🔍 Run a Scan » Onboard Known Assets and Scan","id":"78","title":"Onboard Known Assets and Scan"},"79":{"body":"Now that you have onboarded, you just need to run scheduled scans for an org, you can just use the scan mode python3 launch.py scan -o org_name","breadcrumbs":"🔍 Run a Scan » Scan on all assets belonging to an organisation","id":"79","title":"Scan on all assets belonging to an organisation"},"8":{"body":"Mantis automates the entire process from discovery to scan and stores organization and application-based context in a MongoDB database. The framework also provides easily customizable alerting capabilities with no code changes required.","breadcrumbs":"🎉 Features » Recon Automation » 😃 Feature","id":"8","title":"😃 Feature"},"80":{"body":"python3 launch.py scan -o org_name -a app_name","breadcrumbs":"🔍 Run a Scan » Scan on all assets belonging to an organisation and app","id":"80","title":"Scan on all assets belonging to an organisation and app"},"81":{"body":"Mantis currently supports the following clients for Notifications: Slack Discord [Coming Soon] Mail [Coming Soon]","breadcrumbs":"📨 Notifications » 📨 Notifications","id":"81","title":"📨 Notifications"},"82":{"body":"Mantis provides an advanced layered based Slack alerting, that includes: Teams Apps Assets/Findings Tagging","breadcrumbs":"📨 Notifications » Slack » Slack","id":"82","title":"Slack"},"83":{"body":"notify: - teamName: web_team scanEfficiency: true channel: slack: - https://hooks.slack.com/services/********/******** app: [payments-dashboard, transactions-dashboard] assets: - subdomain: ['prateek.thakare'] - certificate: ['praveen.kanniah'] findings: - vulnerability: [] - secret: []","breadcrumbs":"📨 Notifications » Slack » Notifications Config","id":"83","title":"Notifications Config"},"84":{"body":"A Team is a team within an organistion, e.g. web team, appsec team, infra team etc. With Mantis, you can create unique configurations for every team and alert them for what they need.","breadcrumbs":"📨 Notifications » Slack » Layer 1 (Teams)","id":"84","title":"Layer 1 (Teams)"},"85":{"body":"In the background Mantis stores the identified assets, recon informtion and vulnerbailities in a mongDB database. Mantis lets you provide keywords to map a subdomain to an App, like this: app:\npayments-dashboard: [payments, upi]\ntransactions-dashboard: [transactions, npci] If a subdomain is discovered with these keywords, it will automatically map it to an app and store the context. A team can now receive alerts specific to an app.","breadcrumbs":"📨 Notifications » Slack » Layer 2 (Apps)","id":"85","title":"Layer 2 (Apps)"},"86":{"body":"A team can also receive alerts based on an Asset Type or Findings Type Assets TLD (Top Level Domain) Subdomain IP Certificates Findings Vulerabilities Misconfigurations Phishing Secrets You can add/delete the types you want to receive/ignore alerts for.","breadcrumbs":"📨 Notifications » Slack » Layer 3 (Assets and Findings)","id":"86","title":"Layer 3 (Assets and Findings)"},"87":{"body":"This layer is specific to Slack alerting, where in a group you can particularly tag a specific person for a particular alert.","breadcrumbs":"📨 Notifications » Slack » Layer 4 (Tagging and Channels)","id":"87","title":"Layer 4 (Tagging and Channels)"},"88":{"body":"List of tools that Mantis framework integrates and their purpose Module Tool Purpose Discovery Subfinder Subdomain Enumeration Discovery AMASS Subdomain Enumeration Discovery SSLMate Certificates Pre-Recon FindCDN Determine CDN Pre-Recon Naabu Port Discovery Pre-Recon IPInfo Extract IP Information Active-Host-Scan HTTPX Determine Active hosts & Technologies Active-Recon Wafw00f Deteminf WAF Scan Nuclei Vulnerability Scan Scan DNS Twister Determine Phishing domains Scan Csper Identify CSP misconfigurations Scan Corsy Identify CORS misconfigurations Secrets GAU Determine wayback URLs Secrets Gitleaks Identify Secrets","breadcrumbs":"🧰 Tools » Tools List","id":"88","title":"Tools List"},"89":{"body":"Before you add a new module or scanner to Mantis yourself, it is important to understand the parts of the code that you'll be editing and certain functions that will come in handy. In this walkthrough, we shall mainly focus on: Mantis folder structure - This will help you understand exactly where you need to make changes for new integrations Base scanner class - Based on the scanner that you want to integrate, this will help you choose the base class that you need to inherit Important utility functions - If your new scanner only accepts IP addresses, TLDs, or sometimes both, you don't have to write any queries or functions to validate the inputs. Mantis has built-in utility functions that can provide you with this input directly. DB models - After your new scanner completes its scan, you'll need to insert the results into MongoDB. To do so, you'll need to understand the schema that is in place. This will help you do that. A basic understanding of the above will simplify any new integrations with Mantis. ⏭️ Let's begin with understanding the folder structure next.","breadcrumbs":"📖 Mantis Code - Getting Started » 📖 Mantis Code - Getting Started","id":"89","title":"📖 Mantis Code - Getting Started"},"9":{"body":"Mantis is capable of understanding top-level domain, IP, IP-CIDR, IP Range or even subdomains as user input Discovery module efficiently enumerates top-level domains provided as user input to identify subdomains Reconnaissance module fetches crucial and relevant information about assets required for vulnerability scanning Scan module is designed to identify misconfigurations and vulnerabilities","breadcrumbs":"🎉 Features » Recon Automation » Automation Overview","id":"9","title":"Automation Overview"},"90":{"body":"This is an overview of the Mantis code's folder structure. .\n├── configs\n├── mantis\n│ ├── config_parsers\n│ ├── db\n│ ├── models\n│ ├── modules\n│ │ ├── Route53\n│ │ ├── activehostscan\n│ │ ├── activerecon\n│ │ ├── discovery\n│ │ ├── prerecon\n│ │ ├── scan\n│ │ └── secretscanner\n│ │ └── submodules\n│ ├── scan_orchestration\n│ ├── tool_base_classes\n│ ├── utils\n│ └── workflows\n└── setup ├── docker └── ubuntu INFO💡: Before we begin, remember, the entire automation process is referred to as a workflow in Mantis, which is further broken down into modules, and modules are further broken down into tools. For the purpose of new integrations, let's look at the folders that will be most relevant to our objective. configs - This folder contains the file local.yml , which is where, you do most of your framework customisations db - Not every file under db will interest you, except the db_models.py . This file contains the db schema modules - This folder contains the scanner classes categorized by each module. Here's a quick look inside one of the modules folder discovery .\n├── Amass.py\n├── SSLMate.py\n├── Subfinder.py\n└── __init__.py utils - Again not every file is of importance, except the tool_utils.py . This file contains functions that will make your life simple during new integrations DockerFile - Last, the DockerFile itself, where you will add the installation instructions for new scanners, if any","breadcrumbs":"📖 Mantis Code - Getting Started » Folder Structure » Code - Folder Structure","id":"90","title":"Code - Folder Structure"},"91":{"body":"This is a snippet of the workflow section in local.yml workflow: - moduleName : discovery tools: ['Subfinder', 'SSLMate', 'Amass'] order: 1 - moduleName: prerecon tools: ['FindCDN', 'Naabu', 'IPinfo'] order: 2 - moduleName: activehostscan tools: ['HTTPX_Tech', 'HTTPX'] order: 3 - moduleName: activerecon tools: ['Wafw00f'] order: 4 - moduleName: scan tools: [ 'DNSTwister', 'Csper', 'SecretScanner'] order: 4 Let's do a quick correlation. moduleName , i.e. discovery, prerecon, activehostscan etc. are sub-folders under modules folder tools under each moduleName, e.g. under discovery, you can find Subfinder, SSLMate, Amass, are the name of the scanner classes defined under each module ⏭️ Now that you have a basic understanding of the folder structure, lets now understand the different types of scanner base class that Mantis offers.","breadcrumbs":"📖 Mantis Code - Getting Started » Folder Structure » A Quick Correlation to local.yml","id":"91","title":"A Quick Correlation to local.yml"},"92":{"body":"When you are integrating a new scanner, the first thing to you need to know is that, if your scanner is a command line tool or an API, based on this there are two types of Scaner classes available. ToolScanner APIScanner","breadcrumbs":"📖 Mantis Code - Getting Started » Scanner Base Class » Scanner Base Class","id":"92","title":"Scanner Base Class"},"93":{"body":"From a recon automation perspective, command-line tools are tools that you typically install in your system using brew, apt, apt-install, or similar methods, and then run scans. $ nuclei -u https://www.example.org -json -o nuclei.json -exclude-severity info -v E.g. Amass, Subfinder, naabu, nuclei etc.","breadcrumbs":"📖 Mantis Code - Getting Started » Scanner Base Class » 1. Tool Scanner","id":"93","title":"1. Tool Scanner"},"94":{"body":"To integrate a tool like nuclei, your new scanner class will needs to inherit the ToolScanner . The functions you will need to implement as part of the ToolScanner are: get_commands() - create the final tool command that needs to be run. parse_report() - parse the report produced by the command, match it to the db schema and create a dictionary db_operations() - insert the dictionary from parse_report() into the database","breadcrumbs":"📖 Mantis Code - Getting Started » Scanner Base Class » Functions to implement","id":"94","title":"Functions to implement"},"95":{"body":"Scanners that involve sending an HTTP request instead of running an OS command to perform a scan. GET https://api.shodan.io/shodan/ports?key={YOUR_API_KEY} E.g. Shodan, SSLMate etc.","breadcrumbs":"📖 Mantis Code - Getting Started » Scanner Base Class » 2. API based Scanner","id":"95","title":"2. API based Scanner"},"96":{"body":"get_api_calls() - create the HTTP request you need to send parse_reponse() - parse the HTTP response to get asset or findings information db_operations() - insert the dictionary from parse_reponse() into the database ⏭️ We are now aware of the folder structure and Base Scanner classes, let us now look at a few utils function that will help us ease through new integrations.","breadcrumbs":"📖 Mantis Code - Getting Started » Scanner Base Class » Functions to implement","id":"96","title":"Functions to implement"},"97":{"body":"Mantis stores the scan results in a MongoDB database. Therefore, when integrating a new scanner, you will also need to query/push data to/from MongoDB. To make this process easier, we have developed utility functions that interact with the database, keeping your new scanner integration simple.. The tool_utils.py under mantis/utils consists of functions that will help you fetch information required for your new scanner as well help you push the data into mongoDB.","breadcrumbs":"📖 Mantis Code - Getting Started » Important Utils Function » Important Utils Function","id":"97","title":"Important Utils Function"},"98":{"body":"","breadcrumbs":"📖 Mantis Code - Getting Started » Important Utils Function » Read Data","id":"98","title":"Read Data"},"99":{"body":"When you are integrating a new scanner, in the context of recon automation, your will need to pass one of the inputs to your new scanner: Top Level Domains (TLDs) IPs Sub Domains Location : mantis/utils/tool_utils Function Name : async def get_assets_grouped_by_type(args, asset_type) Get TLDs : self.assets = await get_assets_grouped_by_type(args, \"TLD\") Get Subdomains : self.assets = await get_assets_grouped_by_type(args, \"subdomains\") Get IPs : self.assets = await get_assets_grouped_by_type(args, \"ip\") Thats it, its that simple !!","breadcrumbs":"📖 Mantis Code - Getting Started » Important Utils Function » Get Basic Assets Data","id":"99","title":"Get Basic Assets Data"}},"length":124,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"0":{":":{"0":{"0":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{":":{"0":{"0":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{":":{"0":{"0":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"0":{"0":{":":{"0":{"0":{"df":1,"docs":{"41":{"tf":1.0}}},"1":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{":":{"5":{"9":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"40":{"tf":1.7320508075688772},"41":{"tf":1.0}}},"1":{"0":{".":{"0":{".":{"0":{".":{"1":{"0":{"/":{"2":{"4":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"3":{".":{"1":{"2":{"3":{".":{"1":{"2":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"65":{"tf":1.0}}},"df":3,"docs":{"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"77":{"tf":1.0}}},"1":{":":{"0":{"0":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"4":{":":{"0":{"0":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":17,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"2":{"df":14,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"41":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"3":{"df":9,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"70":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}},"4":{"6":{"df":0,"docs":{},"f":{"9":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"7":{"2":{"7":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"5":{"2":{"4":{"1":{"0":{"9":{".":{"4":{"4":{"1":{"0":{"0":{"1":{"7":{"0":{"8":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"8":{"8":{".":{"8":{"2":{"4":{"4":{"8":{"9":{"2":{"0":{"8":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"5":{"8":{".":{"5":{"6":{"6":{"0":{"9":{"8":{"5":{"4":{"1":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"5":{"5":{"6":{"5":{"1":{"8":{"6":{"6":{"6":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":1,"docs":{"44":{"tf":1.0}}},"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}},"6":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}},"8":{"9":{"5":{"3":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}},"b":{"0":{"6":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{":":{"0":{"0":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"_":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":5,"docs":{"13":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"89":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"108":{"tf":1.0},"88":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"d":{"d":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"70":{"tf":1.0},"86":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"24":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":14,"docs":{"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"65":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"89":{"tf":1.0}}}}}}},"df":6,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"13":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"2":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"50":{"tf":1.0},"90":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"3":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":21,"docs":{"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":2.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"8":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}}},"i":{"a":{"df":0,"docs":{},"s":{"=":{"\"":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":2,"docs":{"12":{"tf":1.0},"22":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"111":{"tf":1.0},"120":{"tf":1.0},"90":{"tf":1.0}}}}},"/":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"v":{"3":{".":{"2":{"3":{".":{"2":{"/":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"_":{"a":{"df":0,"docs":{},"m":{"d":{"6":{"4":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"@":{"3":{".":{"2":{"2":{".":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"_":{"a":{"df":0,"docs":{},"m":{"d":{"6":{"4":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}}}}}}},"df":15,"docs":{"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":2.449489742783178},"112":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"2":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":12,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":2.0},"92":{"tf":1.0},"95":{"tf":1.0}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"50":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}},"df":13,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":2.8284271247461903},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":2.23606797749979},"74":{"tf":2.0},"75":{"tf":2.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":2.23606797749979}},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}},"df":1,"docs":{"47":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"t":{"df":2,"docs":{"105":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"113":{"tf":1.0},"117":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"112":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":3,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"99":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"112":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":37,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"108":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.7320508075688772},"9":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"66":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"108":{"tf":1.0},"4":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"100":{"tf":1.7320508075688772},"114":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"108":{"tf":1.0},"4":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"65":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0}}}},"df":15,"docs":{"105":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"44":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"54":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"r":{"df":4,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"44":{"tf":1.0},"96":{"tf":1.0}}}},"df":4,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"107":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":18,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.0},"115":{"tf":1.0},"38":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}},"i":{"c":{"df":6,"docs":{"47":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"13":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"101":{"tf":1.0},"13":{"tf":1.4142135623730951},"24":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"w":{"df":3,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"3":{"tf":1.0},"89":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":10,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"g":{"df":10,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"107":{"tf":1.0},"13":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"89":{"tf":1.0}}}}},"y":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":3,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"23":{"tf":1.0}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"123":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}},"d":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"[":{"'":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"118":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"118":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"'":{"]":{"[":{"'":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"t":{"b":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":11,"docs":{"101":{"tf":1.0},"115":{"tf":1.7320508075688772},"118":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"59":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"109":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.0},"89":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"67":{"tf":1.0},"71":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"22":{"tf":1.0},"50":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":4,"docs":{"43":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"50":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"94":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"113":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}},"m":{"d":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},"df":7,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"8":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"107":{"tf":1.0},"16":{"tf":1.0},"47":{"tf":1.7320508075688772},"51":{"tf":2.0},"81":{"tf":1.4142135623730951},"89":{"tf":1.0}}},"m":{"a":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"n":{"d":{"df":21,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"13":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"13":{"tf":1.0},"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":19,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"13":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"52":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"11":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.4142135623730951},"60":{"tf":1.0},"74":{"tf":1.0},"90":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":9,"docs":{"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"55":{"tf":1.0},"65":{"tf":1.7320508075688772},"69":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"99":{"tf":1.0}},"u":{"df":2,"docs":{"118":{"tf":1.0},"7":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}},"r":{"df":1,"docs":{"88":{"tf":1.0}},"e":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":17,"docs":{"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"123":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"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":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"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":3,"docs":{"31":{"tf":1.0},"47":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}}}}}}}}}},"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":9,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"30":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"90":{"tf":1.0}}},"z":{"df":2,"docs":{"3":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":9,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.7320508075688772},"2":{"tf":1.0},"5":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":14,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"2":{"tf":1.0},"50":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":6,"docs":{"100":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"b":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":7,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"50":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":5,"docs":{"101":{"tf":1.0},"113":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":2.0},"94":{"tf":1.0}}},"c":{"df":0,"docs":{},"f":{"5":{"c":{"8":{"4":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"e":{"6":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"41":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":11,"docs":{"120":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}},"df":8,"docs":{"100":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"91":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":3,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":6,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"88":{"tf":2.0}}}}}}}},"v":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"123":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"102":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"94":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"1":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"41":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":3,"docs":{"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":24,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":2.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}},"y":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.7320508075688772}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"110":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.7320508075688772},"5":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"n":{"df":7,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"88":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"91":{"tf":1.0}}}}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"122":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"90":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"109":{"tf":1.0},"50":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{"'":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"[":{"'":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":10,"docs":{"101":{"tf":1.0},"113":{"tf":1.4142135623730951},"30":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"118":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"74":{"tf":1.0},"75":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":10,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"107":{"tf":1.0},"13":{"tf":1.7320508075688772},"22":{"tf":1.0},"38":{"tf":1.0},"65":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":2,"docs":{"5":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"107":{"tf":1.0},"23":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"122":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"35":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":10,"docs":{"108":{"tf":1.0},"13":{"tf":1.4142135623730951},"22":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"107":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"108":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":5,"docs":{"23":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"88":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"t":{"c":{"df":14,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"[":{"'":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"t":{"b":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"115":{"tf":1.0},"13":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"77":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"60":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"73":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"73":{"tf":2.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"t":{"df":4,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}}},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"1":{"9":{"a":{"df":0,"docs":{},"f":{"6":{"7":{"c":{"d":{"1":{"d":{"0":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"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":{}},"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":2.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"104":{"tf":1.0}}},"s":{"df":1,"docs":{"102":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"5":{"tf":1.0}}}}}}},"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"78":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":13,"docs":{"12":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"23":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"96":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":3.0},"103":{"tf":4.0}}}}}},"df":2,"docs":{"102":{"tf":2.0},"103":{"tf":2.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"73":{"tf":1.0},"74":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":20,"docs":{"109":{"tf":1.7320508075688772},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"23":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"90":{"tf":2.23606797749979}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"94":{"tf":1.0}}}},"d":{"c":{"d":{"df":0,"docs":{},"n":{"df":8,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":16,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.0},"107":{"tf":1.4142135623730951},"114":{"tf":1.0},"119":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.7320508075688772},"83":{"tf":1.0},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"96":{"tf":1.0}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"92":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":2.449489742783178},"91":{"tf":1.7320508075688772},"96":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"81":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.4142135623730951},"115":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":15,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":17,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"89":{"tf":2.0},"90":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"65":{"tf":2.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"u":{"@":{"2":{".":{"1":{".":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.0}}}},"c":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":2,"docs":{"113":{"tf":1.0},"13":{"tf":1.0}}}}},"t":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"50":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"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":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"99":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"50":{"tf":1.0},"94":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"89":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.0}},"s":{"@":{"8":{".":{"1":{"7":{".":{"0":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":4,"docs":{"110":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}},"o":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"1":{"tf":1.0},"107":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}},"l":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":3,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":6,"docs":{"73":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"n":{"c":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},"df":11,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"103":{"tf":1.0},"74":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":6,"docs":{"106":{"tf":1.0},"117":{"tf":2.0},"118":{"tf":1.4142135623730951},"50":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}},"s":{":":{"/":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"?":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"}":{"&":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"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":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"h":{"df":0,"docs":{},"o":{"d":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"a":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"?":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"=":{"df":0,"docs":{},"{":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"106":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"@":{"1":{".":{"3":{".":{"3":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}}}}},"i":{"'":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}},".":{"df":2,"docs":{"13":{"tf":1.0},"91":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":10,"docs":{"108":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"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.0},"119":{"tf":1.0},"13":{"tf":1.0},"50":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"97":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":12,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":15,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":14,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"13":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"t":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}}}}},"r":{"a":{"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"89":{"tf":1.0},"94":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"110":{"tf":1.7320508075688772},"112":{"tf":1.0},"115":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"100":{"tf":2.23606797749979},"113":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"50":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"90":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"n":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":4,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"16":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"50":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"65":{"tf":1.7320508075688772}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":26,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"123":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"50":{"tf":2.23606797749979},"88":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}},"f":{"a":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":2,"docs":{"13":{"tf":1.0},"44":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"106":{"tf":1.0},"95":{"tf":1.0}}}}}}},"p":{"df":14,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.0},"43":{"tf":1.7320508075688772},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"@":{"2":{".":{"1":{"0":{".":{"1":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"102":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}}}}},"t":{"'":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"61":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"105":{"tf":1.0},"115":{"tf":1.0},"93":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}},"y":{"df":3,"docs":{"115":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"69":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"43":{"tf":1.0},"92":{"tf":1.0}},"n":{"df":2,"docs":{"43":{"tf":1.0},"78":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"4":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"31":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}},"z":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"t":{"'":{"df":11,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":6,"docs":{"110":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"13":{"tf":1.0},"38":{"tf":1.4142135623730951},"70":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}},"i":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"90":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":13,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"51":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":15,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":2.6457513110645907},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"40":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"[":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"100":{"tf":1.0},"119":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"90":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"p":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"51":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.0}}},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":10,"docs":{"100":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"123":{"tf":1.0},"13":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":46,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"2":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":2.23606797749979},"9":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.0},"97":{"tf":1.0}},"s":{"'":{"df":2,"docs":{"101":{"tf":1.0},"16":{"tf":1.4142135623730951}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"116":{"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":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"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":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":4,"docs":{"108":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"65":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"105":{"tf":1.0},"117":{"tf":1.0},"51":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"65":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"5":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"70":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"56":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.4142135623730951}},"e":{"d":{"_":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":20,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"115":{"tf":1.7320508075688772},"13":{"tf":2.23606797749979},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":2.0},"26":{"tf":1.4142135623730951},"38":{"tf":1.0},"56":{"tf":2.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772},"90":{"tf":2.449489742783178},"91":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":11,"docs":{"120":{"tf":2.6457513110645907},"24":{"tf":2.8284271247461903},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"56":{"tf":2.8284271247461903},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0},"63":{"tf":2.6457513110645907},"64":{"tf":1.0},"91":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"d":{"b":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"d":{"b":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"114":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"52":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"122":{"tf":1.0}}}},"n":{"a":{"a":{"b":{"df":0,"docs":{},"u":{"@":{"2":{".":{"1":{".":{"6":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"105":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"60":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"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":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":25,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"68":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":2.0},"92":{"tf":1.0},"94":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"w":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"34":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.449489742783178},"57":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"89":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":1,"docs":{"117":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":6,"docs":{"31":{"tf":1.0},"54":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0}},"i":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}}}},"w":{"df":14,"docs":{"100":{"tf":1.4142135623730951},"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"69":{"tf":1.0},"79":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}},"p":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}}}}}},"@":{"2":{".":{"9":{".":{"7":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"105":{"tf":1.4142135623730951},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.0}}}},"m":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.7320508075688772},"47":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"4":{"tf":1.0}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"117":{"tf":1.0},"13":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":19,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"77":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"91":{"tf":1.0}}}}}},"n":{"b":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{",":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":7,"docs":{"54":{"tf":1.0},"56":{"tf":1.0},"73":{"tf":2.23606797749979},"74":{"tf":2.0},"77":{"tf":2.6457513110645907},"78":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":3,"docs":{"100":{"tf":1.0},"13":{"tf":1.0},"54":{"tf":1.0}}},"df":7,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"12":{"tf":1.0},"60":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":3,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"2":{"tf":1.0}}},"r":{"df":1,"docs":{"22":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"22":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"[":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":2.23606797749979}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":2.6457513110645907},"103":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"22":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"120":{"tf":2.449489742783178},"13":{"tf":1.7320508075688772},"24":{"tf":3.0},"26":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":3.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.0},"63":{"tf":2.6457513110645907},"64":{"tf":1.0},"91":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"5":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"n":{"df":6,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":8,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}}}},"z":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":16,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"77":{"tf":1.0},"79":{"tf":1.0}}}},"s":{"df":3,"docs":{"106":{"tf":1.0},"53":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":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":{"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"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":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"110":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"115":{"tf":1.7320508075688772},"118":{"tf":1.0},"16":{"tf":1.0},"39":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"123":{"tf":2.449489742783178},"24":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":7,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"50":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"115":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":4,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"50":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"118":{"tf":1.0},"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"110":{"tf":1.4142135623730951},"115":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"108":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"71":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"117":{"tf":1.0},"13":{"tf":1.0},"41":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}}}},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"54":{"tf":1.0},"74":{"tf":1.0}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"51":{"tf":1.0},"95":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"105":{"tf":1.0},"44":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"30":{"tf":1.0},"70":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"118":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"h":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"112":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"88":{"tf":1.7320508075688772}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"123":{"tf":1.4142135623730951},"39":{"tf":1.0},"61":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":4,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"s":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"94":{"tf":1.0}},"t":{"df":11,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":20,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"115":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"108":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"97":{"tf":1.0}}}},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"1":{"0":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}},"@":{"3":{".":{"1":{"0":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"40":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"112":{"tf":1.0},"43":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}}},"y":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"df":3,"docs":{"13":{"tf":2.23606797749979},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"98":{"tf":1.0}},"i":{"df":2,"docs":{"120":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"30":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"70":{"tf":1.0},"86":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"30":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"df":18,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"44":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":2.0},"93":{"tf":1.0},"99":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"108":{"tf":1.0},"2":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"107":{"tf":1.0},"23":{"tf":1.0},"90":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":4,"docs":{"123":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"v":{"df":5,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"118":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"94":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"106":{"tf":1.0},"117":{"tf":1.7320508075688772},"50":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":12,"docs":{"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.4142135623730951},"22":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":6,"docs":{"115":{"tf":1.0},"118":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"47":{"tf":1.0},"50":{"tf":1.0},"96":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":2,"docs":{"26":{"tf":1.0},"58":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"2":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"115":{"tf":1.0}}}}},"i":{"df":1,"docs":{"13":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"118":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}},"e":{"5":{"3":{"df":7,"docs":{"24":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":25,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"122":{"tf":2.0},"123":{"tf":1.0},"13":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951}}}},"n":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":48,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.7320508075688772},"2":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":2.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":2.449489742783178},"74":{"tf":2.6457513110645907},"75":{"tf":3.0},"76":{"tf":2.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":2.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"88":{"tf":2.449489742783178},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"92":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":26,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":2.0},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":2.23606797749979},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.6457513110645907},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.449489742783178},"89":{"tf":2.23606797749979},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":12,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"7":{"tf":1.0},"79":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":4,"docs":{"113":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":2.8284271247461903},"5":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.7320508075688772}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"107":{"tf":1.0},"27":{"tf":1.0},"59":{"tf":1.0},"91":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"l":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":1.4142135623730951},"117":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"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":{}}}}}},"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"117":{"tf":1.0},"13":{"tf":1.0}}}},"n":{"d":{"df":3,"docs":{"106":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"107":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"107":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":7,"docs":{"13":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"123":{"tf":1.0},"13":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"90":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"50":{"tf":1.0},"93":{"tf":1.0}}}}}},"h":{"a":{"df":1,"docs":{"115":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"72":{"tf":1.0}}}},"o":{"d":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"106":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"120":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}},"i":{"df":4,"docs":{"13":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":6,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"26":{"tf":1.0},"51":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.0},"56":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"47":{"tf":1.7320508075688772},"51":{"tf":2.0},"81":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"2":{"tf":1.0}},"e":{"=":{"'":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":9,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.4142135623730951}},"i":{"df":3,"docs":{"22":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"90":{"tf":1.0}}}}},"df":15,"docs":{"106":{"tf":1.0},"115":{"tf":2.23606797749979},"120":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":8,"docs":{"102":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.4142135623730951},"106":{"tf":1.0},"108":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":3,"docs":{"31":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}},"e":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"u":{"df":2,"docs":{"103":{"tf":1.0},"38":{"tf":1.0}}}},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{".":{"c":{"c":{".":{"c":{"c":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"60":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"2":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}}}}}},"df":3,"docs":{"100":{"tf":1.7320508075688772},"102":{"tf":2.449489742783178},"103":{"tf":3.3166247903554}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"107":{"tf":1.0},"16":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"96":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":20,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"91":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"105":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}},"@":{"2":{".":{"6":{".":{"0":{"df":1,"docs":{"123":{"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":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"38":{"tf":1.0},"40":{"tf":2.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"31":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"81":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"105":{"tf":1.0},"13":{"tf":1.0},"51":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":5,"docs":{"30":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":1.0},"110":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"3":{"tf":1.0},"50":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"37":{"tf":1.0},"40":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"73":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}}},"c":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}},"df":4,"docs":{"60":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":20,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":2.6457513110645907},"69":{"tf":1.0},"70":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":2.6457513110645907},"85":{"tf":1.0},"86":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"108":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"102":{"tf":1.0},"88":{"tf":1.0}}}}}}}}},"df":1,"docs":{"41":{"tf":1.0}}},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"101":{"tf":1.0},"92":{"tf":1.0}}},"k":{"df":1,"docs":{"108":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":3,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"107":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":10,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}}},"l":{"d":{"df":12,"docs":{"101":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"p":{"/":{"7":{"9":{"1":{"7":{"df":0,"docs":{},"f":{"7":{"9":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"4":{"c":{"5":{"9":{"8":{"7":{"df":1,"docs":{"41":{"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":{}}},"o":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"114":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"90":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":37,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":2.449489742783178},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":2.8284271247461903},"123":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":3.1622776601683795},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"40":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"56":{"tf":3.1622776601683795},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":2.23606797749979},"63":{"tf":2.6457513110645907},"64":{"tf":1.0},"88":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":2.449489742783178},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"50":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":5,"docs":{"70":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.4142135623730951},"99":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"38":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"114":{"tf":1.0},"115":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"o":{"df":5,"docs":{"101":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"76":{"tf":1.0},"92":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{")":{".":{"_":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"_":{"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":11,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"70":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":2,"docs":{"51":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"27":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"97":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"89":{"tf":2.23606797749979},"9":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0}},"e":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}},"i":{",":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":3,"docs":{"65":{"tf":1.7320508075688772},"69":{"tf":1.0},"85":{"tf":1.0}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"l":{"df":3,"docs":{"103":{"tf":1.0},"47":{"tf":1.0},"88":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"4":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":25,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"79":{"tf":1.0},"93":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"4":{"tf":1.0}}},"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":5,"docs":{"105":{"tf":1.0},"40":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"i":{"a":{"df":4,"docs":{"23":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"70":{"tf":1.0},"86":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":10,"docs":{"101":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"w":{"a":{"df":0,"docs":{},"f":{"df":2,"docs":{"102":{"tf":1.0},"88":{"tf":1.0}},"w":{"0":{"0":{"df":0,"docs":{},"f":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":20,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"40":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}},"y":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"13":{"tf":1.0},"44":{"tf":1.0}}}},"df":4,"docs":{"60":{"tf":1.4142135623730951},"64":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"40":{"tf":1.0},"97":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.7320508075688772}}}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"11":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"63":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":1,"docs":{"16":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"df":22,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.449489742783178},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":2.0},"77":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"113":{"tf":1.0},"118":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.7320508075688772}}}},"r":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"0":{":":{"0":{"0":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{":":{"0":{"0":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{":":{"0":{"0":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"0":{"0":{":":{"0":{"0":{"df":1,"docs":{"41":{"tf":1.0}}},"1":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{":":{"5":{"9":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"40":{"tf":1.7320508075688772},"41":{"tf":1.0}}},"1":{"0":{".":{"0":{".":{"0":{".":{"1":{"0":{"/":{"2":{"4":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"3":{".":{"1":{"2":{"3":{".":{"1":{"2":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"65":{"tf":1.0}}},"df":3,"docs":{"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"77":{"tf":1.0}}},"1":{":":{"0":{"0":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"4":{":":{"0":{"0":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":17,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.0},"64":{"tf":1.0},"68":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"2":{"df":14,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"91":{"tf":1.0},"95":{"tf":1.4142135623730951}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"3":{"df":9,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.7320508075688772},"63":{"tf":1.0},"70":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"4":{"6":{"df":0,"docs":{},"f":{"9":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"7":{"2":{"7":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"5":{"2":{"4":{"1":{"0":{"9":{".":{"4":{"4":{"1":{"0":{"0":{"1":{"7":{"0":{"8":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"8":{"8":{".":{"8":{"2":{"4":{"4":{"8":{"9":{"2":{"0":{"8":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"5":{"8":{".":{"5":{"6":{"6":{"0":{"9":{"8":{"5":{"4":{"1":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"5":{"5":{"6":{"5":{"1":{"8":{"6":{"6":{"6":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":1,"docs":{"44":{"tf":1.0}}},"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}},"6":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}},"8":{"9":{"5":{"3":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}},"b":{"0":{"6":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{":":{"0":{"0":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"_":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":5,"docs":{"13":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"89":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"108":{"tf":1.0},"88":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"d":{"d":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"70":{"tf":1.0},"86":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"24":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":14,"docs":{"109":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"120":{"tf":2.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"65":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"89":{"tf":1.0}}}}}}},"df":6,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"13":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"2":{"tf":1.0},"29":{"tf":1.7320508075688772},"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},"5":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"50":{"tf":1.0},"90":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"3":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":22,"docs":{"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"30":{"tf":2.23606797749979},"31":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"8":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}}},"i":{"a":{"df":0,"docs":{},"s":{"=":{"\"":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":2,"docs":{"12":{"tf":1.0},"22":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"111":{"tf":1.0},"120":{"tf":1.0},"90":{"tf":1.0}}}}},"/":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"v":{"3":{".":{"2":{"3":{".":{"2":{"/":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"_":{"a":{"df":0,"docs":{},"m":{"d":{"6":{"4":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"@":{"3":{".":{"2":{"2":{".":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"_":{"a":{"df":0,"docs":{},"m":{"d":{"6":{"4":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}}}}}}},"df":15,"docs":{"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":2.449489742783178},"112":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"2":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":13,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.449489742783178},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":2.0},"92":{"tf":1.0},"95":{"tf":1.4142135623730951}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"50":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}},"df":13,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":3.1622776601683795},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":2.449489742783178},"74":{"tf":2.0},"75":{"tf":2.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}},"df":1,"docs":{"47":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}}},"t":{"df":2,"docs":{"105":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"113":{"tf":1.0},"117":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"112":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":3,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"99":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"112":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":37,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.7320508075688772},"108":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":2.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":2.0},"9":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"66":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"108":{"tf":1.0},"4":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"100":{"tf":1.7320508075688772},"114":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"108":{"tf":1.0},"4":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"65":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0}}}},"df":15,"docs":{"105":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.7320508075688772},"44":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772},"90":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"54":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"r":{"df":4,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"44":{"tf":1.0},"96":{"tf":1.0}}}},"df":4,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"107":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":20,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"115":{"tf":1.0},"38":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}},"i":{"c":{"df":6,"docs":{"47":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"13":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"101":{"tf":1.0},"13":{"tf":1.4142135623730951},"24":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}},"w":{"df":3,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"3":{"tf":1.0},"89":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":10,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"g":{"df":10,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"107":{"tf":1.0},"13":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"89":{"tf":1.0}}}}},"y":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":3,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"23":{"tf":1.0}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"123":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"11":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}},"d":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"[":{"'":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"118":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"118":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"'":{"]":{"[":{"'":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"t":{"b":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":11,"docs":{"101":{"tf":1.0},"115":{"tf":1.7320508075688772},"118":{"tf":1.0},"20":{"tf":1.4142135623730951},"27":{"tf":1.0},"59":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"109":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.0},"89":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"67":{"tf":1.0},"71":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"22":{"tf":1.0},"50":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":4,"docs":{"43":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":19,"docs":{"109":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":2.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"50":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":2.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"113":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}},"m":{"d":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},"df":20,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"8":{"tf":1.0},"89":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"107":{"tf":1.0},"16":{"tf":1.0},"47":{"tf":1.7320508075688772},"51":{"tf":2.0},"81":{"tf":1.4142135623730951},"89":{"tf":1.0}}},"m":{"a":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"n":{"d":{"df":24,"docs":{"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"13":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"72":{"tf":2.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"13":{"tf":1.0},"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":29,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":2.0},"23":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":24,"docs":{"13":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"52":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"11":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.4142135623730951},"60":{"tf":1.0},"74":{"tf":1.0},"90":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":9,"docs":{"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"55":{"tf":1.0},"65":{"tf":2.23606797749979},"69":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"99":{"tf":1.0}},"u":{"df":2,"docs":{"118":{"tf":1.0},"7":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}},"r":{"df":1,"docs":{"88":{"tf":1.0}},"e":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":17,"docs":{"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"123":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"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":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"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":3,"docs":{"31":{"tf":1.0},"47":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}}}}}}}}}},"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":14,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"90":{"tf":1.0}}},"z":{"df":2,"docs":{"3":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":13,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":2.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"5":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":14,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"2":{"tf":1.0},"50":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":6,"docs":{"100":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"b":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":7,"docs":{"110":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.4142135623730951},"50":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":7,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.0},"113":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":2.0},"94":{"tf":1.0}}},"c":{"df":0,"docs":{},"f":{"5":{"c":{"8":{"4":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"e":{"6":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"41":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":11,"docs":{"120":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}},"df":8,"docs":{"100":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"91":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":3,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":6,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"88":{"tf":2.0}}}}}}}},"v":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"123":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"123":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"102":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"94":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"1":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"41":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":3,"docs":{"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":24,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":2.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}},"y":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.7320508075688772}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"110":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"5":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"n":{"df":7,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"5":{"tf":1.0},"88":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"91":{"tf":1.0}}}}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"122":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":2.0},"90":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"50":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{"'":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"[":{"'":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":10,"docs":{"101":{"tf":1.0},"113":{"tf":1.4142135623730951},"30":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"118":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"74":{"tf":1.0},"75":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":10,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"107":{"tf":1.0},"13":{"tf":1.7320508075688772},"22":{"tf":1.0},"38":{"tf":1.0},"65":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":10,"docs":{"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},"5":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"107":{"tf":1.0},"23":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"122":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"35":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":12,"docs":{"108":{"tf":1.0},"13":{"tf":1.4142135623730951},"22":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"5":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"107":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"108":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":5,"docs":{"23":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"88":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"t":{"c":{"df":14,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"[":{"'":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"t":{"b":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"115":{"tf":1.0},"13":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"77":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"60":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"73":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"73":{"tf":2.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"t":{"df":4,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}}},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"1":{"9":{"a":{"df":0,"docs":{},"f":{"6":{"7":{"c":{"d":{"1":{"d":{"0":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"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":{}},"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":2.23606797749979}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"104":{"tf":1.0}}},"s":{"df":1,"docs":{"102":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"5":{"tf":1.0}}}}}}},"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"78":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":48,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"123":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.7320508075688772},"6":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"96":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":3.0},"103":{"tf":4.0}}}}}},"df":2,"docs":{"102":{"tf":2.0},"103":{"tf":2.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"73":{"tf":1.0},"74":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":36,"docs":{"109":{"tf":2.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"23":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"90":{"tf":2.23606797749979}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"94":{"tf":1.0}}}},"d":{"c":{"d":{"df":0,"docs":{},"n":{"df":8,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":16,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"114":{"tf":1.0},"119":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":2.0},"83":{"tf":1.0},"86":{"tf":2.0},"91":{"tf":1.0},"96":{"tf":1.0}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"92":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":2.8284271247461903},"91":{"tf":2.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"81":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.4142135623730951},"115":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":15,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":2.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":18,"docs":{"100":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"89":{"tf":2.0},"90":{"tf":1.0},"94":{"tf":1.7320508075688772},"96":{"tf":1.7320508075688772},"97":{"tf":2.23606797749979},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"d":{"df":1,"docs":{"65":{"tf":2.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"u":{"@":{"2":{".":{"1":{".":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.0}}}},"c":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":2,"docs":{"113":{"tf":1.0},"13":{"tf":1.0}}}}},"t":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"50":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"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":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"99":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"50":{"tf":1.0},"94":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":16,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"50":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.0}},"s":{"@":{"8":{".":{"1":{"7":{".":{"0":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":4,"docs":{"110":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}},"o":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"1":{"tf":1.0},"107":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}},"l":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":3,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":6,"docs":{"73":{"tf":1.7320508075688772},"74":{"tf":2.0},"75":{"tf":2.0},"89":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"n":{"c":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},"df":11,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"103":{"tf":1.0},"74":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":6,"docs":{"106":{"tf":1.0},"117":{"tf":2.0},"118":{"tf":1.4142135623730951},"50":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}},"s":{":":{"/":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"?":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"}":{"&":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"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":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"h":{"df":0,"docs":{},"o":{"d":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"a":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"?":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"=":{"df":0,"docs":{},"{":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"106":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"@":{"1":{".":{"3":{".":{"3":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}}}}},"i":{"'":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}},".":{"df":2,"docs":{"13":{"tf":1.0},"91":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":10,"docs":{"108":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"13":{"tf":1.0},"50":{"tf":1.0},"94":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":12,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":15,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":14,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"13":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"t":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}}}}},"r":{"a":{"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"89":{"tf":1.0},"94":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"110":{"tf":1.7320508075688772},"112":{"tf":1.0},"115":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"100":{"tf":2.449489742783178},"113":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"50":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":2.0},"52":{"tf":2.0},"53":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"n":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":4,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"16":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"109":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"50":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"65":{"tf":1.7320508075688772}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":39,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":2.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"50":{"tf":2.449489742783178},"88":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}},"f":{"a":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":2,"docs":{"13":{"tf":1.0},"44":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"106":{"tf":1.0},"95":{"tf":1.0}}}}}}},"p":{"df":14,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.0},"43":{"tf":1.7320508075688772},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"@":{"2":{".":{"1":{"0":{".":{"1":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"102":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}}}}},"t":{"'":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"61":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"105":{"tf":1.0},"115":{"tf":1.0},"93":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}},"y":{"df":3,"docs":{"115":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"69":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"43":{"tf":1.0},"92":{"tf":1.0}},"n":{"df":2,"docs":{"43":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"4":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"31":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772}}}}},"z":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"t":{"'":{"df":11,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":2.0},"109":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":6,"docs":{"110":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"13":{"tf":1.0},"38":{"tf":1.4142135623730951},"70":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}},"i":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"90":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":16,"docs":{"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"72":{"tf":2.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"51":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":15,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":2.6457513110645907},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"40":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"[":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"90":{"tf":1.0},"91":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"100":{"tf":1.0},"119":{"tf":1.0},"17":{"tf":1.4142135623730951},"26":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"90":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"p":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"51":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.0}}},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":10,"docs":{"100":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"123":{"tf":1.0},"13":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":57,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":2.6457513110645907},"9":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}},"s":{"'":{"df":2,"docs":{"101":{"tf":1.0},"16":{"tf":1.4142135623730951}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"116":{"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":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"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":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":4,"docs":{"108":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"65":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"105":{"tf":1.0},"117":{"tf":1.0},"51":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"65":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"70":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"56":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":6,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":1.0},"103":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.4142135623730951}},"e":{"d":{"_":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":20,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"115":{"tf":1.7320508075688772},"13":{"tf":2.23606797749979},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":2.0},"26":{"tf":1.4142135623730951},"38":{"tf":1.0},"56":{"tf":2.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772},"90":{"tf":2.449489742783178},"91":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":11,"docs":{"120":{"tf":2.6457513110645907},"24":{"tf":2.8284271247461903},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"56":{"tf":2.8284271247461903},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0},"63":{"tf":2.6457513110645907},"64":{"tf":1.0},"91":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"d":{"b":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"d":{"b":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"114":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"52":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"122":{"tf":1.0}}}},"n":{"a":{"a":{"b":{"df":0,"docs":{},"u":{"@":{"2":{".":{"1":{".":{"6":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"105":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"60":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"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":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":25,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"68":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":2.0},"92":{"tf":1.0},"94":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"w":{"df":38,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":2.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":2.23606797749979},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":2.0},"115":{"tf":2.23606797749979},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":2.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"34":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":2.6457513110645907},"57":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"89":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":1,"docs":{"117":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":15,"docs":{"31":{"tf":1.0},"54":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}},"i":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}}}},"w":{"df":14,"docs":{"100":{"tf":1.4142135623730951},"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"69":{"tf":1.0},"79":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}},"p":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}}}}}},"@":{"2":{".":{"9":{".":{"7":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"105":{"tf":1.4142135623730951},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.0}}}},"m":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.7320508075688772},"47":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"4":{"tf":1.0}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"117":{"tf":1.0},"13":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":19,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"77":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"91":{"tf":1.0}}}}}},"n":{"b":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{",":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":7,"docs":{"54":{"tf":1.0},"56":{"tf":1.0},"73":{"tf":2.23606797749979},"74":{"tf":2.23606797749979},"77":{"tf":2.8284271247461903},"78":{"tf":1.7320508075688772},"79":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":3,"docs":{"100":{"tf":1.0},"13":{"tf":1.0},"54":{"tf":1.0}}},"df":7,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"12":{"tf":1.0},"60":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":3,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"2":{"tf":1.0}}},"r":{"df":1,"docs":{"22":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"22":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"[":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":2.23606797749979}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":2.6457513110645907},"103":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"22":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"120":{"tf":2.449489742783178},"13":{"tf":1.7320508075688772},"24":{"tf":3.0},"26":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":3.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.0},"63":{"tf":2.6457513110645907},"64":{"tf":1.0},"91":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"5":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"n":{"df":6,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":8,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}}}},"z":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":16,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"77":{"tf":1.0},"79":{"tf":1.0}}}},"s":{"df":3,"docs":{"106":{"tf":1.0},"53":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":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":{"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"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":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"110":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"115":{"tf":1.7320508075688772},"118":{"tf":1.0},"16":{"tf":1.0},"39":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"123":{"tf":2.449489742783178},"24":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":7,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"50":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"115":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":4,"docs":{"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"50":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"110":{"tf":1.4142135623730951},"115":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"108":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"71":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"117":{"tf":1.0},"13":{"tf":1.0},"41":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}}}},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"54":{"tf":1.0},"74":{"tf":1.0}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"51":{"tf":1.0},"95":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"105":{"tf":1.0},"44":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"30":{"tf":1.0},"70":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"118":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"h":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"112":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"88":{"tf":1.7320508075688772}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"123":{"tf":1.4142135623730951},"39":{"tf":1.0},"61":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":4,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"s":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"94":{"tf":1.0}},"t":{"df":11,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":20,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"115":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"108":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"97":{"tf":1.0}}}},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"1":{"0":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}},"@":{"3":{".":{"1":{"0":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"40":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"73":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"112":{"tf":1.0},"43":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}}},"y":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"df":3,"docs":{"13":{"tf":2.23606797749979},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"98":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"120":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"30":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"70":{"tf":1.0},"86":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"30":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"df":21,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.7320508075688772},"44":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":2.0},"9":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"108":{"tf":1.0},"2":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"107":{"tf":1.0},"23":{"tf":1.0},"90":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":4,"docs":{"123":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"v":{"df":5,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"118":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"94":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"106":{"tf":1.0},"117":{"tf":1.7320508075688772},"50":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":12,"docs":{"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.4142135623730951},"22":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":6,"docs":{"115":{"tf":1.0},"118":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"47":{"tf":1.0},"50":{"tf":1.0},"96":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":2,"docs":{"26":{"tf":1.0},"58":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"2":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"115":{"tf":1.0}}}}},"i":{"df":1,"docs":{"13":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"118":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}},"e":{"5":{"3":{"df":7,"docs":{"24":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":27,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"122":{"tf":2.0},"123":{"tf":1.0},"13":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951}}}},"n":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":55,"docs":{"10":{"tf":1.7320508075688772},"100":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"13":{"tf":2.23606797749979},"2":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"38":{"tf":2.0},"39":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"5":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":2.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":2.449489742783178},"74":{"tf":2.6457513110645907},"75":{"tf":3.1622776601683795},"76":{"tf":2.449489742783178},"77":{"tf":2.0},"78":{"tf":1.7320508075688772},"79":{"tf":2.449489742783178},"8":{"tf":1.0},"80":{"tf":2.0},"88":{"tf":2.449489742783178},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"92":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":35,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":2.449489742783178},"105":{"tf":1.7320508075688772},"106":{"tf":2.23606797749979},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":2.8284271247461903},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"114":{"tf":1.7320508075688772},"115":{"tf":3.1622776601683795},"116":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":2.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"50":{"tf":2.6457513110645907},"89":{"tf":2.23606797749979},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":2.23606797749979},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":2.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":13,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979},"62":{"tf":1.0},"63":{"tf":2.0},"64":{"tf":1.7320508075688772},"7":{"tf":1.0},"79":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":4,"docs":{"113":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"47":{"tf":3.0},"5":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.7320508075688772}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"107":{"tf":1.0},"27":{"tf":1.0},"59":{"tf":1.0},"91":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"l":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":1.4142135623730951},"117":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"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":{}}}}}},"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"117":{"tf":1.0},"13":{"tf":1.0}}}},"n":{"d":{"df":3,"docs":{"106":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"107":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"107":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":7,"docs":{"13":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.7320508075688772},"7":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":10,"docs":{"123":{"tf":1.0},"13":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.449489742783178},"54":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"90":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"50":{"tf":1.0},"93":{"tf":1.0}}}}}},"h":{"a":{"df":1,"docs":{"115":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"72":{"tf":1.0}}}},"o":{"d":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"106":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"120":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}},"i":{"df":4,"docs":{"13":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":6,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"26":{"tf":1.0},"51":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":16,"docs":{"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"55":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.0},"56":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"47":{"tf":1.7320508075688772},"51":{"tf":2.0},"81":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"2":{"tf":1.0}},"e":{"=":{"'":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":9,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.4142135623730951}},"i":{"df":3,"docs":{"22":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"90":{"tf":1.0}}}}},"df":15,"docs":{"106":{"tf":1.0},"115":{"tf":2.23606797749979},"120":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":8,"docs":{"102":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"t":{"df":20,"docs":{"1":{"tf":1.7320508075688772},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.4142135623730951},"30":{"tf":1.0},"52":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":3,"docs":{"31":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}},"e":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"u":{"df":2,"docs":{"103":{"tf":1.0},"38":{"tf":1.0}}}},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{".":{"c":{"c":{".":{"c":{"c":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"60":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"2":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}}}}}},"df":3,"docs":{"100":{"tf":1.7320508075688772},"102":{"tf":2.449489742783178},"103":{"tf":3.3166247903554}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"107":{"tf":1.0},"16":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":2.0},"91":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":20,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"91":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"105":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}},"@":{"2":{".":{"6":{".":{"0":{"df":1,"docs":{"123":{"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":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"38":{"tf":1.0},"40":{"tf":2.23606797749979},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"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},"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":15,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"81":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"105":{"tf":1.0},"13":{"tf":1.0},"51":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":5,"docs":{"30":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.7320508075688772},"82":{"tf":1.0},"87":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":1.0},"110":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"3":{"tf":1.0},"50":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"37":{"tf":1.0},"40":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"73":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}}},"c":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}},"df":4,"docs":{"60":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":20,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":2.8284271247461903},"69":{"tf":1.0},"70":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":2.8284271247461903},"85":{"tf":1.0},"86":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"108":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"102":{"tf":1.0},"88":{"tf":1.0}}}}}}}}},"df":1,"docs":{"41":{"tf":1.0}}},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"101":{"tf":1.0},"92":{"tf":1.0}}},"k":{"df":1,"docs":{"108":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":3,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"107":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":10,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}}},"l":{"d":{"df":12,"docs":{"101":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"p":{"/":{"7":{"9":{"1":{"7":{"df":0,"docs":{},"f":{"7":{"9":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"4":{"c":{"5":{"9":{"8":{"7":{"df":1,"docs":{"41":{"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":{}}},"o":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"114":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"90":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":38,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"107":{"tf":2.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"110":{"tf":2.8284271247461903},"111":{"tf":2.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":2.8284271247461903},"123":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":3.1622776601683795},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"40":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"56":{"tf":3.1622776601683795},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":2.23606797749979},"63":{"tf":2.6457513110645907},"64":{"tf":1.0},"88":{"tf":2.23606797749979},"90":{"tf":1.0},"91":{"tf":2.449489742783178},"92":{"tf":1.0},"93":{"tf":2.0},"94":{"tf":1.4142135623730951}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"50":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":5,"docs":{"70":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.4142135623730951},"99":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"38":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"114":{"tf":1.0},"115":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"o":{"df":5,"docs":{"101":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"76":{"tf":1.0},"92":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{")":{".":{"_":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"_":{"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":11,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"70":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":2,"docs":{"51":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"27":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"97":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":17,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"28":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"89":{"tf":2.23606797749979},"9":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0}},"e":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}},"i":{",":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":3,"docs":{"65":{"tf":1.7320508075688772},"69":{"tf":1.0},"85":{"tf":1.0}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"l":{"df":3,"docs":{"103":{"tf":1.0},"47":{"tf":1.0},"88":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"4":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":25,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"79":{"tf":1.0},"93":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"4":{"tf":1.0}}},"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"100":{"tf":1.4142135623730951},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":2.0},"98":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":5,"docs":{"105":{"tf":1.0},"40":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"i":{"a":{"df":4,"docs":{"23":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"70":{"tf":1.0},"86":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":10,"docs":{"101":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"w":{"a":{"df":0,"docs":{},"f":{"df":2,"docs":{"102":{"tf":1.0},"88":{"tf":1.0}},"w":{"0":{"0":{"df":0,"docs":{},"f":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":20,"docs":{"1":{"tf":1.4142135623730951},"11":{"tf":1.0},"118":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"40":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}},"y":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"13":{"tf":1.0},"44":{"tf":1.0}}}},"df":4,"docs":{"60":{"tf":1.4142135623730951},"64":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"40":{"tf":1.0},"97":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.7320508075688772}}}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"11":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"63":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":1,"docs":{"16":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"df":22,"docs":{"13":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":2.0},"26":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":2.449489742783178},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":2.6457513110645907},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":2.0},"77":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"113":{"tf":1.0},"118":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.7320508075688772}}}},"r":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"title":{"root":{"1":{"df":6,"docs":{"26":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0}}},"2":{"df":6,"docs":{"27":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}},"3":{"df":3,"docs":{"60":{"tf":1.0},"70":{"tf":1.0},"86":{"tf":1.0}}},"4":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}},"a":{"d":{"d":{"df":3,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":4,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"95":{"tf":1.0}}},"p":{"df":4,"docs":{"65":{"tf":1.0},"69":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"102":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"79":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"35":{"tf":1.0}}}}}},"df":4,"docs":{"120":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"83":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"54":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"116":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"21":{"tf":1.0},"24":{"tf":1.0}}}}}}}}}},"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":3,"docs":{"100":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"b":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}}}}}},"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"123":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"13":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"n":{"df":1,"docs":{"42":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"122":{"tf":1.0},"52":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"33":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":11,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"23":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"109":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"d":{"df":3,"docs":{"103":{"tf":1.0},"70":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"89":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":3,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"i":{"'":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"121":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":3,"docs":{"104":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"104":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"74":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"79":{"tf":1.0},"80":{"tf":1.0}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"73":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"76":{"tf":1.0}}}}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":12,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"48":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"65":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"32":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"108":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"28":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"56":{"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":["introduction/introduction.html#-introduction","introduction/introduction.html#-im-lazy-and-i-just-want-to-get-started","introduction/introduction.html#-what-is-mantis-","introduction/introduction.html#-why-another-recon-automation-framework-","introduction/introduction.html#-disclaimer","features/features.html#-features","features/recon_automation.html#recon-automation","features/recon_automation.html#-use-case","features/recon_automation.html#-feature","features/recon_automation.html#automation-overview","features/distributed_scanning.html#distributed-scanning","features/distributed_scanning.html#-use-case","features/distributed_scanning.html#-feature","features/distributed_scanning.html#how-does-mantis-distribute-your-scan-","features/dashboard_support.html#dashboard-support","features/dashboard_support.html#-use-case","features/dashboard_support.html#-feature","features/dashboard_support.html#-how-does-mantis-look-with-appsmith--","features/dashboard_support.html#assets","features/dashboard_support.html#vulnerabilities","features/dashboard_support.html#certificates","features/workflow_customisation.html#workflow-customisation","features/workflow_customisation.html#-use-case","features/workflow_customisation.html#-feature","features/workflow_customisation.html#-workflow-customisation","features/workflow_customisation.html#examples","features/workflow_customisation.html#example-1","features/workflow_customisation.html#example-2","features/workflow_customisation.html#understanding-configyml","features/advanced_alerting.html#advanced-alerting","features/advanced_alerting.html#-use-case","features/advanced_alerting.html#-feature","features/advanced_alerting.html#slack-alerts-example","features/advanced_alerting.html#scan-efficiency-alert","features/advanced_alerting.html#new-assets-alert","features/advanced_alerting.html#understanding-configyml","features/scan_efficiency.html#understanding-scan-efficiency","features/scan_efficiency.html#-use-case","features/scan_efficiency.html#-feature","features/scan_efficiency.html#scan-efficiency","features/scan_efficiency.html#success-scenario","features/scan_efficiency.html#failure-scenario","features/dns_services.html#integrate-dns-services","features/dns_services.html#-use-case","features/dns_services.html#-feature","features/secrets_scanning.html#secrets-scanning","features/secrets_scanning.html#-use-case","features/secrets_scanning.html#-feature","features/new_scanner.html#integrate-new-scanner-in-minutes","features/new_scanner.html#-use-case","features/new_scanner.html#-feature","installation/installation.html#-installation","installation/installation-docker.html#docker","installation/installation-docker.html#setup","configuration/configuration.html#-configuration","configuration/config-file.html#-config-file","configuration/workflow-config.html#-workflow-configuration","configuration/workflow-config.html#examples","configuration/workflow-config.html#example-1","configuration/workflow-config.html#example-2","configuration/workflow-config.html#example-3","configuration/scheduler-config.html#scheduler-configuration","configuration/scheduler-config.html#examples","configuration/scheduler-config.html#example-1","configuration/scheduler-config.html#example-2","configuration/app-context-config.html#setting-app-context","configuration/slack-config.html#slack-notification","configuration/slack-config.html#notifications-config","configuration/slack-config.html#layer-1-teams","configuration/slack-config.html#layer-2-apps","configuration/slack-config.html#layer-3-assets-and-findings","configuration/slack-config.html#layer-4-tagging-and-channels","configuration/command-line.html#-command-line","configuration/command-line.html#quick-help","configuration/command-line.html#onboard-help","configuration/command-line.html#scan-help","scan/scan.html#-run-a-scan","scan/scan.html#onboard-and-scan","scan/scan.html#onboard-known-assets-and-scan","scan/scan.html#scan-on-all-assets-belonging-to-an-organisation","scan/scan.html#scan-on-all-assets-belonging-to-an-organisation-and-app","notifications/notifications.html#-notifications","notifications/notifications-slack.html#slack","notifications/notifications-slack.html#notifications-config","notifications/notifications-slack.html#layer-1-teams","notifications/notifications-slack.html#layer-2-apps","notifications/notifications-slack.html#layer-3-assets-and-findings","notifications/notifications-slack.html#layer-4-tagging-and-channels","tools/tools.html#tools-list","basics-mantis-code/basics.html#-mantis-code---getting-started","basics-mantis-code/folder-structure.html#code---folder-structure","basics-mantis-code/folder-structure.html#a-quick-correlation-to-localyml","basics-mantis-code/scanner-base-class.html#scanner-base-class","basics-mantis-code/scanner-base-class.html#1-tool-scanner","basics-mantis-code/scanner-base-class.html#functions-to-implement","basics-mantis-code/scanner-base-class.html#2-api-based-scanner","basics-mantis-code/scanner-base-class.html#functions-to-implement","basics-mantis-code/important-utils.html#important-utils-function","basics-mantis-code/important-utils.html#read-data","basics-mantis-code/important-utils.html#get-basic-assets-data","basics-mantis-code/important-utils.html#insert-data","basics-mantis-code/db-models.html#db-models","basics-mantis-code/db-models.html#assets","basics-mantis-code/db-models.html#findings","new-scanner-integrations/new-scanner-integration.html#-new-scanner-integrations","new-scanner-integrations/new-scanner-integration.html#command-line-based-scanner","new-scanner-integrations/new-scanner-integration.html#api-based-scanner","new-scanner-integrations/new-scanner-integration-command-line.html#command-line-tool","new-scanner-integrations/new-scanner-integration-command-line.html#-lets-get-started","new-scanner-integrations/new-scanner-integration-command-line.html#-files-to-be-changed","new-scanner-integrations/command-line-class.html#add-a-new-tool-scanner-class","new-scanner-integrations/command-line-class.html#creating-the-tool-class","new-scanner-integrations/command-line-class.html#implementing-get_commands","new-scanner-integrations/command-line-class.html#implementing-parse_report","new-scanner-integrations/command-line-class.html#implementing-db_operations","new-scanner-integrations/new-scanner-integration-api.html#add-a-new-api-scanner-class","new-scanner-integrations/new-scanner-integration-api.html#creating-the-api-class","new-scanner-integrations/new-scanner-integration-api.html#implementing-get_api_calls","new-scanner-integrations/new-scanner-integration-api.html#implementing-parse_response","new-scanner-integrations/new-scanner-integration-api.html#implementing-db_operations","new-scanner-integrations/command-config-file.html#add-scanner-to-config-file","new-scanner-integrations/command-docker-file.html#install-instructions","new-scanner-integrations/command-docker-file.html#docker-file","new-scanner-integrations/command-docker-file.html#devbox"],"index":{"documentStore":{"docInfo":{"0":{"body":0,"breadcrumbs":2,"title":1},"1":{"body":5,"breadcrumbs":5,"title":4},"10":{"body":3,"breadcrumbs":5,"title":2},"100":{"body":58,"breadcrumbs":9,"title":2},"101":{"body":31,"breadcrumbs":8,"title":2},"102":{"body":71,"breadcrumbs":7,"title":1},"103":{"body":66,"breadcrumbs":7,"title":1},"104":{"body":16,"breadcrumbs":6,"title":3},"105":{"body":35,"breadcrumbs":7,"title":4},"106":{"body":24,"breadcrumbs":6,"title":3},"107":{"body":39,"breadcrumbs":9,"title":3},"108":{"body":47,"breadcrumbs":8,"title":2},"109":{"body":30,"breadcrumbs":8,"title":2},"11":{"body":22,"breadcrumbs":5,"title":2},"110":{"body":94,"breadcrumbs":12,"title":5},"111":{"body":16,"breadcrumbs":10,"title":3},"112":{"body":60,"breadcrumbs":9,"title":2},"113":{"body":69,"breadcrumbs":9,"title":2},"114":{"body":47,"breadcrumbs":9,"title":2},"115":{"body":103,"breadcrumbs":11,"title":5},"116":{"body":16,"breadcrumbs":9,"title":3},"117":{"body":53,"breadcrumbs":8,"title":2},"118":{"body":76,"breadcrumbs":8,"title":2},"119":{"body":47,"breadcrumbs":8,"title":2},"12":{"body":18,"breadcrumbs":4,"title":1},"120":{"body":81,"breadcrumbs":11,"title":4},"121":{"body":0,"breadcrumbs":8,"title":2},"122":{"body":21,"breadcrumbs":8,"title":2},"123":{"body":55,"breadcrumbs":7,"title":1},"13":{"body":146,"breadcrumbs":6,"title":3},"14":{"body":6,"breadcrumbs":5,"title":2},"15":{"body":8,"breadcrumbs":5,"title":2},"16":{"body":35,"breadcrumbs":4,"title":1},"17":{"body":0,"breadcrumbs":6,"title":3},"18":{"body":0,"breadcrumbs":4,"title":1},"19":{"body":0,"breadcrumbs":4,"title":1},"2":{"body":26,"breadcrumbs":2,"title":1},"20":{"body":0,"breadcrumbs":4,"title":1},"21":{"body":6,"breadcrumbs":7,"title":2},"22":{"body":37,"breadcrumbs":7,"title":2},"23":{"body":23,"breadcrumbs":6,"title":1},"24":{"body":97,"breadcrumbs":7,"title":2},"25":{"body":0,"breadcrumbs":6,"title":1},"26":{"body":21,"breadcrumbs":7,"title":2},"27":{"body":23,"breadcrumbs":7,"title":2},"28":{"body":7,"breadcrumbs":7,"title":2},"29":{"body":6,"breadcrumbs":5,"title":2},"3":{"body":40,"breadcrumbs":5,"title":4},"30":{"body":23,"breadcrumbs":5,"title":2},"31":{"body":22,"breadcrumbs":4,"title":1},"32":{"body":0,"breadcrumbs":6,"title":3},"33":{"body":0,"breadcrumbs":6,"title":3},"34":{"body":0,"breadcrumbs":6,"title":3},"35":{"body":7,"breadcrumbs":5,"title":2},"36":{"body":6,"breadcrumbs":7,"title":3},"37":{"body":10,"breadcrumbs":6,"title":2},"38":{"body":28,"breadcrumbs":5,"title":1},"39":{"body":10,"breadcrumbs":6,"title":2},"4":{"body":29,"breadcrumbs":2,"title":1},"40":{"body":64,"breadcrumbs":6,"title":2},"41":{"body":67,"breadcrumbs":6,"title":2},"42":{"body":3,"breadcrumbs":7,"title":3},"43":{"body":20,"breadcrumbs":6,"title":2},"44":{"body":39,"breadcrumbs":5,"title":1},"45":{"body":6,"breadcrumbs":5,"title":2},"46":{"body":17,"breadcrumbs":5,"title":2},"47":{"body":48,"breadcrumbs":4,"title":1},"48":{"body":6,"breadcrumbs":9,"title":4},"49":{"body":20,"breadcrumbs":7,"title":2},"5":{"body":39,"breadcrumbs":2,"title":1},"50":{"body":96,"breadcrumbs":6,"title":1},"51":{"body":34,"breadcrumbs":3,"title":1},"52":{"body":23,"breadcrumbs":4,"title":1},"53":{"body":24,"breadcrumbs":4,"title":1},"54":{"body":35,"breadcrumbs":2,"title":1},"55":{"body":16,"breadcrumbs":5,"title":2},"56":{"body":104,"breadcrumbs":7,"title":2},"57":{"body":14,"breadcrumbs":6,"title":1},"58":{"body":20,"breadcrumbs":7,"title":2},"59":{"body":23,"breadcrumbs":7,"title":2},"6":{"body":6,"breadcrumbs":5,"title":2},"60":{"body":101,"breadcrumbs":7,"title":2},"61":{"body":10,"breadcrumbs":7,"title":2},"62":{"body":0,"breadcrumbs":6,"title":1},"63":{"body":95,"breadcrumbs":7,"title":2},"64":{"body":44,"breadcrumbs":7,"title":2},"65":{"body":67,"breadcrumbs":9,"title":3},"66":{"body":12,"breadcrumbs":7,"title":2},"67":{"body":21,"breadcrumbs":7,"title":2},"68":{"body":19,"breadcrumbs":8,"title":3},"69":{"body":40,"breadcrumbs":8,"title":3},"7":{"body":22,"breadcrumbs":5,"title":2},"70":{"body":26,"breadcrumbs":9,"title":4},"71":{"body":11,"breadcrumbs":9,"title":4},"72":{"body":7,"breadcrumbs":5,"title":2},"73":{"body":43,"breadcrumbs":5,"title":2},"74":{"body":134,"breadcrumbs":5,"title":2},"75":{"body":105,"breadcrumbs":5,"title":2},"76":{"body":8,"breadcrumbs":4,"title":2},"77":{"body":59,"breadcrumbs":4,"title":2},"78":{"body":7,"breadcrumbs":6,"title":4},"79":{"body":15,"breadcrumbs":6,"title":4},"8":{"body":22,"breadcrumbs":4,"title":1},"80":{"body":6,"breadcrumbs":7,"title":5},"81":{"body":13,"breadcrumbs":2,"title":1},"82":{"body":12,"breadcrumbs":3,"title":1},"83":{"body":21,"breadcrumbs":4,"title":2},"84":{"body":19,"breadcrumbs":5,"title":3},"85":{"body":40,"breadcrumbs":5,"title":3},"86":{"body":26,"breadcrumbs":6,"title":4},"87":{"body":11,"breadcrumbs":6,"title":4},"88":{"body":78,"breadcrumbs":3,"title":2},"89":{"body":99,"breadcrumbs":8,"title":4},"9":{"body":43,"breadcrumbs":5,"title":2},"90":{"body":115,"breadcrumbs":9,"title":3},"91":{"body":89,"breadcrumbs":9,"title":3},"92":{"body":20,"breadcrumbs":10,"title":3},"93":{"body":35,"breadcrumbs":10,"title":3},"94":{"body":36,"breadcrumbs":9,"title":2},"95":{"body":16,"breadcrumbs":11,"title":4},"96":{"body":35,"breadcrumbs":9,"title":2},"97":{"body":44,"breadcrumbs":10,"title":3},"98":{"body":0,"breadcrumbs":9,"title":2},"99":{"body":44,"breadcrumbs":10,"title":3}},"docs":{"0":{"body":"","breadcrumbs":"👋 Introduction » 👋 Introduction","id":"0","title":"👋 Introduction"},"1":{"body":"You can jump in directly to the Quick Start Guide","breadcrumbs":"👋 Introduction » 🥱 I'm lazy and i just want to get started","id":"1","title":"🥱 I'm lazy and i just want to get started"},"10":{"body":"product security teams","breadcrumbs":"🎉 Features » Distributed Scanning » Distributed Scanning","id":"10","title":"Distributed Scanning"},"100":{"body":"Again, when you are integrating a new scanner, once the scan is complete, you will need insert the results into mongodb database Location : mantis/utils/crud_utils Insert Assets : async def insert_assets(assets: list, source='external') Update Assets : async def update_asset(asset: str, org: str, tool_output_dict: dict): Insert Findings : async def insert_findings(obj, asset: str, findings: list): ⏭️ Now that we are aware about utility functions that will make data insertion and extration simpler. Let's now take a quick look at the database Models for Assets and Findings.","breadcrumbs":"📖 Mantis Code - Getting Started » Important Utils Function » Insert Data","id":"100","title":"Insert Data"},"101":{"body":"One more thing you need to understand before integrating your new scanner is the database models. Mantis's mongoDB database consists of two collections (or tables). Assets (Types: TLDs, IPs, Subdomains, Certificates) Findngs (Types: Vulnerability, Misconfiguration, Secrets, Phishing Domain)","breadcrumbs":"📖 Mantis Code - Getting Started » DB Models » DB Models","id":"101","title":"DB Models"},"102":{"body":"_id: str = Field(..., alias=\"_id\") asset: str = Field(...) asset_type: str = Field(...) org: str = Field(...) app: str = Field(None) source: Literal['internal', 'external'] = Field(None) created_timestamp: str = Field(None) cdn_names: Optional[str] = list() waf: Optional[str] = list() ports: Optional[list] = list() as_number: Optional[str] = Field(None) as_name: Optional[str] = Field(None) as_country: Optional[str] = Field(None) as_range: Optional[list] = list() dns: Optional[dict] = Field(None) ipinfo: Optional[dict] = dict() technologies: Optional[list] = list() webserver: Optional[list] = list() updated_timestamp: Optional[str] = Field(None) active_hosts: Optional[list] = list() stale: Optional[bool] = False repositories: Optional[str] = Field(None) others: Optional[dict] = dict()","breadcrumbs":"📖 Mantis Code - Getting Started » DB Models » Assets:","id":"102","title":"Assets:"},"103":{"body":"_id: str = Field(...) host: str = Field(...) url: Optional[str] = Field(None) title: str = Field(...) org: str = Field(...) app: str = Field(None) type: Literal['vulnerability', 'misconfiguration', 'secret', 'phishing'] = Field(None) description: str = Field(None) severity: str = Field(None) tool_source: str = Field(None) created_timestamp: str = Field(None) updated_timestamp: Optional[str] = Field(None) host_with_protocol: Optional[str] = Field(None) remediation: Optional[str] = Field(None) info: Optional[dict] = Field(None) cve_id: Optional[str] = Field(None) cwe_id: Optional[str] = Field(None) others: Optional[dict] = Field(None) falsepositive: bool = Field(None) status: str = \"Open\" modified_by: str = Field(None)","breadcrumbs":"📖 Mantis Code - Getting Started » DB Models » Findings:","id":"103","title":"Findings:"},"104":{"body":"To integrate a new scanner with Mantis, it should fall under one of these categories: Command Line Tool based scanner API based scanner","breadcrumbs":"🔗 New Scanner Integrations » 🔗 New Scanner Integrations","id":"104","title":"🔗 New Scanner Integrations"},"105":{"body":"From a recon automation perspective, command-line tools are tools that you typically install in your system using brew, apt, apt-install, or similar methods, and then run scans. E.g. Amass, Subfinder, naabu, nuclei etc. $ nuclei -u https://www.example.org -json -o nuclei.json -exclude-severity info -v","breadcrumbs":"🔗 New Scanner Integrations » Command Line based Scanner","id":"105","title":"Command Line based Scanner"},"106":{"body":"Scanners that involve sending an HTTP request instead of running an OS command to perform a scan. E.g. Shodan, SSLMate etc. GET https://api.shodan.io/shodan/ports?key={YOUR_API_KEY} Now that you are aware of the scanner types that Mantis supports, let's get started","breadcrumbs":"🔗 New Scanner Integrations » API based Scanner","id":"106","title":"API based Scanner"},"107":{"body":"This tutorial will guide you through the process of integrating a new command-line tool with Mantis. Each section builds upon the previous one, but the tutorial is structured to separate topics, so that you can easily find the information you need to address your specific needs It's also designed to serve as a future reference, enabling you to come back and find the information you need when you need it.","breadcrumbs":"🔗 New Scanner Integrations » Command Line Tool » Command Line Tool","id":"107","title":"Command Line Tool"},"108":{"body":"Let's say that you're a bug bounty hunter or a product security engineer who thinks that a particular tool can make a specific module more efficient. For the purpose of this tutorial, let's assume that we need to strengthen the Discovery module, which identifies subdomains, by adding a new tool. Amass . Amass performs network mapping of attack surfaces and external asset discovery using open source information gathering and active reconnaissance techniques","breadcrumbs":"🔗 New Scanner Integrations » Command Line Tool » ✍️ Let's Get Started","id":"108","title":"✍️ Let's Get Started"},"109":{"body":"For integrating a command line scanner, these are the files you need to make changes: Add a new class file under the respective module Add the tool name in config.yml Add the installation instructions in DockerFile ⏭️ Let's now integrate Amass tool into the Discovery module","breadcrumbs":"🔗 New Scanner Integrations » Command Line Tool » 📇 Files to be changed","id":"109","title":"📇 Files to be changed"},"11":{"body":"I want to: scale my single scan across multiple machines. The number of assets owned by my organization is too large to scan on a single machine within a reasonable timeframe, making it either impossible or excessively time-consuming","breadcrumbs":"🎉 Features » Distributed Scanning » 🤔 Use-Case","id":"11","title":"🤔 Use-Case"},"110":{"body":"As a first step to integrate a new scanner, answer the below questions: Which module will this scanner be a part of? Amass is used for subdomain discovery and hence will be part of the disovery module Is this scanner a command line tool or API? Amass is a command line tool What will the tool output? Amass will output a list of subdomains What is the report output format we are expecting to parse? Though Amass supports a number of output formats, lets go with .txt What is the command that you need to execute? amass enum -passive -d {input_domain} -o {output_file_path} What is the input that the tool takes, meaning, TLDs, subdomains, IPs etc.? Amass takes TLDs as an input Now that we have a clear understanding of the expected input and output from the tool, let's begin the process of creating the scanner class. As previously indicated here , we are required to implement three functions: base_get_commands() or get_commands() parse_report() db_operations()","breadcrumbs":"🔗 New Scanner Integrations » New Tool scanner class » Add a new tool scanner class","id":"110","title":"Add a new tool scanner class"},"111":{"body":"Please Note - The name of the tool class should be the same as defined in the config file Create a new file under /mantis/mantis/modules/discovery/ and name it Amass.py","breadcrumbs":"🔗 New Scanner Integrations » New Tool scanner class » Creating the Tool Class","id":"111","title":"Creating the Tool Class"},"112":{"body":"This function needs to return a list of tool commands for every asset. def get_commands(self, assets): self.org = args.org self.base_command = 'amass enum -passive -d {input_domain} -o {output_file_path}' self.outfile_extension = \".txt\" self.assets = await get_assets_grouped_by_type(args, ASSET_TYPE_TLD) return super().base_get_commands(self.assets) self.base_command represents the command to be executed self.outfile_extension indicates the output file extension self.assets exclusively extract TLDs from the database, which are then supplied as input to Amass Info💡- As mentioned here , Mantis incorporates a range of pre-existing utility functions to facilitate the seamless integration of new tools","breadcrumbs":"🔗 New Scanner Integrations » New Tool scanner class » Implementing get_commands()","id":"112","title":"Implementing get_commands()"},"113":{"body":"This function is required to parse what the scanner outputs and insert it into the database. In this context, a list of subdomains need to be extrated and inserted into the database. Info💡- To understand the DB schema, click here def parse_report(self, outfile): output_dict_list = [] amass_output = open(outfile).readlines() for domain in amass_output: domain_dict = {} domain_dict['asset'] = domain.rstrip('\\n') domain_dict['asset_type'] = ASSET_TYPE_SUBDOMAIN domain_dict['org'] = self.org output_dict_list.append(domain_dict) return output_dict_list You dont have to worry about where the output file is stored etc. The outfile parameter is the path to the output file generated by the tool domain contains the subdomain asset_type is a parameter required for Mantis, the type of Asset, if its a TLD, subdomain or IP org is the organisation to which the asset belongs to, fetched from args","breadcrumbs":"🔗 New Scanner Integrations » New Tool scanner class » Implementing parse_report()","id":"113","title":"Implementing parse_report()"},"114":{"body":"The final step is to insert the data into mongoDB async def db_operations(self, tool_output_dict, asset=None): await CrudUtils.insert_assets(tool_output_dict) This is straight forward, call the corresponding util function to insert the data into mongoDB. Info💡- Depending on whether you are inserting an asset, or updating an asset for recon information, or adding a new finding, you can use the corresponding util functions as described here ⏭️ In a similar fashion let's try to add a new API scanner.","breadcrumbs":"🔗 New Scanner Integrations » New Tool scanner class » Implementing db_operations()","id":"114","title":"Implementing db_operations()"},"115":{"body":"Let's now try adding an API scanner instead of a command line tool, for example, SSLMate to Discovery module. As a first step to integrate a new scanner, answer the below questions: Which module will this scanner be a part of? SSLMate is used to retreive all the certificates belonging to an organisation, hence this will be under Discovery module Is this scanner a command line tool or API? SSLMate is an API based scanner What will the tool output? SSLMate will list all certificates, their DNS Names, public key, SHA. The certificate has to be added to assets and the corresponding recon information has to be update What is the report output format we are expecting to parse? JSON Response What is the input that the tool takes, meaning, TLDs, subdomains, IPs etc.? SSLMate takes TLDs as an input Now that we have a clear understanding of the expected input and output from the tool, let's begin the process of creating the scanner class. As previously indicated here , we are required to implement three functions: get_api_calls() parse_response() db_operations()","breadcrumbs":"🔗 New Scanner Integrations » New API Scanner » Add a new API scanner class","id":"115","title":"Add a new API scanner class"},"116":{"body":"Please Note - The name of the tool class should be the same as defined in the config file Create a new file under /mantis/mantis/modules/discovery/ and name it SSLMate.py","breadcrumbs":"🔗 New Scanner Integrations » New API Scanner » Creating the API Class","id":"116","title":"Creating the API Class"},"117":{"body":"This function needs to return the tool object and the HTTP method. async def get_api_calls(self, args: ArgsModel): self.asset_api_list = [] self.scannerName = type(self).__name__ self.endpoint = \"https://api.certspotter.com/v1/issuances?domain={domain_name}&include_subdomains=true&expand=dns_names&expand=issuer&expand=revocation&expand=problem_reporting&expand=cert_der\" self.body = \"\" self.org = args.org self.assets.extend(await get_assets_grouped_by_type(args, ASSET_TYPE_TLD)) for every_asset in self.assets: endpoint = self.endpoint.format(domain_name=every_asset) self.asset_api_list.append((self, endpoint, None, every_asset)) return [(self, \"GET\")] self.endpoint is the full HTTP request to the API Scanner self.body is the HTTP request body self.org is the organisation passed in the arguments The for loop generats an HTTP request per TLD","breadcrumbs":"🔗 New Scanner Integrations » New API Scanner » Implementing get_api_calls()","id":"117","title":"Implementing get_api_calls()"},"118":{"body":"This function is required to parse what the API outputs and insert it into the database. In this context, a list of certificates and its contextual information is extrated and inserted into the database. def parse_response(self, response): output_dict_list = [] response_json = response.json() for every_cert in response_json: cert_dict = {} cert_dict['asset'] = every_cert['id'] cert_dict['asset_type'] = ASSET_TYPE_CERT cert_dict['org'] = self.org cert_dict['others'] = {} cert_dict['others']['dns_names'] = every_cert['dns_names'] cert_dict['others']['tbs_sha256'] = every_cert['tbs_sha256'] cert_dict['others']['cert_sha256'] = every_cert['cert_sha256'] cert_dict['others']['pubkey_sha256'] = every_cert['pubkey_sha256'] cert_dict['others']['issuer'] = every_cert['issuer'] cert_dict['others']['not_before'] = every_cert['not_before'] cert_dict['others']['not_after'] = every_cert['not_after'] cert_dict['others']['revoked'] = every_cert['revoked'] cert_dict['others']['revocation'] = every_cert['revocation'] cert_dict['others']['cert_der'] = every_cert['cert_der'] output_dict_list.append(cert_dict) return output_dict_list You dont have to worry about where the HTTP response is retrieved etc. The response parameter contains the HTTP Reponse Extract the necessary information you want to store in the mongoDB, plus the org context and the type of Asset","breadcrumbs":"🔗 New Scanner Integrations » New API Scanner » Implementing parse_response()","id":"118","title":"Implementing parse_response()"},"119":{"body":"The final step is to insert the data into mongoDB async def db_operations(self, output_dict, asset=None): await CrudUtils.insert_assets(output_dict) This is straight forward, call the corresponding util function to insert the data into mongoDB. Info💡- Depending on whether you are inserting an asset, or updating an asset for recon information, or adding a new finding, you can use the corresponding util functions as described here Let's now look at adding the new scanner to the config file.","breadcrumbs":"🔗 New Scanner Integrations » New API Scanner » Implementing db_operations()","id":"119","title":"Implementing db_operations()"},"12":{"body":"Mantis is one of the first recon automation framework that that allows you to distribute your single scan across multiple machines , including bare metals or instances in AWS or Azure..","breadcrumbs":"🎉 Features » Distributed Scanning » 😃 Feature","id":"12","title":"😃 Feature"},"120":{"body":"Now that the Amass.py and SSLMate.py tool classes are ready, adding it to config is simple. Add the class names Amass, SSLMate under moduleName discovery under tools - workflowName: 'default' schedule: 'daily between 00:00 and 04:00' cmd: ['python3 launch.py -o org_name -f org-stale.txt --ignore_stale --stale'] workflowConfig: - moduleName : discovery tools: ['Subfinder', 'SSLMate', 'Amass'] order: 1 - moduleName: prerecon tools: ['FindCDN', 'Naabu', 'IPinfo'] order: 2 - moduleName: activehostscan tools: ['HTTPX_Tech', 'HTTPX'] order: 3 - moduleName: activerecon tools: ['Wafw00f'] order: 4 - moduleName: scan tools: [ 'DNSTwister', 'Csper', 'Nuclei', 'NucleiRecon'] order: 5 - moduleName: secretscanner tools: ['SecretScanner'] order: 6","breadcrumbs":"🔗 New Scanner Integrations » Add scanner to config file » Add scanner to config file","id":"120","title":"Add scanner to config file"},"121":{"body":"","breadcrumbs":"🔗 New Scanner Integrations » Install instructions in DockerFile » Install instructions","id":"121","title":"Install instructions"},"122":{"body":"Add the install instructions below the WORKDIR /home/mantis RUN echo \"Installing Amass\"\nRUN wget https://github.com/owasp-amass/amass/releases/download/v3.23.2/amass_Linux_amd64.zip\nRUN unzip amass_Linux_amd64.zip\nRUN mv amass_Linux_amd64/amass /usr/bin","breadcrumbs":"🔗 New Scanner Integrations » Install instructions in DockerFile » Docker File","id":"122","title":"Docker File"},"123":{"body":"Devbox creates isolated and reproducible development environments capable of running anywhere. It also features a package manager, NixOS. Please verify whether the package of the newly integrated tool is present here . If the package is present in NixOs, then add the package name with relevant version to the package list under setup/ubuntu/devbox.json or setup/mac/devbox.json \"packages\": [ \"python@3.10\", \"stdenv.cc.cc.lib\", \"amass@3.22.2\", \"subfinder@2.6.0\", \"httpx@1.3.3\", \"ipinfo@2.10.1\", \"naabu@2.1.6\", \"nuclei@2.9.7\", \"gitleaks@8.17.0\", \"gau@2.1.2\", \"python310Packages.pip\", \"gccStdenv\" ], Else add the native installation in the setup list in setup/ubuntu/devbox.json or setup/mac/devbox.json","breadcrumbs":"🔗 New Scanner Integrations » Install instructions in DockerFile » DevBox","id":"123","title":"DevBox"},"13":{"body":"Mantis uses Ray framework to scale. Ray Core provides a small number of core primitives (i.e., tasks, actors, objects) for building and scaling distributed applications. Please Note - A short infrastructure setup is required before utilising this feature as described here The Mantis framework is designed to use Ray Core in the most efficient way, breaking down a single scan into the most granular level. To put it simply: Each module has a specific assigned order number that indicates the sequence in which it should be executed. For example, Discovery needs to run before Recon, with Discovery's order number being 1 and Recon's being 2 Scans required for each module are run in parallel while other modules wait for the previous module's completion The Workflow Class retrieves the module name and order from the config.yml file and generates commands for all the tools in each module for every asset. This list of commands is then passed to the Ray function The Ray function distributes these commands across VMs and allocates a single CPU for every command Ray's self-managed scheduling system ensures efficient allocation of resources, and configurable retries against potential failures provide added reliability INFO💡: All of the internal implementation described above is for your information only. Once you have your infrastructure set up, all you need to do is add the IP addresses of your VMs to the configuration file, and everything else remains the same","breadcrumbs":"🎉 Features » Distributed Scanning » How does Mantis distribute your scan ?","id":"13","title":"How does Mantis distribute your scan ?"},"14":{"body":"product security teams bug bounty hunters","breadcrumbs":"🎉 Features » Dashboard Support » Dashboard Support","id":"14","title":"Dashboard Support"},"15":{"body":"I want to: create a dashboard that provides an overview of my organization, its assets, and its findings","breadcrumbs":"🎉 Features » Dashboard Support » 🤔 Use-Case","id":"15","title":"🤔 Use-Case"},"16":{"body":"Mantis does not come with a dashboard as creating a user interface can be highly opinionated. Instead, Mantis provides details of assets and findings in a structured format in MongoDB. Any dashboard that supports MongoDB integration should work with Mantis's output Mantis's integration works well with the following dashboard: AppSmith - Default Support Chartbrew Metabse","breadcrumbs":"🎉 Features » Dashboard Support » 😃 Feature","id":"16","title":"😃 Feature"},"17":{"body":"","breadcrumbs":"🎉 Features » Dashboard Support » 😮 How does Mantis look with AppSmith ?","id":"17","title":"😮 How does Mantis look with AppSmith ?"},"18":{"body":"","breadcrumbs":"🎉 Features » Dashboard Support » Assets","id":"18","title":"Assets"},"19":{"body":"","breadcrumbs":"🎉 Features » Dashboard Support » Vulnerabilities","id":"19","title":"Vulnerabilities"},"2":{"body":"Mantis is an advanced open-source framework that: Enables automated asset discovery, reconnaissance, and vulnerability scanning processes The results of these comprehensive scans are stored in a robust MongoDB database and can be seamlessly integrated with any dashboard supporting MongoDB integration","breadcrumbs":"👋 Introduction » 🤔 What is Mantis ?","id":"2","title":"🤔 What is Mantis ?"},"20":{"body":"","breadcrumbs":"🎉 Features » Dashboard Support » Certificates","id":"20","title":"Certificates"},"21":{"body":"product security teams bug bounty hunters","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » Workflow Customisation","id":"21","title":"Workflow Customisation"},"22":{"body":"I want to: customize scans with ease to best suit my organization's or bug bounty requirements ability to choose from various modules, including discovery and vulnerability scanning, to create a tailored scan that meets my specific needs granular options to specify tools within each module, allowing me to optimize my security operations for maximum efficiency","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » 🤔 Use-Case","id":"22","title":"🤔 Use-Case"},"23":{"body":"In Mantis: we refer to the entire automation process as a Workflow Worflow is further divided into individual blocks called as a Module Modules are further divided as Tools All the above are easily customisable via a config file","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » 😃 Feature","id":"23","title":"😃 Feature"},"24":{"body":"This is the workflow snippet from config.yml , you can just add/remove the module or tool you want to customise: workflow: - workflowName: 'default' schedule: 'daily between 00:00 and 04:00' cmd: ['python3 launch.py -o org_name -f org-tlds.txt --ignore_stale --stale'] workflowConfig: - moduleName : Route53 tools: ['Route53'] order: 1 - moduleName : discovery tools: ['Subfinder', 'SSLMate'] order: 1 - moduleName: prerecon tools: ['FindCDN', 'Naabu', 'IPinfo'] order: 2 - moduleName: activehostscan tools: ['HTTPX_Tech', 'HTTPX'] order: 3 - moduleName: activerecon tools: ['Wafw00f'] order: 4 - moduleName: scan tools: [ 'DNSTwister', 'Csper', 'Nuclei', 'NucleiRecon'] order: 5 - moduleName: secretscanner tools: ['SecretScanner'] order: 6 moduleName - Pre-packaged or custom modules tools - Tools included as part of the module order - The order in which the module needs to be executed, e.g., discovery needs to be run before recon","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » 🎛️ Workflow Customisation","id":"24","title":"🎛️ Workflow Customisation"},"25":{"body":"","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » Examples","id":"25","title":"Examples"},"26":{"body":"Run a single module, say just 'Discovery', this is how your config is going to look, simply comment or remove the rest of the modules workflow: - moduleName : discovery tools: ['Subfinder', 'SSLMate', 'Amass'] order: 1","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » Example 1","id":"26","title":"Example 1"},"27":{"body":"Remove a tool, say you just want to run subdomain discovery and not identify 'certificates', so just remove 'SSLMate' from tools section under Discovery moduleName workflow: - moduleName : discovery tools: ['Subfinder', 'Amass'] order: 1","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » Example 2","id":"27","title":"Example 2"},"28":{"body":"INFO💡: For more details on config.yml and how to edit it, Click here","breadcrumbs":"🎉 Features » Super Easy Scan Customisation » Understanding config.yml","id":"28","title":"Understanding config.yml"},"29":{"body":"product security teams bug bounty hunters","breadcrumbs":"🎉 Features » Advanced Alerting » Advanced Alerting","id":"29","title":"Advanced Alerting"},"3":{"body":"Mantis is a security framework engineered to provide exceptional value and convenience to both product security teams and bug bounty hunters alike. Our innovative framework offers unparalleled ease-of-use and customizable automation for all your recon needs With Mantis, you can take advantage of our advanced alerting capabilities and faster scanning times to fortify your defenses and stay ahead of the game","breadcrumbs":"👋 Introduction » 🤨 Why another RECON automation framework ?","id":"3","title":"🤨 Why another RECON automation framework ?"},"30":{"body":"I want to: customise my alerts, say, today i recieve alerts only for vulnerabilities, tomorrow i need to start receiving alerts for my phishing domains as well, there shouldnt be any code change tag specific teams for specific alerts","breadcrumbs":"🎉 Features » Advanced Alerting » 🤔 Use-Case","id":"30","title":"🤔 Use-Case"},"31":{"body":"Alerting is layered and config driven with no code change required in Mantis. There are two types of alerting that Mantis supports: Assets and Findings Scan Stats Currently, we support notifications via slack","breadcrumbs":"🎉 Features » Advanced Alerting » 😃 Feature","id":"31","title":"😃 Feature"},"32":{"body":"","breadcrumbs":"🎉 Features » Advanced Alerting » Slack Alerts Example","id":"32","title":"Slack Alerts Example"},"33":{"body":"","breadcrumbs":"🎉 Features » Advanced Alerting » Scan Efficiency Alert","id":"33","title":"Scan Efficiency Alert"},"34":{"body":"","breadcrumbs":"🎉 Features » Advanced Alerting » New Assets Alert","id":"34","title":"New Assets Alert"},"35":{"body":"INFO💡: For more details on config.yml and how to edit it, Click here","breadcrumbs":"🎉 Features » Advanced Alerting » Understanding config.yml","id":"35","title":"Understanding config.yml"},"36":{"body":"product security teams bug bounty hunters","breadcrumbs":"🎉 Features » Understanding Scan Efficiency » Understanding Scan Efficiency","id":"36","title":"Understanding Scan Efficiency"},"37":{"body":"I want to: understand whether my scans succeeded or failed determine the time taken for the scans","breadcrumbs":"🎉 Features » Understanding Scan Efficiency » 🤔 Use-Case","id":"37","title":"🤔 Use-Case"},"38":{"body":"Mantis provides you with efficient scan statistics at a granular level, including the following: Total scan time and efficiency Module level scan time and efficiency Success or Failure status for each asset The Efficiency is calcuated based on the success/failure rates","breadcrumbs":"🎉 Features » Understanding Scan Efficiency » 😃 Feature","id":"38","title":"😃 Feature"},"39":{"body":"Post scan, Mantis outputs a file which is present in {mantis_dir}/logs/scan_efficiency/, which provides you with the scan metadata.","breadcrumbs":"🎉 Features » Understanding Scan Efficiency » Scan Efficiency","id":"39","title":"Scan Efficiency"},"4":{"body":"Usage of this program for attacking targets without consent is illegal. It is the user's responsibility to obey all applicable laws. The developer assumes no liability and is not responsible for any misuse or damage caused by this program. Please use responsibly. The material contained in this repository is licensed under apache2.","breadcrumbs":"👋 Introduction » 🚨 Disclaimer","id":"4","title":"🚨 Disclaimer"},"40":{"body":"{ \"module_name\": \"PRERECON\", \"module_start_time\": \"524109.441001708\", \"module_end_time\": \"524288.824489208\", \"module_time_taken\": \"0:02:59\", \"module_tool_logs\": [ { \"tool_name\": \"FindCDN\", \"success\": 1, \"failure\": 0, \"code\": 0, \"command\": \"findcdn list example.in -o /tmp/7917f79d-8b06-4727-8953-dcf5c84efde6.json -v\", \"errors\": null, \"exception\": null, \"tool_time_taken\": \"0:02:59\" } ]\n} The above stats clearly states: the python subprocess exit code was 0, indicating success (warning - this depends on how efficiently the tool handles exit codes as well) the scan for a particular asset example.com was successful the total time taken to run subfinder on that asset","breadcrumbs":"🎉 Features » Understanding Scan Efficiency » Success Scenario","id":"40","title":"Success Scenario"},"41":{"body":"{ \"module_name\": \"DISCOVERY\", \"module_start_time\": \"525058.566098541\", \"module_end_time\": \"525059.556518666\", \"module_time_taken\": \"0:00:01\", \"module_tool_logs\": [ { \"tool_name\": \"Subfinder\", \"success\": 0, \"failure\": 1, \"code\": 2, \"command\": \"subfinder -te -d example.com -o /tmp/de4c5987-d4fe-46f9-89ef-f19af67cd1d0.txt\", \"errors\": null, \"exception\": \"[Errno 2] No such file or directory: '/tmp/de4c5987-d4fe-46f9-89ef-f19af67cd1d0.txt'\", \"tool_time_taken\": \"0:00:00\" } ]\n} The above stats clearly states: the python subprocess exit code with a non-zero exit code (2), indicating failure the scan for a particular asset example.com was a failure , this is because a wrong subfinder command was passed","breadcrumbs":"🎉 Features » Understanding Scan Efficiency » Failure Scenario","id":"41","title":"Failure Scenario"},"42":{"body":"product security teams","breadcrumbs":"🎉 Features » Integrate DNS Services » Integrate DNS Services","id":"42","title":"Integrate DNS Services"},"43":{"body":"I want to: feed my known assets to the framework because I know that they belong to my organization have the capability to feed subdomains, IP, IP-CIDRs or IP Range integrate my organisation's DNS Service","breadcrumbs":"🎉 Features » Integrate DNS Services » 🤔 Use-Case","id":"43","title":"🤔 Use-Case"},"44":{"body":"We are aware that no recon automation framework can be perfect in identifying all assets and findings. To some extent, this also depends on the tools used. Therefore, we designed Mantis to not only provide an external attacker's perspective but also add internal context to an organization. There are two ways in which you can add internal context to Mantis: Integrate your DNS Service (Route 53) Upload a file (use the '-f' flag)","breadcrumbs":"🎉 Features » Integrate DNS Services » 😃 Feature","id":"44","title":"😃 Feature"},"45":{"body":"product security teams bug bounty hunters","breadcrumbs":"🎉 Features » Secrets Scanning » Secrets Scanning","id":"45","title":"Secrets Scanning"},"46":{"body":"I want to: identify any secrets belonging to my organization that have been leaked on the public internet identify any secrets that have been provided by my organization to our partners or vendors that have been leaked on the public internet","breadcrumbs":"🎉 Features » Secrets Scanning » 🤔 Use-Case","id":"46","title":"🤔 Use-Case"},"47":{"body":"INFO💡: Secrets scanning is currently an experimental feature due to a number of limitations, such as rate limiting that are applied on the search engines where we search for information. The basic responsibility of secrets scanning is to identify secrets on the public internet . Currently, it searches for: Secrets in Wayback URLs Secrets in Wayback JS Files Secrets in Github for an Organistaion [Coming Soon] Secrets in Swagger [Coming Soon] Secrets in Postman Collections [Coming Soon]","breadcrumbs":"🎉 Features » Secrets Scanning » 😃 Feature","id":"47","title":"😃 Feature"},"48":{"body":"product security teams bug bounty hunters","breadcrumbs":"🎉 Features » Integrate new scanner in minutes » Integrate new scanner in minutes","id":"48","title":"Integrate new scanner in minutes"},"49":{"body":"I want to: integrate new tools with a recon automation framework that the framework does not support by default add scanners that are either a command-line tool or an API integrate scanners quickly and easily","breadcrumbs":"🎉 Features » Integrate new scanner in minutes » 🤔 Use-Case","id":"49","title":"🤔 Use-Case"},"5":{"body":"With Mantis, you benefit from an array of exceptional features designed to enhance your workflows. These include but are not limited to: Recon Automation Super Easy Workflow Customisation Dashboard Support Integrate a new tool within minutes Distribute your scan and make it 2x Faster Understanding Scan Efficiency Integrate with your Org's DNS Service Advanced Alerting Secrets Scanning","breadcrumbs":"🎉 Features » 🎉 Features","id":"5","title":"🎉 Features"},"50":{"body":"Mantis is designed with the goal of minimizing the time it takes to integrate new scanners, whether for Mantis developers or external teams. Mantis includes several functions that make integrating new scanners easy. To add a new tool, this is what you need to do: Create a Python class for the scanner Extend ToolScanner if you are integrating a new command line scanner Extend APIScanner if you are integrating a new API scanner Implement three functions in the class get_commands() or get_api_calls() , depends on whether you choose Tool or API, this basically gets your scan command or API HTTP request ready parse_report() or parse_response() , again depends on whether you choose Tool or API, this is to parse the response db_operations() , insert the information to database and this is where its simple, we have built-in functions that takes care of everything Add the install instructions in DockerFile INFO💡: For a more detailed understanding on how to integrate a new scanner, Click here","breadcrumbs":"🎉 Features » Integrate new scanner in minutes » 😃 Feature","id":"50","title":"😃 Feature"},"51":{"body":"Mantis provides multiple installation methods that includes performing the entire scan in a single system or multiple machines Single Machine Docker Linux (Ubuntu) (Coming Soon) Windows (Coming Soon) Multiple Machine Set of VMs (Coming Soon) AWS (Ansible script) (Coming Soon)","breadcrumbs":"⚙️ Installation and Setup » ⚙️ Installation","id":"51","title":"⚙️ Installation"},"52":{"body":"Mantis supports multiple installation types. Installing Mantis via Docker would be a good start to get a hang of the framework. Considering that Mantis also includes mongoDB and AppSmith, we have provided a shell script that installs all the components.","breadcrumbs":"⚙️ Installation and Setup » Docker » Docker","id":"52","title":"Docker"},"53":{"body":"Clone the Mantis repository git clone https://github.com/PhonePe/mantis.git cd into the Mantis directory cd mantis/setup/docker Run the respective docker setup file based on your OS ./docker-setup-macos.sh ./docker-setup-ubuntu.sh","breadcrumbs":"⚙️ Installation and Setup » Docker » Setup","id":"53","title":"Setup"},"54":{"body":"Once you have setup Mantis, you can now look at customising your scan requirements. Scan customisations are available via: Config File - contains customisations related to scan workflow, scheduling, notifications etc. Command Line - contains basic options to onboard your assets and scan INFO💡- Config File Path: /mantis/config/local.yml","breadcrumbs":"🛠️ Configuration » 🛠️ Configuration","id":"54","title":"🛠️ Configuration"},"55":{"body":"Mantis Config file provides multiple customisations including: Workflow Customisation Scheduler Customisation Setting App Context Slack Alerting","breadcrumbs":"🛠️ Configuration » 📋 Config File » 📋 Config File","id":"55","title":"📋 Config File"},"56":{"body":"Warning 🚨 - In onboard mode, you should run scans only with the 'default' workflow This is the workflow snippet from config.yml , you can just add/remove the module or tool you want to customise: workflow: - workflowName: 'default' schedule: 'daily between 00:00 and 04:00' cmd: ['python3 launch.py -o org_name -f org-tlds.txt --ignore_stale --stale'] workflowConfig: - moduleName : Route53 tools: ['Route53'] order: 1 - moduleName : discovery tools: ['Subfinder', 'SSLMate'] order: 1 - moduleName: prerecon tools: ['FindCDN', 'Naabu', 'IPinfo'] order: 2 - moduleName: activehostscan tools: ['HTTPX_Tech', 'HTTPX'] order: 3 - moduleName: activerecon tools: ['Wafw00f'] order: 4 - moduleName: scan tools: [ 'DNSTwister', 'Csper', 'Nuclei', 'NucleiRecon'] order: 5 - moduleName: secretscanner tools: ['SecretScanner'] order: 6 moduleName - Pre-packaged or custom modules tools - Tools included as part of the module order - The order in which the module needs to be executed, e.g., discovery needs to be run before recon","breadcrumbs":"🛠️ Configuration » 📋 Config File » Workflow Configuration » 🎛️ Workflow Configuration","id":"56","title":"🎛️ Workflow Configuration"},"57":{"body":"Warning 🚨 - Do not modify the default workflow config, always create a new workflow before modifying it as shown in example 3","breadcrumbs":"🛠️ Configuration » 📋 Config File » Workflow Configuration » Examples","id":"57","title":"Examples"},"58":{"body":"Run a single module, say just 'Discovery', this is how your config is going to look, simply remove the rest of the modules workflow: - moduleName : discovery tools: ['Subfinder', 'SSLMate', 'Amass'] order: 1","breadcrumbs":"🛠️ Configuration » 📋 Config File » Workflow Configuration » Example 1","id":"58","title":"Example 1"},"59":{"body":"Remove a tool, say you just want to run subdomain discovery and not identify 'certificates', so just remove 'SSLMate' from tools section under Discovery moduleName workflow: - moduleName : discovery tools: ['Subfinder', 'Amass'] order: 1","breadcrumbs":"🛠️ Configuration » 📋 Config File » Workflow Configuration » Example 2","id":"59","title":"Example 2"},"6":{"body":"product security teams bug bounty hunters","breadcrumbs":"🎉 Features » Recon Automation » Recon Automation","id":"6","title":"Recon Automation"},"60":{"body":"Now say you want to go one step ahead and create you own workflow, you can do that by simply copy, pasting the default workflow, make the corresponding changes and rename it according your requirement. workflow: - workflowName: 'custom_workflow' schedule: 'daily between 00:00 and 04:00' cmd: ['python3 launch.py -o org_name -f org-tlds.txt --ignore_stale --stale'] workflowConfig: - moduleName : discovery tools: ['Subfinder', 'Amass'] order: 1 - moduleName: prerecon tools: ['FindCDN', 'Naabu'] order: 2 - moduleName: activehostscan tools: ['HTTPX_Tech', 'HTTPX'] order: 3 - moduleName: scan tools: [ 'DNSTwister', 'Csper', 'Nuclei', 'NucleiRecon'] order: 4 As you can see, the new workflow does not contain modules like Route53, ActiveRecon, SecretsScanning etc. A couple of tools like SSLMate and IPInfo have been removed too. The name of the workflow is also changed to custom_workflow Now to run this new workflow, you can make use of the -w options $ mantis -o example -t example.org -w custom_workflow","breadcrumbs":"🛠️ Configuration » 📋 Config File » Workflow Configuration » Example 3","id":"60","title":"Example 3"},"61":{"body":"Mantis also lets you schedule scans, this scheduler option is present in in the workflow config itself.","breadcrumbs":"🛠️ Configuration » 📋 Config File » Scheduler Configuration » Scheduler Configuration","id":"61","title":"Scheduler Configuration"},"62":{"body":"","breadcrumbs":"🛠️ Configuration » 📋 Config File » Scheduler Configuration » Examples","id":"62","title":"Examples"},"63":{"body":"Setup default workflow module to be run everyday at 9AM. INFO 💡 - Schedule key words are based on Python Rocketery Framework workflow: - workflowName: 'default' schedule: 'daily between 09:00 and 11:00' cmd: ['python3 launch.py -o org_name -f org-tlds.txt --ignore_stale --stale'] workflowConfig: - moduleName : Route53 tools: ['Route53'] order: 1 - moduleName : discovery tools: ['Subfinder', 'SSLMate'] order: 1 - moduleName: prerecon tools: ['FindCDN', 'Naabu', 'IPinfo'] order: 2 - moduleName: activehostscan tools: ['HTTPX_Tech', 'HTTPX'] order: 3 - moduleName: activerecon tools: ['Wafw00f'] order: 4 - moduleName: scan tools: [ 'DNSTwister', 'Csper', 'Nuclei', 'NucleiRecon'] order: 5 - moduleName: secretscanner tools: ['SecretScanner'] order: 6 Created a new config discovery_workflow that only runs discovery module Set the schedule parameter to daily at 9:00","breadcrumbs":"🛠️ Configuration » 📋 Config File » Scheduler Configuration » Example 1","id":"63","title":"Example 1"},"64":{"body":"Setup discovery module to be run everyday at 11AM. workflow: - workflowName: 'discovery_workflow' schedule: 'daily between 11:00 and 14:00' cmd: ['python3 launch.py -o org_name -f org-tlds.txt -w discovery_workflow'] workflowConfig: - moduleName : discovery tools: ['Subfinder', 'SSLMate'] order: 1 Created a new config discovery_workflow that only runs discovery module Set the schedule parameter to daily at 9:00","breadcrumbs":"🛠️ Configuration » 📋 Config File » Scheduler Configuration » Example 2","id":"64","title":"Example 2"},"65":{"body":"Warning 🚨 - Considering this feature is a string based match, this will not be 100 % accurate when you add strings that are of shorter length Mantis lets you setup an App Context to the subdomains discovered. For e.g. if you organisation has multiple apps like upi, insurance, mutual funds etc. You can provide key words for every app and Mantis will automatically map this context to each subdomain discovered and also to findings. app: upi: [upi,payments] insurance: [insurance.org.com] mutual-funds: [mutual-funds, mutual] This will map: upi.org.com, payments.org.com to upi app buy.insurance.org.com, integrations.insurance.org.com to insurance app mf.org.com, mf-buy.org.com, mf-api.org.com to mutual-funds app","breadcrumbs":"🛠️ Configuration » 📋 Config File » Setting App Context » Setting App Context","id":"65","title":"Setting App Context"},"66":{"body":"Mantis provides an advanced layered based Slack alerting, that includes: Teams Apps Assets/Findings Tagging","breadcrumbs":"🛠️ Configuration » 📋 Config File » Slack Notification » Slack Notification","id":"66","title":"Slack Notification"},"67":{"body":"notify: - teamName: web_team scanEfficiency: true channel: slack: - https://hooks.slack.com/services/********/******** app: [payments-dashboard, transactions-dashboard] assets: - subdomain: ['prateek.thakare'] - certificate: ['praveen.kanniah'] findings: - vulnerability: [] - secret: []","breadcrumbs":"🛠️ Configuration » 📋 Config File » Slack Notification » Notifications Config","id":"67","title":"Notifications Config"},"68":{"body":"A Team is a team within an organistion, e.g. web team, appsec team, infra team etc. With Mantis, you can create unique configurations for every team and alert them for what they need.","breadcrumbs":"🛠️ Configuration » 📋 Config File » Slack Notification » Layer 1 (Teams)","id":"68","title":"Layer 1 (Teams)"},"69":{"body":"In the background Mantis stores the identified assets, recon informtion and vulnerbailities in a mongDB database. Mantis lets you provide keywords to map a subdomain to an App, like this: app:\npayments-dashboard: [payments, upi]\ntransactions-dashboard: [transactions, npci] If a subdomain is discovered with these keywords, it will automatically map it to an app and store the context. A team can now receive alerts specific to an app.","breadcrumbs":"🛠️ Configuration » 📋 Config File » Slack Notification » Layer 2 (Apps)","id":"69","title":"Layer 2 (Apps)"},"7":{"body":"I want to: automate the entire process of asset discovery, reconnaissance, and vulnerability scanning store relevant details with contextual information in a database and retrieve them at any time schedule scans and set up alerts","breadcrumbs":"🎉 Features » Recon Automation » 🤔 Use-Case","id":"7","title":"🤔 Use-Case"},"70":{"body":"A team can also receive alerts based on an Asset Type or Findings Type Assets TLD (Top Level Domain) Subdomain IP Certificates Findings Vulerabilities Misconfigurations Phishing Secrets You can add/delete the types you want to receive/ignore alerts for.","breadcrumbs":"🛠️ Configuration » 📋 Config File » Slack Notification » Layer 3 (Assets and Findings)","id":"70","title":"Layer 3 (Assets and Findings)"},"71":{"body":"This layer is specific to Slack alerting, where in a group you can particularly tag a specific person for a particular alert.","breadcrumbs":"🛠️ Configuration » 📋 Config File » Slack Notification » Layer 4 (Tagging and Channels)","id":"71","title":"Layer 4 (Tagging and Channels)"},"72":{"body":"Mantis ships with a simple list of command line options.","breadcrumbs":"🛠️ Configuration » 🖥️ Command Line » 🖥️ Command Line","id":"72","title":"🖥️ Command Line"},"73":{"body":"usage: ONBOARD: (First time scan, Run this !!) mantis onboard -o example_org -t www.example.org mantis onboard -o example_org -f file.txt SCAN: mantis scan -o example_org mantis scan -o example_org -a example_app options: -h, --help list command line options subparser: {onboard,scan} onboard Onboard a target scan Scan an org","breadcrumbs":"🛠️ Configuration » 🖥️ Command Line » Quick Help","id":"73","title":"Quick Help"},"74":{"body":"usage: ONBOARD: (First time scan, Run this !!) mantis onboard -o example_org -t example.tld mantis onboard -o example_org -f file.txt options: -h, --help show this help message and exit -t HOST, --host HOST top level domain to scan -f FILE_NAME, --file_input FILE_NAME path to file containing any combination of TLD, subdomain, IP-range, IP-CIDR -w WORKFLOW, --workflow WORKFLOW workflow to be executed as specified in config file -o ORG, --org ORG name of the organisation -a APP, --app APP scan only subdomains that belong to an app -p, --passive run passive port scan -s, --stale mark domains as stale (domains purchased but not in use) -i, --ignore_stale ignore stale domains during scan -tc THREAD_COUNT, --thread_count THREAD_COUNT thread count, default 10 -r, --use_ray use ray framework for distributed scans -n NUM_ACTORS, --num_actors NUM_ACTORS number of ray actors, default 10 -d, --delete_logs delete logs of previous scans -v, --verbose print debug logs -aws AWS_PROFILES, --aws_profiles AWS_PROFILES List of comma separated aws profiles for Route53","breadcrumbs":"🛠️ Configuration » 🖥️ Command Line » Onboard Help","id":"74","title":"Onboard Help"},"75":{"body":"usage: SCAN: mantis scan -o example_org mantis scan -o example_org -a example_app options: -h, --help show this help message and exit -w WORKFLOW, --workflow WORKFLOW workflow to be executed as specified in config file -o ORG, --org ORG name of the organisation -a APP, --app APP scan only subdomains that belong to an app -p, --passive run passive port scan -s, --stale mark domains as stale (domains purchased but not in use) -i, --ignore_stale ignore stale domains during scan -tc THREAD_COUNT, --thread_count THREAD_COUNT thread count, default 10 -r, --use_ray use ray framework for distributed scans -n NUM_ACTORS, --num_actors NUM_ACTORS number of ray actors, default 10 -d, --delete_logs delete logs of previous scans -v, --verbose print debug logs -aws AWS_PROFILES, --aws_profiles AWS_PROFILES List of comma separated aws profiles for Route53","breadcrumbs":"🛠️ Configuration » 🖥️ Command Line » Scan Help","id":"75","title":"Scan Help"},"76":{"body":"Mantis provides two modes to scan: Onbaord and Scan Scan","breadcrumbs":"🔍 Run a Scan » 📨 Run a Scan","id":"76","title":"📨 Run a Scan"},"77":{"body":"You want to onboard an org with its TLDs/IPs/IP-CIDRs/IP Range for the first time, use the onboard mode. This runs the scan on the default workflow. You can use mantis command or directly run the framework using python3 launch.py. TLD python3 launch.py onboard -o org_name -t example.in IP python3 launch.py onboard -o org_name -t 10.123.123.12 IP-Range python3 launch.py onboard -o org_name -t 10.0.0.10-10 IP-CIDR python3 launch.py onboard -o org_name -t 10.0.0.10/24","breadcrumbs":"🔍 Run a Scan » Onboard and Scan","id":"77","title":"Onboard and Scan"},"78":{"body":"python3 launch.py onboard -o org_name -f input.txt","breadcrumbs":"🔍 Run a Scan » Onboard Known Assets and Scan","id":"78","title":"Onboard Known Assets and Scan"},"79":{"body":"Now that you have onboarded, you just need to run scheduled scans for an org, you can just use the scan mode python3 launch.py scan -o org_name","breadcrumbs":"🔍 Run a Scan » Scan on all assets belonging to an organisation","id":"79","title":"Scan on all assets belonging to an organisation"},"8":{"body":"Mantis automates the entire process from discovery to scan and stores organization and application-based context in a MongoDB database. The framework also provides easily customizable alerting capabilities with no code changes required.","breadcrumbs":"🎉 Features » Recon Automation » 😃 Feature","id":"8","title":"😃 Feature"},"80":{"body":"python3 launch.py scan -o org_name -a app_name","breadcrumbs":"🔍 Run a Scan » Scan on all assets belonging to an organisation and app","id":"80","title":"Scan on all assets belonging to an organisation and app"},"81":{"body":"Mantis currently supports the following clients for Notifications: Slack Discord [Coming Soon] Mail [Coming Soon]","breadcrumbs":"📨 Notifications » 📨 Notifications","id":"81","title":"📨 Notifications"},"82":{"body":"Mantis provides an advanced layered based Slack alerting, that includes: Teams Apps Assets/Findings Tagging","breadcrumbs":"📨 Notifications » Slack » Slack","id":"82","title":"Slack"},"83":{"body":"notify: - teamName: web_team scanEfficiency: true channel: slack: - https://hooks.slack.com/services/********/******** app: [payments-dashboard, transactions-dashboard] assets: - subdomain: ['prateek.thakare'] - certificate: ['praveen.kanniah'] findings: - vulnerability: [] - secret: []","breadcrumbs":"📨 Notifications » Slack » Notifications Config","id":"83","title":"Notifications Config"},"84":{"body":"A Team is a team within an organistion, e.g. web team, appsec team, infra team etc. With Mantis, you can create unique configurations for every team and alert them for what they need.","breadcrumbs":"📨 Notifications » Slack » Layer 1 (Teams)","id":"84","title":"Layer 1 (Teams)"},"85":{"body":"In the background Mantis stores the identified assets, recon informtion and vulnerbailities in a mongDB database. Mantis lets you provide keywords to map a subdomain to an App, like this: app:\npayments-dashboard: [payments, upi]\ntransactions-dashboard: [transactions, npci] If a subdomain is discovered with these keywords, it will automatically map it to an app and store the context. A team can now receive alerts specific to an app.","breadcrumbs":"📨 Notifications » Slack » Layer 2 (Apps)","id":"85","title":"Layer 2 (Apps)"},"86":{"body":"A team can also receive alerts based on an Asset Type or Findings Type Assets TLD (Top Level Domain) Subdomain IP Certificates Findings Vulerabilities Misconfigurations Phishing Secrets You can add/delete the types you want to receive/ignore alerts for.","breadcrumbs":"📨 Notifications » Slack » Layer 3 (Assets and Findings)","id":"86","title":"Layer 3 (Assets and Findings)"},"87":{"body":"This layer is specific to Slack alerting, where in a group you can particularly tag a specific person for a particular alert.","breadcrumbs":"📨 Notifications » Slack » Layer 4 (Tagging and Channels)","id":"87","title":"Layer 4 (Tagging and Channels)"},"88":{"body":"List of tools that Mantis framework integrates and their purpose Module Tool Purpose Discovery Subfinder Subdomain Enumeration Discovery AMASS Subdomain Enumeration Discovery SSLMate Certificates Pre-Recon FindCDN Determine CDN Pre-Recon Naabu Port Discovery Pre-Recon IPInfo Extract IP Information Active-Host-Scan HTTPX Determine Active hosts & Technologies Active-Recon Wafw00f Deteminf WAF Scan Nuclei Vulnerability Scan Scan DNS Twister Determine Phishing domains Scan Csper Identify CSP misconfigurations Scan Corsy Identify CORS misconfigurations Secrets GAU Determine wayback URLs Secrets Gitleaks Identify Secrets","breadcrumbs":"🧰 Tools » Tools List","id":"88","title":"Tools List"},"89":{"body":"Before you add a new module or scanner to Mantis yourself, it is important to understand the parts of the code that you'll be editing and certain functions that will come in handy. In this walkthrough, we shall mainly focus on: Mantis folder structure - This will help you understand exactly where you need to make changes for new integrations Base scanner class - Based on the scanner that you want to integrate, this will help you choose the base class that you need to inherit Important utility functions - If your new scanner only accepts IP addresses, TLDs, or sometimes both, you don't have to write any queries or functions to validate the inputs. Mantis has built-in utility functions that can provide you with this input directly. DB models - After your new scanner completes its scan, you'll need to insert the results into MongoDB. To do so, you'll need to understand the schema that is in place. This will help you do that. A basic understanding of the above will simplify any new integrations with Mantis. ⏭️ Let's begin with understanding the folder structure next.","breadcrumbs":"📖 Mantis Code - Getting Started » 📖 Mantis Code - Getting Started","id":"89","title":"📖 Mantis Code - Getting Started"},"9":{"body":"Mantis is capable of understanding top-level domain, IP, IP-CIDR, IP Range or even subdomains as user input Discovery module efficiently enumerates top-level domains provided as user input to identify subdomains Reconnaissance module fetches crucial and relevant information about assets required for vulnerability scanning Scan module is designed to identify misconfigurations and vulnerabilities","breadcrumbs":"🎉 Features » Recon Automation » Automation Overview","id":"9","title":"Automation Overview"},"90":{"body":"This is an overview of the Mantis code's folder structure. .\n├── configs\n├── mantis\n│ ├── config_parsers\n│ ├── db\n│ ├── models\n│ ├── modules\n│ │ ├── Route53\n│ │ ├── activehostscan\n│ │ ├── activerecon\n│ │ ├── discovery\n│ │ ├── prerecon\n│ │ ├── scan\n│ │ └── secretscanner\n│ │ └── submodules\n│ ├── scan_orchestration\n│ ├── tool_base_classes\n│ ├── utils\n│ └── workflows\n└── setup ├── docker └── ubuntu INFO💡: Before we begin, remember, the entire automation process is referred to as a workflow in Mantis, which is further broken down into modules, and modules are further broken down into tools. For the purpose of new integrations, let's look at the folders that will be most relevant to our objective. configs - This folder contains the file local.yml , which is where, you do most of your framework customisations db - Not every file under db will interest you, except the db_models.py . This file contains the db schema modules - This folder contains the scanner classes categorized by each module. Here's a quick look inside one of the modules folder discovery .\n├── Amass.py\n├── SSLMate.py\n├── Subfinder.py\n└── __init__.py utils - Again not every file is of importance, except the tool_utils.py . This file contains functions that will make your life simple during new integrations DockerFile - Last, the DockerFile itself, where you will add the installation instructions for new scanners, if any","breadcrumbs":"📖 Mantis Code - Getting Started » Folder Structure » Code - Folder Structure","id":"90","title":"Code - Folder Structure"},"91":{"body":"This is a snippet of the workflow section in local.yml workflow: - moduleName : discovery tools: ['Subfinder', 'SSLMate', 'Amass'] order: 1 - moduleName: prerecon tools: ['FindCDN', 'Naabu', 'IPinfo'] order: 2 - moduleName: activehostscan tools: ['HTTPX_Tech', 'HTTPX'] order: 3 - moduleName: activerecon tools: ['Wafw00f'] order: 4 - moduleName: scan tools: [ 'DNSTwister', 'Csper', 'SecretScanner'] order: 4 Let's do a quick correlation. moduleName , i.e. discovery, prerecon, activehostscan etc. are sub-folders under modules folder tools under each moduleName, e.g. under discovery, you can find Subfinder, SSLMate, Amass, are the name of the scanner classes defined under each module ⏭️ Now that you have a basic understanding of the folder structure, lets now understand the different types of scanner base class that Mantis offers.","breadcrumbs":"📖 Mantis Code - Getting Started » Folder Structure » A Quick Correlation to local.yml","id":"91","title":"A Quick Correlation to local.yml"},"92":{"body":"When you are integrating a new scanner, the first thing to you need to know is that, if your scanner is a command line tool or an API, based on this there are two types of Scaner classes available. ToolScanner APIScanner","breadcrumbs":"📖 Mantis Code - Getting Started » Scanner Base Class » Scanner Base Class","id":"92","title":"Scanner Base Class"},"93":{"body":"From a recon automation perspective, command-line tools are tools that you typically install in your system using brew, apt, apt-install, or similar methods, and then run scans. $ nuclei -u https://www.example.org -json -o nuclei.json -exclude-severity info -v E.g. Amass, Subfinder, naabu, nuclei etc.","breadcrumbs":"📖 Mantis Code - Getting Started » Scanner Base Class » 1. Tool Scanner","id":"93","title":"1. Tool Scanner"},"94":{"body":"To integrate a tool like nuclei, your new scanner class will needs to inherit the ToolScanner . The functions you will need to implement as part of the ToolScanner are: get_commands() - create the final tool command that needs to be run. parse_report() - parse the report produced by the command, match it to the db schema and create a dictionary db_operations() - insert the dictionary from parse_report() into the database","breadcrumbs":"📖 Mantis Code - Getting Started » Scanner Base Class » Functions to implement","id":"94","title":"Functions to implement"},"95":{"body":"Scanners that involve sending an HTTP request instead of running an OS command to perform a scan. GET https://api.shodan.io/shodan/ports?key={YOUR_API_KEY} E.g. Shodan, SSLMate etc.","breadcrumbs":"📖 Mantis Code - Getting Started » Scanner Base Class » 2. API based Scanner","id":"95","title":"2. API based Scanner"},"96":{"body":"get_api_calls() - create the HTTP request you need to send parse_reponse() - parse the HTTP response to get asset or findings information db_operations() - insert the dictionary from parse_reponse() into the database ⏭️ We are now aware of the folder structure and Base Scanner classes, let us now look at a few utils function that will help us ease through new integrations.","breadcrumbs":"📖 Mantis Code - Getting Started » Scanner Base Class » Functions to implement","id":"96","title":"Functions to implement"},"97":{"body":"Mantis stores the scan results in a MongoDB database. Therefore, when integrating a new scanner, you will also need to query/push data to/from MongoDB. To make this process easier, we have developed utility functions that interact with the database, keeping your new scanner integration simple.. The tool_utils.py under mantis/utils consists of functions that will help you fetch information required for your new scanner as well help you push the data into mongoDB.","breadcrumbs":"📖 Mantis Code - Getting Started » Important Utils Function » Important Utils Function","id":"97","title":"Important Utils Function"},"98":{"body":"","breadcrumbs":"📖 Mantis Code - Getting Started » Important Utils Function » Read Data","id":"98","title":"Read Data"},"99":{"body":"When you are integrating a new scanner, in the context of recon automation, your will need to pass one of the inputs to your new scanner: Top Level Domains (TLDs) IPs Sub Domains Location : mantis/utils/tool_utils Function Name : async def get_assets_grouped_by_type(args, asset_type) Get TLDs : self.assets = await get_assets_grouped_by_type(args, \"TLD\") Get Subdomains : self.assets = await get_assets_grouped_by_type(args, \"subdomains\") Get IPs : self.assets = await get_assets_grouped_by_type(args, \"ip\") Thats it, its that simple !!","breadcrumbs":"📖 Mantis Code - Getting Started » Important Utils Function » Get Basic Assets Data","id":"99","title":"Get Basic Assets Data"}},"length":124,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"0":{":":{"0":{"0":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{":":{"0":{"0":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{":":{"0":{"0":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"0":{"0":{":":{"0":{"0":{"df":1,"docs":{"41":{"tf":1.0}}},"1":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{":":{"5":{"9":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"40":{"tf":1.7320508075688772},"41":{"tf":1.0}}},"1":{"0":{".":{"0":{".":{"0":{".":{"1":{"0":{"/":{"2":{"4":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"3":{".":{"1":{"2":{"3":{".":{"1":{"2":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"65":{"tf":1.0}}},"df":3,"docs":{"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"77":{"tf":1.0}}},"1":{":":{"0":{"0":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"4":{":":{"0":{"0":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":17,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}},"2":{"df":14,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"41":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"3":{"df":9,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"70":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}},"4":{"6":{"df":0,"docs":{},"f":{"9":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"7":{"2":{"7":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"5":{"2":{"4":{"1":{"0":{"9":{".":{"4":{"4":{"1":{"0":{"0":{"1":{"7":{"0":{"8":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"8":{"8":{".":{"8":{"2":{"4":{"4":{"8":{"9":{"2":{"0":{"8":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"5":{"8":{".":{"5":{"6":{"6":{"0":{"9":{"8":{"5":{"4":{"1":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"5":{"5":{"6":{"5":{"1":{"8":{"6":{"6":{"6":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":1,"docs":{"44":{"tf":1.0}}},"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}},"6":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}},"8":{"9":{"5":{"3":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}},"b":{"0":{"6":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{":":{"0":{"0":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"_":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":5,"docs":{"13":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"89":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"108":{"tf":1.0},"88":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"d":{"d":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"70":{"tf":1.0},"86":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"24":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":14,"docs":{"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"65":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"89":{"tf":1.0}}}}}}},"df":6,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"13":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"2":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"50":{"tf":1.0},"90":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"3":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":21,"docs":{"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":2.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"8":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}}},"i":{"a":{"df":0,"docs":{},"s":{"=":{"\"":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":2,"docs":{"12":{"tf":1.0},"22":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"111":{"tf":1.0},"120":{"tf":1.0},"90":{"tf":1.0}}}}},"/":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"v":{"3":{".":{"2":{"3":{".":{"2":{"/":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"_":{"a":{"df":0,"docs":{},"m":{"d":{"6":{"4":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"@":{"3":{".":{"2":{"2":{".":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"_":{"a":{"df":0,"docs":{},"m":{"d":{"6":{"4":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}}}}}}},"df":15,"docs":{"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":2.449489742783178},"112":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"2":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":12,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":2.0},"92":{"tf":1.0},"95":{"tf":1.0}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"50":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}},"df":13,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":2.8284271247461903},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":2.23606797749979},"74":{"tf":2.0},"75":{"tf":2.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":2.23606797749979}},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}},"df":1,"docs":{"47":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"t":{"df":2,"docs":{"105":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"113":{"tf":1.0},"117":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"112":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":3,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"99":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"112":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":37,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"108":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.7320508075688772},"9":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"66":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"108":{"tf":1.0},"4":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"100":{"tf":1.7320508075688772},"114":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"108":{"tf":1.0},"4":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"65":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0}}}},"df":15,"docs":{"105":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"44":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"54":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"r":{"df":4,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"44":{"tf":1.0},"96":{"tf":1.0}}}},"df":4,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"107":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":18,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.0},"115":{"tf":1.0},"38":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}},"i":{"c":{"df":6,"docs":{"47":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"13":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"101":{"tf":1.0},"13":{"tf":1.4142135623730951},"24":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"w":{"df":3,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"3":{"tf":1.0},"89":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":10,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"g":{"df":10,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"107":{"tf":1.0},"13":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"89":{"tf":1.0}}}}},"y":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":3,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"23":{"tf":1.0}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"123":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}},"d":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"[":{"'":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"118":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"118":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"'":{"]":{"[":{"'":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"t":{"b":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":11,"docs":{"101":{"tf":1.0},"115":{"tf":1.7320508075688772},"118":{"tf":1.0},"20":{"tf":1.0},"27":{"tf":1.0},"59":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"109":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.0},"89":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"67":{"tf":1.0},"71":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"22":{"tf":1.0},"50":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":4,"docs":{"43":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"50":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"94":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"113":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}},"m":{"d":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},"df":7,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"8":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"107":{"tf":1.0},"16":{"tf":1.0},"47":{"tf":1.7320508075688772},"51":{"tf":2.0},"81":{"tf":1.4142135623730951},"89":{"tf":1.0}}},"m":{"a":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"n":{"d":{"df":21,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"13":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"13":{"tf":1.0},"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"56":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":19,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"13":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"52":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"11":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.4142135623730951},"60":{"tf":1.0},"74":{"tf":1.0},"90":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":9,"docs":{"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"55":{"tf":1.0},"65":{"tf":1.7320508075688772},"69":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"99":{"tf":1.0}},"u":{"df":2,"docs":{"118":{"tf":1.0},"7":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}},"r":{"df":1,"docs":{"88":{"tf":1.0}},"e":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":17,"docs":{"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"123":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"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":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"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":3,"docs":{"31":{"tf":1.0},"47":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}}}}}}}}}},"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":9,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"30":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"90":{"tf":1.0}}},"z":{"df":2,"docs":{"3":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":9,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.7320508075688772},"2":{"tf":1.0},"5":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":14,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"2":{"tf":1.0},"50":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":6,"docs":{"100":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"b":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":7,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"50":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":5,"docs":{"101":{"tf":1.0},"113":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":2.0},"94":{"tf":1.0}}},"c":{"df":0,"docs":{},"f":{"5":{"c":{"8":{"4":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"e":{"6":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"41":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":11,"docs":{"120":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}},"df":8,"docs":{"100":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"91":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":3,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":6,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"88":{"tf":2.0}}}}}}}},"v":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"123":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"102":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"94":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"1":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"41":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":3,"docs":{"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":24,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":2.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}},"y":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.7320508075688772}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"110":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.7320508075688772},"5":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"n":{"df":7,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"88":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"91":{"tf":1.0}}}}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"122":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"90":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"109":{"tf":1.0},"50":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{"'":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"[":{"'":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":10,"docs":{"101":{"tf":1.0},"113":{"tf":1.4142135623730951},"30":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"118":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"74":{"tf":1.0},"75":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":10,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"107":{"tf":1.0},"13":{"tf":1.7320508075688772},"22":{"tf":1.0},"38":{"tf":1.0},"65":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":2,"docs":{"5":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"107":{"tf":1.0},"23":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"122":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"35":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":10,"docs":{"108":{"tf":1.0},"13":{"tf":1.4142135623730951},"22":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"107":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"108":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":5,"docs":{"23":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"88":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"t":{"c":{"df":14,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"[":{"'":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"t":{"b":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"115":{"tf":1.0},"13":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"77":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"60":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"73":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"73":{"tf":2.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"t":{"df":4,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}}},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"1":{"9":{"a":{"df":0,"docs":{},"f":{"6":{"7":{"c":{"d":{"1":{"d":{"0":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"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":{}},"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":2.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"104":{"tf":1.0}}},"s":{"df":1,"docs":{"102":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"5":{"tf":1.0}}}}}}},"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"78":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":13,"docs":{"12":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"23":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"96":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":3.0},"103":{"tf":4.0}}}}}},"df":2,"docs":{"102":{"tf":2.0},"103":{"tf":2.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"73":{"tf":1.0},"74":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":20,"docs":{"109":{"tf":1.7320508075688772},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"23":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"90":{"tf":2.23606797749979}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"94":{"tf":1.0}}}},"d":{"c":{"d":{"df":0,"docs":{},"n":{"df":8,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":16,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.0},"107":{"tf":1.4142135623730951},"114":{"tf":1.0},"119":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.7320508075688772},"83":{"tf":1.0},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"96":{"tf":1.0}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"92":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":2.449489742783178},"91":{"tf":1.7320508075688772},"96":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"81":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.4142135623730951},"115":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":15,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":17,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"89":{"tf":2.0},"90":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"65":{"tf":2.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"u":{"@":{"2":{".":{"1":{".":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.0}}}},"c":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":2,"docs":{"113":{"tf":1.0},"13":{"tf":1.0}}}}},"t":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"50":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"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":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"99":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"50":{"tf":1.0},"94":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"50":{"tf":1.0},"89":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.0}},"s":{"@":{"8":{".":{"1":{"7":{".":{"0":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":4,"docs":{"110":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}},"o":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"1":{"tf":1.0},"107":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}},"l":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":3,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":6,"docs":{"73":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"n":{"c":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},"df":11,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"103":{"tf":1.0},"74":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":6,"docs":{"106":{"tf":1.0},"117":{"tf":2.0},"118":{"tf":1.4142135623730951},"50":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}},"s":{":":{"/":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"?":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"}":{"&":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"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":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"h":{"df":0,"docs":{},"o":{"d":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"a":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"?":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"=":{"df":0,"docs":{},"{":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"106":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"@":{"1":{".":{"3":{".":{"3":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}}}}},"i":{"'":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}},".":{"df":2,"docs":{"13":{"tf":1.0},"91":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":10,"docs":{"108":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"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.0},"119":{"tf":1.0},"13":{"tf":1.0},"50":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"97":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":12,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":15,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":14,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"13":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"t":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}}}}},"r":{"a":{"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"89":{"tf":1.0},"94":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"110":{"tf":1.7320508075688772},"112":{"tf":1.0},"115":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"100":{"tf":2.23606797749979},"113":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"50":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"90":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"n":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":4,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"16":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"50":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"65":{"tf":1.7320508075688772}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":26,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"123":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"50":{"tf":2.23606797749979},"88":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}},"f":{"a":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":2,"docs":{"13":{"tf":1.0},"44":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"106":{"tf":1.0},"95":{"tf":1.0}}}}}}},"p":{"df":14,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.0},"43":{"tf":1.7320508075688772},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"@":{"2":{".":{"1":{"0":{".":{"1":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"102":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}}}}},"t":{"'":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"61":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"105":{"tf":1.0},"115":{"tf":1.0},"93":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}},"y":{"df":3,"docs":{"115":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"69":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"43":{"tf":1.0},"92":{"tf":1.0}},"n":{"df":2,"docs":{"43":{"tf":1.0},"78":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"4":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"31":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}},"z":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"t":{"'":{"df":11,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":6,"docs":{"110":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"13":{"tf":1.0},"38":{"tf":1.4142135623730951},"70":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}},"i":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"90":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":13,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"51":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":15,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":2.6457513110645907},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"40":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"[":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"100":{"tf":1.0},"119":{"tf":1.0},"17":{"tf":1.0},"26":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"90":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"p":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"51":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.0}}},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":10,"docs":{"100":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"123":{"tf":1.0},"13":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":46,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"2":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":2.23606797749979},"9":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.0},"97":{"tf":1.0}},"s":{"'":{"df":2,"docs":{"101":{"tf":1.0},"16":{"tf":1.4142135623730951}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"116":{"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":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"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":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":4,"docs":{"108":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"65":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"105":{"tf":1.0},"117":{"tf":1.0},"51":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"65":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"5":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"70":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"56":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.4142135623730951}},"e":{"d":{"_":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":20,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"115":{"tf":1.7320508075688772},"13":{"tf":2.23606797749979},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":2.0},"26":{"tf":1.4142135623730951},"38":{"tf":1.0},"56":{"tf":2.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772},"90":{"tf":2.449489742783178},"91":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":11,"docs":{"120":{"tf":2.6457513110645907},"24":{"tf":2.8284271247461903},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"56":{"tf":2.8284271247461903},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0},"63":{"tf":2.6457513110645907},"64":{"tf":1.0},"91":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"d":{"b":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"d":{"b":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"114":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"52":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"122":{"tf":1.0}}}},"n":{"a":{"a":{"b":{"df":0,"docs":{},"u":{"@":{"2":{".":{"1":{".":{"6":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"105":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"60":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"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":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":25,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"68":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":2.0},"92":{"tf":1.0},"94":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"w":{"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"34":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":2.449489742783178},"57":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"89":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":1,"docs":{"117":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":6,"docs":{"31":{"tf":1.0},"54":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0}},"i":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}}}},"w":{"df":14,"docs":{"100":{"tf":1.4142135623730951},"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"69":{"tf":1.0},"79":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}},"p":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}}}}}},"@":{"2":{".":{"9":{".":{"7":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"105":{"tf":1.4142135623730951},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.0}}}},"m":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.7320508075688772},"47":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"4":{"tf":1.0}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"117":{"tf":1.0},"13":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":19,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"77":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"91":{"tf":1.0}}}}}},"n":{"b":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{",":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":7,"docs":{"54":{"tf":1.0},"56":{"tf":1.0},"73":{"tf":2.23606797749979},"74":{"tf":2.0},"77":{"tf":2.6457513110645907},"78":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":3,"docs":{"100":{"tf":1.0},"13":{"tf":1.0},"54":{"tf":1.0}}},"df":7,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"12":{"tf":1.0},"60":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":3,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"2":{"tf":1.0}}},"r":{"df":1,"docs":{"22":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"22":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"[":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":2.23606797749979}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":2.6457513110645907},"103":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"22":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"120":{"tf":2.449489742783178},"13":{"tf":1.7320508075688772},"24":{"tf":3.0},"26":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":3.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.0},"63":{"tf":2.6457513110645907},"64":{"tf":1.0},"91":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"5":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"n":{"df":6,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":8,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}}}},"z":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":16,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"77":{"tf":1.0},"79":{"tf":1.0}}}},"s":{"df":3,"docs":{"106":{"tf":1.0},"53":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":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":{"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"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":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"110":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"115":{"tf":1.7320508075688772},"118":{"tf":1.0},"16":{"tf":1.0},"39":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"123":{"tf":2.449489742783178},"24":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":7,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"50":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":4,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"50":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":3,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"50":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"110":{"tf":1.4142135623730951},"115":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"108":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"71":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"117":{"tf":1.0},"13":{"tf":1.0},"41":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}}}},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"54":{"tf":1.0},"74":{"tf":1.0}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"51":{"tf":1.0},"95":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"105":{"tf":1.0},"44":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"30":{"tf":1.0},"70":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"118":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"h":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"112":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"88":{"tf":1.7320508075688772}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"123":{"tf":1.4142135623730951},"39":{"tf":1.0},"61":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":4,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"s":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"94":{"tf":1.0}},"t":{"df":11,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":20,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"115":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"108":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"97":{"tf":1.0}}}},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"1":{"0":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}},"@":{"3":{".":{"1":{"0":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"40":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"112":{"tf":1.0},"43":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}}},"y":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"df":3,"docs":{"13":{"tf":2.23606797749979},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"98":{"tf":1.0}},"i":{"df":2,"docs":{"120":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"30":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"70":{"tf":1.0},"86":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"30":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"df":18,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.4142135623730951},"44":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":2.0},"93":{"tf":1.0},"99":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"108":{"tf":1.0},"2":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"107":{"tf":1.0},"23":{"tf":1.0},"90":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":4,"docs":{"123":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"v":{"df":5,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"118":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"94":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"106":{"tf":1.0},"117":{"tf":1.7320508075688772},"50":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":12,"docs":{"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.4142135623730951},"22":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":6,"docs":{"115":{"tf":1.0},"118":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"47":{"tf":1.0},"50":{"tf":1.0},"96":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":2,"docs":{"26":{"tf":1.0},"58":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"2":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"115":{"tf":1.0}}}}},"i":{"df":1,"docs":{"13":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"118":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}},"e":{"5":{"3":{"df":7,"docs":{"24":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":25,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"122":{"tf":2.0},"123":{"tf":1.0},"13":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951}}}},"n":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":48,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.7320508075688772},"2":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":2.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":2.449489742783178},"74":{"tf":2.6457513110645907},"75":{"tf":3.0},"76":{"tf":2.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":2.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"88":{"tf":2.449489742783178},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"92":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":26,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":2.0},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":2.23606797749979},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.6457513110645907},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.449489742783178},"89":{"tf":2.23606797749979},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":12,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"7":{"tf":1.0},"79":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":4,"docs":{"113":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":2.8284271247461903},"5":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.7320508075688772}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"107":{"tf":1.0},"27":{"tf":1.0},"59":{"tf":1.0},"91":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"l":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":1.4142135623730951},"117":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"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":{}}}}}},"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"117":{"tf":1.0},"13":{"tf":1.0}}}},"n":{"d":{"df":3,"docs":{"106":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"107":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"107":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":7,"docs":{"13":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"123":{"tf":1.0},"13":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"90":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"50":{"tf":1.0},"93":{"tf":1.0}}}}}},"h":{"a":{"df":1,"docs":{"115":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"72":{"tf":1.0}}}},"o":{"d":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"106":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"120":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}},"i":{"df":4,"docs":{"13":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":6,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"26":{"tf":1.0},"51":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.0},"56":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"47":{"tf":1.7320508075688772},"51":{"tf":2.0},"81":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"2":{"tf":1.0}},"e":{"=":{"'":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":9,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.4142135623730951}},"i":{"df":3,"docs":{"22":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"90":{"tf":1.0}}}}},"df":15,"docs":{"106":{"tf":1.0},"115":{"tf":2.23606797749979},"120":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":8,"docs":{"102":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.4142135623730951},"106":{"tf":1.0},"108":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":3,"docs":{"31":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}},"e":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"u":{"df":2,"docs":{"103":{"tf":1.0},"38":{"tf":1.0}}}},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{".":{"c":{"c":{".":{"c":{"c":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"60":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"2":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}}}}}},"df":3,"docs":{"100":{"tf":1.7320508075688772},"102":{"tf":2.449489742783178},"103":{"tf":3.3166247903554}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"107":{"tf":1.0},"16":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"96":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":20,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"91":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"105":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}},"@":{"2":{".":{"6":{".":{"0":{"df":1,"docs":{"123":{"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":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"38":{"tf":1.0},"40":{"tf":2.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"31":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"81":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"105":{"tf":1.0},"13":{"tf":1.0},"51":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":5,"docs":{"30":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.4142135623730951},"82":{"tf":1.0},"87":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":1.0},"110":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"3":{"tf":1.0},"50":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"37":{"tf":1.0},"40":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"73":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}}},"c":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}},"df":4,"docs":{"60":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":20,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":2.6457513110645907},"69":{"tf":1.0},"70":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":2.6457513110645907},"85":{"tf":1.0},"86":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"108":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"102":{"tf":1.0},"88":{"tf":1.0}}}}}}}}},"df":1,"docs":{"41":{"tf":1.0}}},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"101":{"tf":1.0},"92":{"tf":1.0}}},"k":{"df":1,"docs":{"108":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":3,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"107":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":10,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}}},"l":{"d":{"df":12,"docs":{"101":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"p":{"/":{"7":{"9":{"1":{"7":{"df":0,"docs":{},"f":{"7":{"9":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"4":{"c":{"5":{"9":{"8":{"7":{"df":1,"docs":{"41":{"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":{}}},"o":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"114":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"90":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":37,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":2.449489742783178},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":2.8284271247461903},"123":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":3.1622776601683795},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"40":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"56":{"tf":3.1622776601683795},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":2.23606797749979},"63":{"tf":2.6457513110645907},"64":{"tf":1.0},"88":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":2.449489742783178},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"50":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":5,"docs":{"70":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.4142135623730951},"99":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"38":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"114":{"tf":1.0},"115":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"o":{"df":5,"docs":{"101":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"76":{"tf":1.0},"92":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{")":{".":{"_":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"_":{"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":11,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"70":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":2,"docs":{"51":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"27":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"97":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"89":{"tf":2.23606797749979},"9":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0}},"e":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}},"i":{",":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":3,"docs":{"65":{"tf":1.7320508075688772},"69":{"tf":1.0},"85":{"tf":1.0}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"l":{"df":3,"docs":{"103":{"tf":1.0},"47":{"tf":1.0},"88":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"4":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":25,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"79":{"tf":1.0},"93":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"4":{"tf":1.0}}},"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":5,"docs":{"105":{"tf":1.0},"40":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"i":{"a":{"df":4,"docs":{"23":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"70":{"tf":1.0},"86":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":10,"docs":{"101":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"w":{"a":{"df":0,"docs":{},"f":{"df":2,"docs":{"102":{"tf":1.0},"88":{"tf":1.0}},"w":{"0":{"0":{"df":0,"docs":{},"f":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":20,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"40":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}},"y":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"13":{"tf":1.0},"44":{"tf":1.0}}}},"df":4,"docs":{"60":{"tf":1.4142135623730951},"64":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"40":{"tf":1.0},"97":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.7320508075688772}}}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"11":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"63":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":1,"docs":{"16":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"df":22,"docs":{"13":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.449489742783178},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":2.0},"77":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"113":{"tf":1.0},"118":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.7320508075688772}}}},"r":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"0":{":":{"0":{"0":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{":":{"0":{"0":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{":":{"0":{"0":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"0":{"0":{":":{"0":{"0":{"df":1,"docs":{"41":{"tf":1.0}}},"1":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{":":{"5":{"9":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"40":{"tf":1.7320508075688772},"41":{"tf":1.0}}},"1":{"0":{".":{"0":{".":{"0":{".":{"1":{"0":{"/":{"2":{"4":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"3":{".":{"1":{"2":{"3":{".":{"1":{"2":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"65":{"tf":1.0}}},"df":3,"docs":{"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"77":{"tf":1.0}}},"1":{":":{"0":{"0":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"4":{":":{"0":{"0":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":17,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.0},"64":{"tf":1.0},"68":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"2":{"df":14,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"56":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"91":{"tf":1.0},"95":{"tf":1.4142135623730951}},"x":{"df":1,"docs":{"5":{"tf":1.0}}}},"3":{"df":9,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.7320508075688772},"63":{"tf":1.0},"70":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"4":{"6":{"df":0,"docs":{},"f":{"9":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"7":{"2":{"7":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"5":{"2":{"4":{"1":{"0":{"9":{".":{"4":{"4":{"1":{"0":{"0":{"1":{"7":{"0":{"8":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"8":{"8":{".":{"8":{"2":{"4":{"4":{"8":{"9":{"2":{"0":{"8":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"5":{"8":{".":{"5":{"6":{"6":{"0":{"9":{"8":{"5":{"4":{"1":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"5":{"5":{"6":{"5":{"1":{"8":{"6":{"6":{"6":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":1,"docs":{"44":{"tf":1.0}}},"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}},"6":{"df":4,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}},"8":{"9":{"5":{"3":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}},"b":{"0":{"6":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{":":{"0":{"0":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"_":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":5,"docs":{"13":{"tf":1.0},"23":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"89":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"108":{"tf":1.0},"88":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"d":{"d":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"70":{"tf":1.0},"86":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"24":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"df":14,"docs":{"109":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"120":{"tf":2.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"65":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"89":{"tf":1.0}}}}}}},"df":6,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"13":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"2":{"tf":1.0},"29":{"tf":1.7320508075688772},"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},"5":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"50":{"tf":1.0},"90":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"3":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":22,"docs":{"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"30":{"tf":2.23606797749979},"31":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"8":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}}},"i":{"a":{"df":0,"docs":{},"s":{"=":{"\"":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":2,"docs":{"12":{"tf":1.0},"22":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"111":{"tf":1.0},"120":{"tf":1.0},"90":{"tf":1.0}}}}},"/":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"v":{"3":{".":{"2":{"3":{".":{"2":{"/":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"_":{"a":{"df":0,"docs":{},"m":{"d":{"6":{"4":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"@":{"3":{".":{"2":{"2":{".":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"_":{"a":{"df":0,"docs":{},"m":{"d":{"6":{"4":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}}}}}}},"df":15,"docs":{"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":2.449489742783178},"112":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"2":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":13,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.449489742783178},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":2.0},"92":{"tf":1.0},"95":{"tf":1.4142135623730951}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"50":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}},"df":13,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":3.1622776601683795},"66":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":2.449489742783178},"74":{"tf":2.0},"75":{"tf":2.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"13":{"tf":1.0},"4":{"tf":1.0},"8":{"tf":1.0}}},"df":1,"docs":{"47":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}}},"t":{"df":2,"docs":{"105":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"113":{"tf":1.0},"117":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"112":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":3,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"99":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"112":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":37,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.7320508075688772},"108":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":2.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":2.0},"9":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"66":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"108":{"tf":1.0},"4":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"100":{"tf":1.7320508075688772},"114":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"108":{"tf":1.0},"4":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"65":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0}}}},"df":15,"docs":{"105":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.7320508075688772},"44":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772},"90":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"54":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"r":{"df":4,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"44":{"tf":1.0},"96":{"tf":1.0}}}},"df":4,"docs":{"12":{"tf":1.0},"51":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"107":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":20,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"115":{"tf":1.0},"38":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}},"i":{"c":{"df":6,"docs":{"47":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"13":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"101":{"tf":1.0},"13":{"tf":1.4142135623730951},"24":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}},"w":{"df":3,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"3":{"tf":1.0},"89":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":10,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"g":{"df":10,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"107":{"tf":1.0},"13":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"89":{"tf":1.0}}}}},"y":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":3,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"23":{"tf":1.0}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"123":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"11":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}},"d":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"[":{"'":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"118":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"118":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"'":{"]":{"[":{"'":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"t":{"b":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":11,"docs":{"101":{"tf":1.0},"115":{"tf":1.7320508075688772},"118":{"tf":1.0},"20":{"tf":1.4142135623730951},"27":{"tf":1.0},"59":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"109":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"60":{"tf":1.4142135623730951},"8":{"tf":1.0},"89":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"67":{"tf":1.0},"71":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"22":{"tf":1.0},"50":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":4,"docs":{"43":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":19,"docs":{"109":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":2.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"50":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":2.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"113":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}},"m":{"d":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},"df":20,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"8":{"tf":1.0},"89":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"107":{"tf":1.0},"16":{"tf":1.0},"47":{"tf":1.7320508075688772},"51":{"tf":2.0},"81":{"tf":1.4142135623730951},"89":{"tf":1.0}}},"m":{"a":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"n":{"d":{"df":24,"docs":{"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"13":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"72":{"tf":2.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"13":{"tf":1.0},"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":29,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":2.0},"23":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":24,"docs":{"13":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":2.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"52":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"11":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.4142135623730951},"60":{"tf":1.0},"74":{"tf":1.0},"90":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":9,"docs":{"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"55":{"tf":1.0},"65":{"tf":2.23606797749979},"69":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"99":{"tf":1.0}},"u":{"df":2,"docs":{"118":{"tf":1.0},"7":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}},"r":{"df":1,"docs":{"88":{"tf":1.0}},"e":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":17,"docs":{"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"123":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"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":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"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":3,"docs":{"31":{"tf":1.0},"47":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"60":{"tf":1.7320508075688772}}}}}}}}}}},"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":14,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"90":{"tf":1.0}}},"z":{"df":2,"docs":{"3":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"4":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":13,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"16":{"tf":2.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"5":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":14,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"2":{"tf":1.0},"50":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":6,"docs":{"100":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"b":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":7,"docs":{"110":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.4142135623730951},"50":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":7,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.0},"113":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":2.0},"94":{"tf":1.0}}},"c":{"df":0,"docs":{},"f":{"5":{"c":{"8":{"4":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"e":{"6":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"41":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":11,"docs":{"120":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}},"df":8,"docs":{"100":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"91":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":3,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":6,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"16":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"88":{"tf":2.0}}}}}}}},"v":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"123":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"123":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"102":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"94":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"1":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"41":{"tf":1.0},"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":3,"docs":{"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":24,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"41":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":2.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}},"y":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.7320508075688772}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"110":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"5":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"n":{"df":7,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"5":{"tf":1.0},"88":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"91":{"tf":1.0}}}}}}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"122":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":2.0},"90":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"50":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{"'":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"[":{"'":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":10,"docs":{"101":{"tf":1.0},"113":{"tf":1.4142135623730951},"30":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"118":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"74":{"tf":1.0},"75":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":10,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"107":{"tf":1.0},"13":{"tf":1.7320508075688772},"22":{"tf":1.0},"38":{"tf":1.0},"65":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":3,"docs":{"22":{"tf":1.0},"3":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":10,"docs":{"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},"5":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"107":{"tf":1.0},"23":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"122":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"35":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":12,"docs":{"108":{"tf":1.0},"13":{"tf":1.4142135623730951},"22":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"5":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"107":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"108":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":5,"docs":{"23":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"88":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"t":{"c":{"df":14,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"[":{"'":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"t":{"b":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"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":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"13":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"115":{"tf":1.0},"13":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"77":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"60":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"73":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"73":{"tf":2.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"t":{"df":4,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}}},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"1":{"9":{"a":{"df":0,"docs":{},"f":{"6":{"7":{"c":{"d":{"1":{"d":{"0":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"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":{}},"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"13":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":2.23606797749979}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"104":{"tf":1.0}}},"s":{"df":1,"docs":{"102":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"5":{"tf":1.0}}}}}}},"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"44":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"78":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":48,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"123":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.7320508075688772},"6":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"96":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":3.0},"103":{"tf":4.0}}}}}},"df":2,"docs":{"102":{"tf":2.0},"103":{"tf":2.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"73":{"tf":1.0},"74":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":36,"docs":{"109":{"tf":2.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"23":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"90":{"tf":2.23606797749979}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"94":{"tf":1.0}}}},"d":{"c":{"d":{"df":0,"docs":{},"n":{"df":8,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":16,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"114":{"tf":1.0},"119":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":2.0},"83":{"tf":1.0},"86":{"tf":2.0},"91":{"tf":1.0},"96":{"tf":1.0}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"92":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":2.8284271247461903},"91":{"tf":2.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"16":{"tf":1.0},"38":{"tf":1.0},"81":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.4142135623730951},"115":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":15,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"2":{"tf":1.0},"3":{"tf":2.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":18,"docs":{"100":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"89":{"tf":2.0},"90":{"tf":1.0},"94":{"tf":1.7320508075688772},"96":{"tf":1.7320508075688772},"97":{"tf":2.23606797749979},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"d":{"df":1,"docs":{"65":{"tf":2.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"u":{"@":{"2":{".":{"1":{".":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.0}}}},"c":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":2,"docs":{"113":{"tf":1.0},"13":{"tf":1.0}}}}},"t":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"50":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"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":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"99":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"50":{"tf":1.0},"94":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":16,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"50":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.0}},"s":{"@":{"8":{".":{"1":{"7":{".":{"0":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":4,"docs":{"110":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}},"o":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"1":{"tf":1.0},"107":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}},"l":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":3,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":6,"docs":{"73":{"tf":1.7320508075688772},"74":{"tf":2.0},"75":{"tf":2.0},"89":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"n":{"c":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},"df":11,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"103":{"tf":1.0},"74":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":6,"docs":{"106":{"tf":1.0},"117":{"tf":2.0},"118":{"tf":1.4142135623730951},"50":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}},"s":{":":{"/":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"v":{"1":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"?":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"}":{"&":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"=":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"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":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"h":{"df":0,"docs":{},"o":{"d":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"a":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"?":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"=":{"df":0,"docs":{},"{":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"106":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"@":{"1":{".":{"3":{".":{"3":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}}}}},"i":{"'":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}},".":{"df":2,"docs":{"13":{"tf":1.0},"91":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":10,"docs":{"108":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"59":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"13":{"tf":1.0},"50":{"tf":1.0},"94":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":12,"docs":{"12":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":15,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":14,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"13":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"t":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}}}}},"r":{"a":{"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"89":{"tf":1.0},"94":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"110":{"tf":1.7320508075688772},"112":{"tf":1.0},"115":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"100":{"tf":2.449489742783178},"113":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"50":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":2.0},"52":{"tf":2.0},"53":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"n":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":4,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"16":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"109":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"50":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"65":{"tf":1.7320508075688772}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":39,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":2.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"50":{"tf":2.449489742783178},"88":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}},"f":{"a":{"c":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":2,"docs":{"13":{"tf":1.0},"44":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"106":{"tf":1.0},"95":{"tf":1.0}}}}}}},"p":{"df":14,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.0},"43":{"tf":1.7320508075688772},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"@":{"2":{".":{"1":{"0":{".":{"1":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"102":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}}}}},"t":{"'":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"61":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"s":{"df":1,"docs":{"47":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"105":{"tf":1.0},"115":{"tf":1.0},"93":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}},"y":{"df":3,"docs":{"115":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"69":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"43":{"tf":1.0},"92":{"tf":1.0}},"n":{"df":2,"docs":{"43":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"4":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"31":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772}}}}},"z":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"t":{"'":{"df":11,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":2.0},"109":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":6,"docs":{"110":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"13":{"tf":1.0},"38":{"tf":1.4142135623730951},"70":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}},"i":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"90":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":16,"docs":{"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"72":{"tf":2.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"51":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":15,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":2.6457513110645907},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"40":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"[":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"90":{"tf":1.0},"91":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"100":{"tf":1.0},"119":{"tf":1.0},"17":{"tf":1.4142135623730951},"26":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"90":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"p":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"51":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.0}}},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":10,"docs":{"100":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.4142135623730951},"89":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"123":{"tf":1.0},"13":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":57,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"23":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":2.6457513110645907},"9":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}},"s":{"'":{"df":2,"docs":{"101":{"tf":1.0},"16":{"tf":1.4142135623730951}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"116":{"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":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"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":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":4,"docs":{"108":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"65":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"s":{"df":1,"docs":{"16":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"105":{"tf":1.0},"117":{"tf":1.0},"51":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"65":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"70":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"56":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":6,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":1.0},"103":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"57":{"tf":1.4142135623730951}},"e":{"d":{"_":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":20,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"115":{"tf":1.7320508075688772},"13":{"tf":2.23606797749979},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":2.0},"26":{"tf":1.4142135623730951},"38":{"tf":1.0},"56":{"tf":2.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772},"90":{"tf":2.449489742783178},"91":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":11,"docs":{"120":{"tf":2.6457513110645907},"24":{"tf":2.8284271247461903},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"56":{"tf":2.8284271247461903},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":2.0},"63":{"tf":2.6457513110645907},"64":{"tf":1.0},"91":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"d":{"b":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"d":{"b":{"df":11,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"114":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"52":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"122":{"tf":1.0}}}},"n":{"a":{"a":{"b":{"df":0,"docs":{},"u":{"@":{"2":{".":{"1":{".":{"6":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"105":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"60":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"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":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":25,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"68":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":2.0},"92":{"tf":1.0},"94":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"w":{"df":38,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":2.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":2.23606797749979},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":2.0},"115":{"tf":2.23606797749979},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":2.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"34":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":2.6457513110645907},"57":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"89":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}},"e":{"df":1,"docs":{"117":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":15,"docs":{"31":{"tf":1.0},"54":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}},"i":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}}}},"w":{"df":14,"docs":{"100":{"tf":1.4142135623730951},"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"69":{"tf":1.0},"79":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}},"p":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}}}}}},"@":{"2":{".":{"9":{".":{"7":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"105":{"tf":1.4142135623730951},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.0}}}},"m":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.7320508075688772},"47":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"4":{"tf":1.0}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"117":{"tf":1.0},"13":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":19,"docs":{"105":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"77":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"91":{"tf":1.0}}}}}},"n":{"b":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{",":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":7,"docs":{"54":{"tf":1.0},"56":{"tf":1.0},"73":{"tf":2.23606797749979},"74":{"tf":2.23606797749979},"77":{"tf":2.8284271247461903},"78":{"tf":1.7320508075688772},"79":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":3,"docs":{"100":{"tf":1.0},"13":{"tf":1.0},"54":{"tf":1.0}}},"df":7,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"12":{"tf":1.0},"60":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":3,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"2":{"tf":1.0}}},"r":{"df":1,"docs":{"22":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"22":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"[":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":2.23606797749979}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":2.6457513110645907},"103":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"22":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"120":{"tf":2.449489742783178},"13":{"tf":1.7320508075688772},"24":{"tf":3.0},"26":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":3.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.0},"63":{"tf":2.6457513110645907},"64":{"tf":1.0},"91":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"5":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"n":{"df":6,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":8,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}}}},"z":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":16,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"77":{"tf":1.0},"79":{"tf":1.0}}}},"s":{"df":3,"docs":{"106":{"tf":1.0},"53":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":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":{"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"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":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"110":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"115":{"tf":1.7320508075688772},"118":{"tf":1.0},"16":{"tf":1.0},"39":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"15":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"123":{"tf":2.449489742783178},"24":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":7,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"50":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":4,"docs":{"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"50":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":3,"docs":{"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"50":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"110":{"tf":1.4142135623730951},"115":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"108":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"71":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"117":{"tf":1.0},"13":{"tf":1.0},"41":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}}}},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"54":{"tf":1.0},"74":{"tf":1.0}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"51":{"tf":1.0},"95":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"105":{"tf":1.0},"44":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"30":{"tf":1.0},"70":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"118":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"h":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"112":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"88":{"tf":1.7320508075688772}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"40":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"123":{"tf":1.4142135623730951},"39":{"tf":1.0},"61":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":4,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"s":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"94":{"tf":1.0}},"t":{"df":11,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":20,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"115":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"108":{"tf":1.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"97":{"tf":1.0}}}},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"1":{"0":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":10,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}},"@":{"3":{".":{"1":{"0":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"40":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"115":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"73":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"112":{"tf":1.0},"43":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}}},"y":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"df":3,"docs":{"13":{"tf":2.23606797749979},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"98":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"120":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"30":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"70":{"tf":1.0},"86":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"30":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"df":21,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.7320508075688772},"44":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":2.0},"9":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"108":{"tf":1.0},"2":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"107":{"tf":1.0},"23":{"tf":1.0},"90":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":4,"docs":{"123":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"v":{"df":5,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"118":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"94":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"106":{"tf":1.0},"117":{"tf":1.7320508075688772},"50":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":12,"docs":{"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.4142135623730951},"22":{"tf":1.0},"31":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":6,"docs":{"115":{"tf":1.0},"118":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"47":{"tf":1.0},"50":{"tf":1.0},"96":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":2,"docs":{"26":{"tf":1.0},"58":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"2":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"115":{"tf":1.0}}}}},"i":{"df":1,"docs":{"13":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"118":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}},"e":{"5":{"3":{"df":7,"docs":{"24":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":27,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"122":{"tf":2.0},"123":{"tf":1.0},"13":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951}}}},"n":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":55,"docs":{"10":{"tf":1.7320508075688772},"100":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"13":{"tf":2.23606797749979},"2":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"38":{"tf":2.0},"39":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"5":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":2.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":2.449489742783178},"74":{"tf":2.6457513110645907},"75":{"tf":3.1622776601683795},"76":{"tf":2.449489742783178},"77":{"tf":2.0},"78":{"tf":1.7320508075688772},"79":{"tf":2.449489742783178},"8":{"tf":1.0},"80":{"tf":2.0},"88":{"tf":2.449489742783178},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"92":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":35,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":2.449489742783178},"105":{"tf":1.7320508075688772},"106":{"tf":2.23606797749979},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":2.8284271247461903},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"114":{"tf":1.7320508075688772},"115":{"tf":3.1622776601683795},"116":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":2.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"50":{"tf":2.6457513110645907},"89":{"tf":2.23606797749979},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":2.23606797749979},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":2.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":13,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"24":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979},"62":{"tf":1.0},"63":{"tf":2.0},"64":{"tf":1.7320508075688772},"7":{"tf":1.0},"79":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":4,"docs":{"113":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}}}}}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"47":{"tf":3.0},"5":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.7320508075688772}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"107":{"tf":1.0},"27":{"tf":1.0},"59":{"tf":1.0},"91":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}},"l":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":1.4142135623730951},"117":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"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":{}}}}}},"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"117":{"tf":1.0},"13":{"tf":1.0}}}},"n":{"d":{"df":3,"docs":{"106":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"107":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"107":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":7,"docs":{"13":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.7320508075688772},"7":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":10,"docs":{"123":{"tf":1.0},"13":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.449489742783178},"54":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"90":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"50":{"tf":1.0},"93":{"tf":1.0}}}}}},"h":{"a":{"df":1,"docs":{"115":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"72":{"tf":1.0}}}},"o":{"d":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"106":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"120":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}},"i":{"df":4,"docs":{"13":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":6,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"26":{"tf":1.0},"51":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":16,"docs":{"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"55":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.0},"56":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"47":{"tf":1.7320508075688772},"51":{"tf":2.0},"81":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"2":{"tf":1.0}},"e":{"=":{"'":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":9,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.4142135623730951}},"i":{"df":3,"docs":{"22":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"116":{"tf":1.0},"120":{"tf":1.0},"90":{"tf":1.0}}}}},"df":15,"docs":{"106":{"tf":1.0},"115":{"tf":2.23606797749979},"120":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":8,"docs":{"102":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"t":{"df":20,"docs":{"1":{"tf":1.7320508075688772},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.4142135623730951},"30":{"tf":1.0},"52":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":3,"docs":{"31":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}},"e":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"u":{"df":2,"docs":{"103":{"tf":1.0},"38":{"tf":1.0}}}},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{".":{"c":{"c":{".":{"c":{"c":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"60":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"2":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}}}}}},"df":3,"docs":{"100":{"tf":1.7320508075688772},"102":{"tf":2.449489742783178},"103":{"tf":3.3166247903554}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"107":{"tf":1.0},"16":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":2.0},"91":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":20,"docs":{"101":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"91":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"105":{"tf":1.0},"120":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}},"@":{"2":{".":{"6":{".":{"0":{"df":1,"docs":{"123":{"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":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"38":{"tf":1.0},"40":{"tf":2.23606797749979},"41":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":2,"docs":{"41":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"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},"5":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":15,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"81":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"105":{"tf":1.0},"13":{"tf":1.0},"51":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":5,"docs":{"30":{"tf":1.0},"66":{"tf":1.0},"71":{"tf":1.7320508075688772},"82":{"tf":1.0},"87":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":1.0},"110":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"3":{"tf":1.0},"50":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"37":{"tf":1.0},"40":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"73":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}}},"c":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}},"df":4,"docs":{"60":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":20,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":2.8284271247461903},"69":{"tf":1.0},"70":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":2.8284271247461903},"85":{"tf":1.0},"86":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"108":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"102":{"tf":1.0},"88":{"tf":1.0}}}}}}}}},"df":1,"docs":{"41":{"tf":1.0}}},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"101":{"tf":1.0},"92":{"tf":1.0}}},"k":{"df":1,"docs":{"108":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":3,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"107":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":10,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}}},"l":{"d":{"df":12,"docs":{"101":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"p":{"/":{"7":{"9":{"1":{"7":{"df":0,"docs":{},"f":{"7":{"9":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"4":{"c":{"5":{"9":{"8":{"7":{"df":1,"docs":{"41":{"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":{}}},"o":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"114":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"90":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":38,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"107":{"tf":2.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"110":{"tf":2.8284271247461903},"111":{"tf":2.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":2.8284271247461903},"123":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":3.1622776601683795},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"40":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"56":{"tf":3.1622776601683795},"58":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":2.23606797749979},"63":{"tf":2.6457513110645907},"64":{"tf":1.0},"88":{"tf":2.23606797749979},"90":{"tf":1.0},"91":{"tf":2.449489742783178},"92":{"tf":1.0},"93":{"tf":2.0},"94":{"tf":1.4142135623730951}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":3,"docs":{"50":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":5,"docs":{"70":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.4142135623730951},"99":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"38":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"114":{"tf":1.0},"115":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"107":{"tf":1.4142135623730951},"108":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"o":{"df":5,"docs":{"101":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"76":{"tf":1.0},"92":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{")":{".":{"_":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"_":{"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":11,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"70":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":2,"docs":{"51":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":2,"docs":{"105":{"tf":1.0},"93":{"tf":1.0}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"27":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"97":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":17,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"28":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"89":{"tf":2.23606797749979},"9":{"tf":1.0},"91":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0}},"e":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"13":{"tf":1.0},"7":{"tf":1.0}},"i":{",":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":3,"docs":{"65":{"tf":1.7320508075688772},"69":{"tf":1.0},"85":{"tf":1.0}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"l":{"df":3,"docs":{"103":{"tf":1.0},"47":{"tf":1.0},"88":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"4":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":25,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"60":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"79":{"tf":1.0},"93":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"4":{"tf":1.0}}},"df":2,"docs":{"16":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"100":{"tf":1.4142135623730951},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":2.0},"98":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"89":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":5,"docs":{"105":{"tf":1.0},"40":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"74":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"i":{"a":{"df":4,"docs":{"23":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"70":{"tf":1.0},"86":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"69":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}},"df":10,"docs":{"101":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"w":{"a":{"df":0,"docs":{},"f":{"df":2,"docs":{"102":{"tf":1.0},"88":{"tf":1.0}},"w":{"0":{"0":{"df":0,"docs":{},"f":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":20,"docs":{"1":{"tf":1.4142135623730951},"11":{"tf":1.0},"118":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"40":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}},"y":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"13":{"tf":1.0},"44":{"tf":1.0}}}},"df":4,"docs":{"60":{"tf":1.4142135623730951},"64":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"67":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"16":{"tf":1.0},"30":{"tf":1.0},"40":{"tf":1.0},"97":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"114":{"tf":1.0},"119":{"tf":1.0},"123":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.7320508075688772}}}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"11":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"63":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":1,"docs":{"16":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"df":22,"docs":{"13":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":2.0},"26":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":2.449489742783178},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":2.6457513110645907},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":2.0},"77":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"120":{"tf":1.0},"24":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"113":{"tf":1.0},"118":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.7320508075688772}}}},"r":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"title":{"root":{"1":{"df":6,"docs":{"26":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0}}},"2":{"df":6,"docs":{"27":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}},"3":{"df":3,"docs":{"60":{"tf":1.0},"70":{"tf":1.0},"86":{"tf":1.0}}},"4":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}},"a":{"d":{"d":{"df":3,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":4,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"95":{"tf":1.0}}},"p":{"df":4,"docs":{"65":{"tf":1.0},"69":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"102":{"tf":1.0},"18":{"tf":1.0},"34":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"3":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"79":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"35":{"tf":1.0}}}}}},"df":4,"docs":{"120":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"83":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"54":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"116":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"21":{"tf":1.0},"24":{"tf":1.0}}}}}}}}}},"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":3,"docs":{"100":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"b":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"119":{"tf":1.0}}}}}}},"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"123":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"13":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"n":{"df":1,"docs":{"42":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"122":{"tf":1.0},"52":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"33":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":11,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"23":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"109":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"55":{"tf":1.0}}}},"n":{"d":{"df":3,"docs":{"103":{"tf":1.0},"70":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"89":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":3,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"i":{"'":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"121":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":3,"docs":{"104":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"104":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"74":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"79":{"tf":1.0},"80":{"tf":1.0}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"73":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"76":{"tf":1.0}}}}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":12,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"48":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"65":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"32":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"108":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"71":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"68":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":5,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"28":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"21":{"tf":1.0},"24":{"tf":1.0},"56":{"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