diff --git a/chatbot.py b/chatbot.py index 8acef88..dddce2a 100644 --- a/chatbot.py +++ b/chatbot.py @@ -18,6 +18,11 @@ from googletrans import Translator from voice_conf import * # from speech_recognition.__main__ import r, audio +from rasa.cli.utils import print_success +from rasa.nlu.model import Interpreter +from rasa.nlu.utils import json_to_string +import os +os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2' from intentClassification.intent_classification import IntentClassification greetings = ['hey there', 'hello', 'hi', 'Hai', 'hey!', 'hey', 'hi there!'] @@ -61,6 +66,9 @@ intentClassifier = IntentClassification() +rasa_model_path = "intentClassification/rasa/nlu-20200427-002014/nlu" +interpreter = Interpreter.load(rasa_model_path) + personalized, longitude, latitude = get_location() stores = [] stores_data = {} @@ -106,6 +114,7 @@ engine.runAndWait() intent = intentClassifier.intent_identifier(translate) print("Intent:", intent) + intent_rasa = interpreter.parse(translate) # TODO:: entity based weather output if intent == "weather": print("here") diff --git a/intentClassification/rasa/__init__.py b/intentClassification/rasa/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/intentClassification/rasa/actions.py b/intentClassification/rasa/actions.py new file mode 100644 index 0000000..341e537 --- /dev/null +++ b/intentClassification/rasa/actions.py @@ -0,0 +1,27 @@ +# This files contains your custom actions which can be used to run +# custom Python code. +# +# See this guide on how to implement these action: +# https://rasa.com/docs/rasa/core/actions/#custom-actions/ + + +# This is a simple example for a custom action which utters "Hello World!" + +# from typing import Any, Text, Dict, List +# +# from rasa_sdk import Action, Tracker +# from rasa_sdk.executor import CollectingDispatcher +# +# +# class ActionHelloWorld(Action): +# +# def name(self) -> Text: +# return "action_hello_world" +# +# def run(self, dispatcher: CollectingDispatcher, +# tracker: Tracker, +# domain: Dict[Text, Any]) -> List[Dict[Text, Any]]: +# +# dispatcher.utter_message(text="Hello World!") +# +# return [] diff --git a/intentClassification/rasa/config.yml b/intentClassification/rasa/config.yml new file mode 100644 index 0000000..e22e49c --- /dev/null +++ b/intentClassification/rasa/config.yml @@ -0,0 +1,26 @@ +# Configuration for Rasa NLU. +# https://rasa.com/docs/rasa/nlu/components/ +language: en +pipeline: + - name: WhitespaceTokenizer + - name: RegexFeaturizer + - name: LexicalSyntacticFeaturizer + - name: CountVectorsFeaturizer + - name: CountVectorsFeaturizer + analyzer: "char_wb" + min_ngram: 1 + max_ngram: 4 + - name: DIETClassifier + epochs: 100 + - name: EntitySynonymMapper + - name: ResponseSelector + epochs: 100 + +# Configuration for Rasa Core. +# https://rasa.com/docs/rasa/core/policies/ +policies: + - name: MemoizationPolicy + - name: TEDPolicy + max_history: 5 + epochs: 100 + - name: MappingPolicy diff --git a/intentClassification/rasa/credentials.yml b/intentClassification/rasa/credentials.yml new file mode 100644 index 0000000..58c3eec --- /dev/null +++ b/intentClassification/rasa/credentials.yml @@ -0,0 +1,32 @@ +# This file contains the credentials for the voice & chat platforms +# which your bot is using. +# https://rasa.com/docs/rasa/user-guide/messaging-and-voice-channels/ + +rest: +# # you don't need to provide anything here - this channel doesn't +# # require any credentials + + +#facebook: +# verify: "" +# secret: "" +# page-access-token: "" + +#slack: +# slack_token: "" +# slack_channel: "" + +#socketio: +# user_message_evt: +# bot_message_evt: +# session_persistence: + +#mattermost: +# url: "https:///api/v4" +# token: "" +# webhook_url: "" + +# This entry is needed if you are using Rasa X. The entry represents credentials +# for the Rasa X "channel", i.e. Talk to your bot and Share with guest testers. +rasa: + url: "http://localhost:5002/api" diff --git a/intentClassification/rasa/data/nlu.md b/intentClassification/rasa/data/nlu.md new file mode 100644 index 0000000..1e6416a --- /dev/null +++ b/intentClassification/rasa/data/nlu.md @@ -0,0 +1,306 @@ +## intent:greet +- hey +- hello +- hi +- good morning +- good evening +- hey there + +## intent:goodbye +- bye +- goodbye +- see you around +- see you later + +## intent:affirm +- yes +- indeed +- of course +- that sounds good +- correct + +## intent:deny +- no +- never +- I don't think so +- don't like that +- no way +- not really + +## intent:mood_great +- perfect +- very good +- great +- amazing +- wonderful +- I am feeling very good +- I am great +- I'm good + +## intent:mood_unhappy +- sad +- very sad +- unhappy +- bad +- very bad +- awful +- terrible +- not very good +- extremely sad +- so sad + +## intent:bot_challenge +- are you a bot? +- are you a human? +- am I talking to a bot? +- am I talking to a human? + +# intent:currency + +- Australian dollar +- Bangladeshi Taka +- Chinese Yuan +- Danish Krone +- Euro +- Indian Rupee +- Japanese Yen +- Renminbi +- South Korean Won +- Swiss Franc +- United States Dollar + +## intent:transfer_money + +- I would like to make a transfer +- I want to transfer money + +## intent:show_accounts + + - please list my accounts + - please show my accounts + - please get all my accounts + - show me my accounts details + +## intent:show_credit_cards + + - please show my credit cards + - please list my credit cards + - show me my credit cards details + - what is my credit cards outstanding + +## intent:mood_happy +- I am happy +- I feel great +- I'm fine +- I had a great day +- Me, wonderful! +- I am amazed +- This is sick! +- You are too cool +- I am loving it +- I am starting to like this +- I am feeling great +- I feel great +- Doing fine +- Never better +- Feeling lucky +- All great here + +## intent:mood_unhappy +- I am sad +- I don't feel very well +- I am disappointed +- my day was horrible +- This is bad +- I am sick +- I am ill +- I am all low today +- Its dissapointing +- How irritating it is +- Am irritated +- I am not feeling well +- This sucks! +- I am feeling too bad +- Worst day ever! +- This feels bad +- I feel low +- Everything is bad today + +## intent:type_weather + +- air +- black clouds +- blinding snowstorm +- blizzard +- breath of air +- breeze +- bright +- chilly +- clear +- cloud +- cloudy +- cold +- cold biting wind +- cold wind +- cool +- damp +- dark +- dense clouds +- dew +- drizzle +- dry +- dull +- dust storm +- fog +- foggy +- forecast +- freeze +- freezing +- fresh +- frost +- frosty +- gale +- gust of wind +- hail +- hailstone +- hailstorm +- hazy +- heat +- heat waveа +- heavy grey clouds +- hot +- humid +- humidity +- hurricane +- icy +- it lightens +- it rains cats and dogs +- it thunders +- lightning +- mist +- misty +- moderate wind +- moon +- muggy +- overcast +- precipitation +- pressure +- puff of wind +- rain +- raindrop +- rainfall +- raining +- rainy +- scattered showers +- shine +- shower +- showers +- sky +- sleet +- slight wind +- smoggy +- snow +- snowdrift +- snowfall +- snowflake +- snowing +- snowstorm +- snowy +- squall +- star +- sticky +- storm +- stormy +- strong wind +- sultry +- sun +- sunny +- sunny intervals +- sunshine +- thunder +- thunder-cloud +- thunderstorm +- thunderstorms +- to pour +- tornado +- tornadoes +- twister +- very strong wind +- warm +- weather +- wet +- whirlwind +- wind +- windy + +## intent:temperature_weather + +- above zero +- atmospheric absolute pressure +- average temperature +- barometer +- below freezing +- below zero +- degrees +- degrees above zero +- degrees below zero +- degrees Celsius +- degrees centigrade +- degrees Fahrenheit +- humidity +- pressure +- synoptic +- temperature +- temperatures are in the mid +- thermometer +- usual temperature +- weather +- weather forecast +- weather station +- weatherman + +## intent:ask_forecast_weather + +- Anybody notice the weather today? +- Awful weather, isn’t it? +- Do you know the weather forecast for today? +- Do you know the weather forecast for today? +- How is the weather today? +- How’s the weather? +- How’s the weather? +- How's the weather out in the country today? +- I wonder if there will be a storm? +- Is it cold outside? +- Is it expected to rain? +- Is it expected to snow? +- Is it snowing outside? +- Is it warm or cold? +- Is it windy out? +- It is so cloudy today, isn’t it? +- It is so sunny today, isn’t it? +- Lovely day, huh? +- Nice weather today, isn’t it? +- So, what will the weather be like today? +- Tell me, what is the weather like today? +- Terrible weather, isn’t it? +- The forecast? +- What do you think the weather looks like? +- What is the temperature outside? +- What is the temperature? +- What is the weather expected to be like? +- What is the weather forecast saying? +- What is the weather forecast today? +- What is the weather today? +- What temperature do you think it is? +- What’s it like out there? +- What’s it like out? +- What’s the temperature like out there? +- What’s the temperature like? +- What’s the temperature today? +- What’s the temperature? +- What’s the weather forecast? +- What’s the weather like? +- What's the forecast like? +- What's the forecast? +- What's the weather like today? +- Will the weather keep up? diff --git a/intentClassification/rasa/data/stories.md b/intentClassification/rasa/data/stories.md new file mode 100644 index 0000000..306c3bb --- /dev/null +++ b/intentClassification/rasa/data/stories.md @@ -0,0 +1,31 @@ +## happy path +* greet + - utter_greet +* mood_great + - utter_happy + +## sad path 1 +* greet + - utter_greet +* mood_unhappy + - utter_cheer_up + - utter_did_that_help +* affirm + - utter_happy + +## sad path 2 +* greet + - utter_greet +* mood_unhappy + - utter_cheer_up + - utter_did_that_help +* deny + - utter_goodbye + +## say goodbye +* goodbye + - utter_goodbye + +## bot challenge +* bot_challenge + - utter_iamabot diff --git a/intentClassification/rasa/domain.yml b/intentClassification/rasa/domain.yml new file mode 100644 index 0000000..deb199d --- /dev/null +++ b/intentClassification/rasa/domain.yml @@ -0,0 +1,32 @@ +intents: + - greet + - goodbye + - affirm + - deny + - mood_great + - mood_unhappy + - bot_challenge + +responses: + utter_greet: + - text: "Hey! How are you?" + + utter_cheer_up: + - text: "Here is something to cheer you up:" + image: "https://i.imgur.com/nGF1K8f.jpg" + + utter_did_that_help: + - text: "Did that help you?" + + utter_happy: + - text: "Great, carry on!" + + utter_goodbye: + - text: "Bye" + + utter_iamabot: + - text: "I am a bot, powered by Rasa." + +session_config: + session_expiration_time: 60 + carry_over_slots_to_new_session: true diff --git a/intentClassification/rasa/endpoints.yml b/intentClassification/rasa/endpoints.yml new file mode 100644 index 0000000..2330d15 --- /dev/null +++ b/intentClassification/rasa/endpoints.yml @@ -0,0 +1,42 @@ +# This file contains the different endpoints your bot can use. + +# Server where the models are pulled from. +# https://rasa.com/docs/rasa/user-guide/configuring-http-api/#fetching-models-from-a-server/ + +#models: +# url: http://my-server.com/models/default_core@latest +# wait_time_between_pulls: 10 # [optional](default: 100) + +# Server which runs your custom actions. +# https://rasa.com/docs/rasa/core/actions/#custom-actions/ + +#action_endpoint: +# url: "http://localhost:5055/webhook" + +# Tracker store which is used to store the conversations. +# By default the conversations are stored in memory. +# https://rasa.com/docs/rasa/api/tracker-stores/ + +#tracker_store: +# type: redis +# url: +# port: +# db: +# password: +# use_ssl: + +#tracker_store: +# type: mongod +# url: +# db: +# username: +# password: + +# Event broker which all conversation events should be streamed to. +# https://rasa.com/docs/rasa/api/event-brokers/ + +#event_broker: +# url: localhost +# username: username +# password: password +# queue: queue diff --git a/intentClassification/rasa/nlu-20200427-002014/fingerprint.json b/intentClassification/rasa/nlu-20200427-002014/fingerprint.json new file mode 100644 index 0000000..891954d --- /dev/null +++ b/intentClassification/rasa/nlu-20200427-002014/fingerprint.json @@ -0,0 +1,11 @@ +{ + "config": "99914b932bd37a50b983c5e7c90ae93b", + "core-config": "977455427a0873dad8c7696e8b802567", + "nlu-config": "82833edd77c80380860cf74a815a1707", + "domain": 1533478976076908663, + "nlg": "99914b932bd37a50b983c5e7c90ae93b", + "messages": 248055198753344374, + "stories": 751098818652394202, + "trained_at": 1587927014.942406, + "version": "1.9.7" +} \ No newline at end of file diff --git a/intentClassification/rasa/nlu-20200427-002014/nlu/checkpoint b/intentClassification/rasa/nlu-20200427-002014/nlu/checkpoint new file mode 100644 index 0000000..8d1beb9 --- /dev/null +++ b/intentClassification/rasa/nlu-20200427-002014/nlu/checkpoint @@ -0,0 +1,2 @@ +model_checkpoint_path: "component_5_DIETClassifier.tf_model" +all_model_checkpoint_paths: "component_5_DIETClassifier.tf_model" diff --git a/intentClassification/rasa/nlu-20200427-002014/nlu/component_1_RegexFeaturizer.pkl b/intentClassification/rasa/nlu-20200427-002014/nlu/component_1_RegexFeaturizer.pkl new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/intentClassification/rasa/nlu-20200427-002014/nlu/component_1_RegexFeaturizer.pkl @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/intentClassification/rasa/nlu-20200427-002014/nlu/component_2_LexicalSyntacticFeaturizer.feature_to_idx_dict.pkl b/intentClassification/rasa/nlu-20200427-002014/nlu/component_2_LexicalSyntacticFeaturizer.feature_to_idx_dict.pkl new file mode 100644 index 0000000..49c1019 --- /dev/null +++ b/intentClassification/rasa/nlu-20200427-002014/nlu/component_2_LexicalSyntacticFeaturizer.feature_to_idx_dict.pkl @@ -0,0 +1 @@ +{"-1:low": {"False": 0, "True": 1}, "-1:title": {"False": 2, "True": 3}, "-1:upper": {"False": 4, "True": 5}, "0:BOS": {"False": 6, "True": 7}, "0:EOS": {"False": 8, "True": 9}, "0:digit": {"False": 10}, "0:low": {"False": 11, "True": 12}, "0:title": {"False": 13, "True": 14}, "0:upper": {"False": 15, "True": 16}, "1:low": {"False": 17, "True": 18}, "1:title": {"False": 19, "True": 20}, "1:upper": {"False": 21, "True": 22}} \ No newline at end of file diff --git a/intentClassification/rasa/nlu-20200427-002014/nlu/component_3_CountVectorsFeaturizer.pkl b/intentClassification/rasa/nlu-20200427-002014/nlu/component_3_CountVectorsFeaturizer.pkl new file mode 100644 index 0000000..20f3d19 --- /dev/null +++ b/intentClassification/rasa/nlu-20200427-002014/nlu/component_3_CountVectorsFeaturizer.pkl @@ -0,0 +1 @@ +{"intent": {"affirm": {"dtype": "int64", "py/object": "numpy.int64", "value": 0}, "ask_forecast_weather": {"dtype": "int64", "py/object": "numpy.int64", "value": 1}, "bot_challenge": {"dtype": "int64", "py/object": "numpy.int64", "value": 2}, "deny": {"dtype": "int64", "py/object": "numpy.int64", "value": 3}, "goodbye": {"dtype": "int64", "py/object": "numpy.int64", "value": 4}, "greet": {"dtype": "int64", "py/object": "numpy.int64", "value": 5}, "mood_great": {"dtype": "int64", "py/object": "numpy.int64", "value": 6}, "mood_happy": {"dtype": "int64", "py/object": "numpy.int64", "value": 7}, "mood_unhappy": {"dtype": "int64", "py/object": "numpy.int64", "value": 8}, "show_accounts": {"dtype": "int64", "py/object": "numpy.int64", "value": 9}, "show_credit_cards": {"dtype": "int64", "py/object": "numpy.int64", "value": 10}, "temperature_weather": {"dtype": "int64", "py/object": "numpy.int64", "value": 11}, "transfer_money": {"dtype": "int64", "py/object": "numpy.int64", "value": 12}, "type_weather": {"dtype": "int64", "py/object": "numpy.int64", "value": 13}}, "response": null, "text": {"above": {"dtype": "int64", "py/object": "numpy.int64", "value": 0}, "absolute": {"dtype": "int64", "py/object": "numpy.int64", "value": 1}, "accounts": {"dtype": "int64", "py/object": "numpy.int64", "value": 2}, "air": {"dtype": "int64", "py/object": "numpy.int64", "value": 3}, "all": {"dtype": "int64", "py/object": "numpy.int64", "value": 4}, "am": {"dtype": "int64", "py/object": "numpy.int64", "value": 5}, "amazed": {"dtype": "int64", "py/object": "numpy.int64", "value": 6}, "amazing": {"dtype": "int64", "py/object": "numpy.int64", "value": 7}, "and": {"dtype": "int64", "py/object": "numpy.int64", "value": 8}, "anybody": {"dtype": "int64", "py/object": "numpy.int64", "value": 9}, "are": {"dtype": "int64", "py/object": "numpy.int64", "value": 10}, "around": {"dtype": "int64", "py/object": "numpy.int64", "value": 11}, "atmospheric": {"dtype": "int64", "py/object": "numpy.int64", "value": 12}, "australian": {"dtype": "int64", "py/object": "numpy.int64", "value": 13}, "average": {"dtype": "int64", "py/object": "numpy.int64", "value": 14}, "awful": {"dtype": "int64", "py/object": "numpy.int64", "value": 15}, "bad": {"dtype": "int64", "py/object": "numpy.int64", "value": 16}, "bangladeshi": {"dtype": "int64", "py/object": "numpy.int64", "value": 17}, "barometer": {"dtype": "int64", "py/object": "numpy.int64", "value": 18}, "be": {"dtype": "int64", "py/object": "numpy.int64", "value": 19}, "below": {"dtype": "int64", "py/object": "numpy.int64", "value": 20}, "better": {"dtype": "int64", "py/object": "numpy.int64", "value": 21}, "biting": {"dtype": "int64", "py/object": "numpy.int64", "value": 22}, "black": {"dtype": "int64", "py/object": "numpy.int64", "value": 23}, "blinding": {"dtype": "int64", "py/object": "numpy.int64", "value": 24}, "blizzard": {"dtype": "int64", "py/object": "numpy.int64", "value": 25}, "bot": {"dtype": "int64", "py/object": "numpy.int64", "value": 26}, "breath": {"dtype": "int64", "py/object": "numpy.int64", "value": 27}, "breeze": {"dtype": "int64", "py/object": "numpy.int64", "value": 28}, "bright": {"dtype": "int64", "py/object": "numpy.int64", "value": 29}, "bye": {"dtype": "int64", "py/object": "numpy.int64", "value": 30}, "cards": {"dtype": "int64", "py/object": "numpy.int64", "value": 31}, "cats": {"dtype": "int64", "py/object": "numpy.int64", "value": 32}, "celsius": {"dtype": "int64", "py/object": "numpy.int64", "value": 33}, "centigrade": {"dtype": "int64", "py/object": "numpy.int64", "value": 34}, "chilly": {"dtype": "int64", "py/object": "numpy.int64", "value": 35}, "chinese": {"dtype": "int64", "py/object": "numpy.int64", "value": 36}, "clear": {"dtype": "int64", "py/object": "numpy.int64", "value": 37}, "cloud": {"dtype": "int64", "py/object": "numpy.int64", "value": 38}, "clouds": {"dtype": "int64", "py/object": "numpy.int64", "value": 39}, "cloudy": {"dtype": "int64", "py/object": "numpy.int64", "value": 40}, "cold": {"dtype": "int64", "py/object": "numpy.int64", "value": 41}, "cool": {"dtype": "int64", "py/object": "numpy.int64", "value": 42}, "correct": {"dtype": "int64", "py/object": "numpy.int64", "value": 43}, "country": {"dtype": "int64", "py/object": "numpy.int64", "value": 44}, "course": {"dtype": "int64", "py/object": "numpy.int64", "value": 45}, "credit": {"dtype": "int64", "py/object": "numpy.int64", "value": 46}, "damp": {"dtype": "int64", "py/object": "numpy.int64", "value": 47}, "danish": {"dtype": "int64", "py/object": "numpy.int64", "value": 48}, "dark": {"dtype": "int64", "py/object": "numpy.int64", "value": 49}, "day": {"dtype": "int64", "py/object": "numpy.int64", "value": 50}, "degrees": {"dtype": "int64", "py/object": "numpy.int64", "value": 51}, "dense": {"dtype": "int64", "py/object": "numpy.int64", "value": 52}, "details": {"dtype": "int64", "py/object": "numpy.int64", "value": 53}, "dew": {"dtype": "int64", "py/object": "numpy.int64", "value": 54}, "disappointed": {"dtype": "int64", "py/object": "numpy.int64", "value": 55}, "dissapointing": {"dtype": "int64", "py/object": "numpy.int64", "value": 56}, "do": {"dtype": "int64", "py/object": "numpy.int64", "value": 57}, "dogs": {"dtype": "int64", "py/object": "numpy.int64", "value": 58}, "doing": {"dtype": "int64", "py/object": "numpy.int64", "value": 59}, "dollar": {"dtype": "int64", "py/object": "numpy.int64", "value": 60}, "don": {"dtype": "int64", "py/object": "numpy.int64", "value": 61}, "drizzle": {"dtype": "int64", "py/object": "numpy.int64", "value": 62}, "dry": {"dtype": "int64", "py/object": "numpy.int64", "value": 63}, "dull": {"dtype": "int64", "py/object": "numpy.int64", "value": 64}, "dust": {"dtype": "int64", "py/object": "numpy.int64", "value": 65}, "euro": {"dtype": "int64", "py/object": "numpy.int64", "value": 66}, "evening": {"dtype": "int64", "py/object": "numpy.int64", "value": 67}, "ever": {"dtype": "int64", "py/object": "numpy.int64", "value": 68}, "everything": {"dtype": "int64", "py/object": "numpy.int64", "value": 69}, "expected": {"dtype": "int64", "py/object": "numpy.int64", "value": 70}, "extremely": {"dtype": "int64", "py/object": "numpy.int64", "value": 71}, "fahrenheit": {"dtype": "int64", "py/object": "numpy.int64", "value": 72}, "feel": {"dtype": "int64", "py/object": "numpy.int64", "value": 73}, "feeling": {"dtype": "int64", "py/object": "numpy.int64", "value": 74}, "feels": {"dtype": "int64", "py/object": "numpy.int64", "value": 75}, "fine": {"dtype": "int64", "py/object": "numpy.int64", "value": 76}, "fog": {"dtype": "int64", "py/object": "numpy.int64", "value": 77}, "foggy": {"dtype": "int64", "py/object": "numpy.int64", "value": 78}, "for": {"dtype": "int64", "py/object": "numpy.int64", "value": 79}, "forecast": {"dtype": "int64", "py/object": "numpy.int64", "value": 80}, "franc": {"dtype": "int64", "py/object": "numpy.int64", "value": 81}, "freeze": {"dtype": "int64", "py/object": "numpy.int64", "value": 82}, "freezing": {"dtype": "int64", "py/object": "numpy.int64", "value": 83}, "fresh": {"dtype": "int64", "py/object": "numpy.int64", "value": 84}, "frost": {"dtype": "int64", "py/object": "numpy.int64", "value": 85}, "frosty": {"dtype": "int64", "py/object": "numpy.int64", "value": 86}, "gale": {"dtype": "int64", "py/object": "numpy.int64", "value": 87}, "get": {"dtype": "int64", "py/object": "numpy.int64", "value": 88}, "good": {"dtype": "int64", "py/object": "numpy.int64", "value": 89}, "goodbye": {"dtype": "int64", "py/object": "numpy.int64", "value": 90}, "great": {"dtype": "int64", "py/object": "numpy.int64", "value": 91}, "grey": {"dtype": "int64", "py/object": "numpy.int64", "value": 92}, "gust": {"dtype": "int64", "py/object": "numpy.int64", "value": 93}, "had": {"dtype": "int64", "py/object": "numpy.int64", "value": 94}, "hail": {"dtype": "int64", "py/object": "numpy.int64", "value": 95}, "hailstone": {"dtype": "int64", "py/object": "numpy.int64", "value": 96}, "hailstorm": {"dtype": "int64", "py/object": "numpy.int64", "value": 97}, "happy": {"dtype": "int64", "py/object": "numpy.int64", "value": 98}, "hazy": {"dtype": "int64", "py/object": "numpy.int64", "value": 99}, "heat": {"dtype": "int64", "py/object": "numpy.int64", "value": 100}, "heavy": {"dtype": "int64", "py/object": "numpy.int64", "value": 101}, "hello": {"dtype": "int64", "py/object": "numpy.int64", "value": 102}, "here": {"dtype": "int64", "py/object": "numpy.int64", "value": 103}, "hey": {"dtype": "int64", "py/object": "numpy.int64", "value": 104}, "hi": {"dtype": "int64", "py/object": "numpy.int64", "value": 105}, "horrible": {"dtype": "int64", "py/object": "numpy.int64", "value": 106}, "hot": {"dtype": "int64", "py/object": "numpy.int64", "value": 107}, "how": {"dtype": "int64", "py/object": "numpy.int64", "value": 108}, "huh": {"dtype": "int64", "py/object": "numpy.int64", "value": 109}, "human": {"dtype": "int64", "py/object": "numpy.int64", "value": 110}, "humid": {"dtype": "int64", "py/object": "numpy.int64", "value": 111}, "humidity": {"dtype": "int64", "py/object": "numpy.int64", "value": 112}, "hurricane": {"dtype": "int64", "py/object": "numpy.int64", "value": 113}, "icy": {"dtype": "int64", "py/object": "numpy.int64", "value": 114}, "if": {"dtype": "int64", "py/object": "numpy.int64", "value": 115}, "ill": {"dtype": "int64", "py/object": "numpy.int64", "value": 116}, "in": {"dtype": "int64", "py/object": "numpy.int64", "value": 117}, "indeed": {"dtype": "int64", "py/object": "numpy.int64", "value": 118}, "indian": {"dtype": "int64", "py/object": "numpy.int64", "value": 119}, "intervals": {"dtype": "int64", "py/object": "numpy.int64", "value": 120}, "irritated": {"dtype": "int64", "py/object": "numpy.int64", "value": 121}, "irritating": {"dtype": "int64", "py/object": "numpy.int64", "value": 122}, "is": {"dtype": "int64", "py/object": "numpy.int64", "value": 123}, "isn": {"dtype": "int64", "py/object": "numpy.int64", "value": 124}, "it": {"dtype": "int64", "py/object": "numpy.int64", "value": 125}, "its": {"dtype": "int64", "py/object": "numpy.int64", "value": 126}, "japanese": {"dtype": "int64", "py/object": "numpy.int64", "value": 127}, "keep": {"dtype": "int64", "py/object": "numpy.int64", "value": 128}, "know": {"dtype": "int64", "py/object": "numpy.int64", "value": 129}, "korean": {"dtype": "int64", "py/object": "numpy.int64", "value": 130}, "krone": {"dtype": "int64", "py/object": "numpy.int64", "value": 131}, "later": {"dtype": "int64", "py/object": "numpy.int64", "value": 132}, "lightens": {"dtype": "int64", "py/object": "numpy.int64", "value": 133}, "lightning": {"dtype": "int64", "py/object": "numpy.int64", "value": 134}, "like": {"dtype": "int64", "py/object": "numpy.int64", "value": 135}, "list": {"dtype": "int64", "py/object": "numpy.int64", "value": 136}, "looks": {"dtype": "int64", "py/object": "numpy.int64", "value": 137}, "lovely": {"dtype": "int64", "py/object": "numpy.int64", "value": 138}, "loving": {"dtype": "int64", "py/object": "numpy.int64", "value": 139}, "low": {"dtype": "int64", "py/object": "numpy.int64", "value": 140}, "lucky": {"dtype": "int64", "py/object": "numpy.int64", "value": 141}, "make": {"dtype": "int64", "py/object": "numpy.int64", "value": 142}, "me": {"dtype": "int64", "py/object": "numpy.int64", "value": 143}, "mid": {"dtype": "int64", "py/object": "numpy.int64", "value": 144}, "mist": {"dtype": "int64", "py/object": "numpy.int64", "value": 145}, "misty": {"dtype": "int64", "py/object": "numpy.int64", "value": 146}, "moderate": {"dtype": "int64", "py/object": "numpy.int64", "value": 147}, "money": {"dtype": "int64", "py/object": "numpy.int64", "value": 148}, "moon": {"dtype": "int64", "py/object": "numpy.int64", "value": 149}, "morning": {"dtype": "int64", "py/object": "numpy.int64", "value": 150}, "muggy": {"dtype": "int64", "py/object": "numpy.int64", "value": 151}, "my": {"dtype": "int64", "py/object": "numpy.int64", "value": 152}, "never": {"dtype": "int64", "py/object": "numpy.int64", "value": 153}, "nice": {"dtype": "int64", "py/object": "numpy.int64", "value": 154}, "no": {"dtype": "int64", "py/object": "numpy.int64", "value": 155}, "not": {"dtype": "int64", "py/object": "numpy.int64", "value": 156}, "notice": {"dtype": "int64", "py/object": "numpy.int64", "value": 157}, "of": {"dtype": "int64", "py/object": "numpy.int64", "value": 158}, "or": {"dtype": "int64", "py/object": "numpy.int64", "value": 159}, "out": {"dtype": "int64", "py/object": "numpy.int64", "value": 160}, "outside": {"dtype": "int64", "py/object": "numpy.int64", "value": 161}, "outstanding": {"dtype": "int64", "py/object": "numpy.int64", "value": 162}, "overcast": {"dtype": "int64", "py/object": "numpy.int64", "value": 163}, "perfect": {"dtype": "int64", "py/object": "numpy.int64", "value": 164}, "please": {"dtype": "int64", "py/object": "numpy.int64", "value": 165}, "pour": {"dtype": "int64", "py/object": "numpy.int64", "value": 166}, "precipitation": {"dtype": "int64", "py/object": "numpy.int64", "value": 167}, "pressure": {"dtype": "int64", "py/object": "numpy.int64", "value": 168}, "puff": {"dtype": "int64", "py/object": "numpy.int64", "value": 169}, "rain": {"dtype": "int64", "py/object": "numpy.int64", "value": 170}, "raindrop": {"dtype": "int64", "py/object": "numpy.int64", "value": 171}, "rainfall": {"dtype": "int64", "py/object": "numpy.int64", "value": 172}, "raining": {"dtype": "int64", "py/object": "numpy.int64", "value": 173}, "rains": {"dtype": "int64", "py/object": "numpy.int64", "value": 174}, "rainy": {"dtype": "int64", "py/object": "numpy.int64", "value": 175}, "really": {"dtype": "int64", "py/object": "numpy.int64", "value": 176}, "renminbi": {"dtype": "int64", "py/object": "numpy.int64", "value": 177}, "rupee": {"dtype": "int64", "py/object": "numpy.int64", "value": 178}, "sad": {"dtype": "int64", "py/object": "numpy.int64", "value": 179}, "saying": {"dtype": "int64", "py/object": "numpy.int64", "value": 180}, "scattered": {"dtype": "int64", "py/object": "numpy.int64", "value": 181}, "see": {"dtype": "int64", "py/object": "numpy.int64", "value": 182}, "shine": {"dtype": "int64", "py/object": "numpy.int64", "value": 183}, "show": {"dtype": "int64", "py/object": "numpy.int64", "value": 184}, "shower": {"dtype": "int64", "py/object": "numpy.int64", "value": 185}, "showers": {"dtype": "int64", "py/object": "numpy.int64", "value": 186}, "sick": {"dtype": "int64", "py/object": "numpy.int64", "value": 187}, "sky": {"dtype": "int64", "py/object": "numpy.int64", "value": 188}, "sleet": {"dtype": "int64", "py/object": "numpy.int64", "value": 189}, "slight": {"dtype": "int64", "py/object": "numpy.int64", "value": 190}, "smoggy": {"dtype": "int64", "py/object": "numpy.int64", "value": 191}, "snow": {"dtype": "int64", "py/object": "numpy.int64", "value": 192}, "snowdrift": {"dtype": "int64", "py/object": "numpy.int64", "value": 193}, "snowfall": {"dtype": "int64", "py/object": "numpy.int64", "value": 194}, "snowflake": {"dtype": "int64", "py/object": "numpy.int64", "value": 195}, "snowing": {"dtype": "int64", "py/object": "numpy.int64", "value": 196}, "snowstorm": {"dtype": "int64", "py/object": "numpy.int64", "value": 197}, "snowy": {"dtype": "int64", "py/object": "numpy.int64", "value": 198}, "so": {"dtype": "int64", "py/object": "numpy.int64", "value": 199}, "sounds": {"dtype": "int64", "py/object": "numpy.int64", "value": 200}, "south": {"dtype": "int64", "py/object": "numpy.int64", "value": 201}, "squall": {"dtype": "int64", "py/object": "numpy.int64", "value": 202}, "star": {"dtype": "int64", "py/object": "numpy.int64", "value": 203}, "starting": {"dtype": "int64", "py/object": "numpy.int64", "value": 204}, "states": {"dtype": "int64", "py/object": "numpy.int64", "value": 205}, "station": {"dtype": "int64", "py/object": "numpy.int64", "value": 206}, "sticky": {"dtype": "int64", "py/object": "numpy.int64", "value": 207}, "storm": {"dtype": "int64", "py/object": "numpy.int64", "value": 208}, "stormy": {"dtype": "int64", "py/object": "numpy.int64", "value": 209}, "strong": {"dtype": "int64", "py/object": "numpy.int64", "value": 210}, "sucks": {"dtype": "int64", "py/object": "numpy.int64", "value": 211}, "sultry": {"dtype": "int64", "py/object": "numpy.int64", "value": 212}, "sun": {"dtype": "int64", "py/object": "numpy.int64", "value": 213}, "sunny": {"dtype": "int64", "py/object": "numpy.int64", "value": 214}, "sunshine": {"dtype": "int64", "py/object": "numpy.int64", "value": 215}, "swiss": {"dtype": "int64", "py/object": "numpy.int64", "value": 216}, "synoptic": {"dtype": "int64", "py/object": "numpy.int64", "value": 217}, "taka": {"dtype": "int64", "py/object": "numpy.int64", "value": 218}, "talking": {"dtype": "int64", "py/object": "numpy.int64", "value": 219}, "tell": {"dtype": "int64", "py/object": "numpy.int64", "value": 220}, "temperature": {"dtype": "int64", "py/object": "numpy.int64", "value": 221}, "temperatures": {"dtype": "int64", "py/object": "numpy.int64", "value": 222}, "terrible": {"dtype": "int64", "py/object": "numpy.int64", "value": 223}, "that": {"dtype": "int64", "py/object": "numpy.int64", "value": 224}, "the": {"dtype": "int64", "py/object": "numpy.int64", "value": 225}, "there": {"dtype": "int64", "py/object": "numpy.int64", "value": 226}, "thermometer": {"dtype": "int64", "py/object": "numpy.int64", "value": 227}, "think": {"dtype": "int64", "py/object": "numpy.int64", "value": 228}, "this": {"dtype": "int64", "py/object": "numpy.int64", "value": 229}, "thunder": {"dtype": "int64", "py/object": "numpy.int64", "value": 230}, "thunders": {"dtype": "int64", "py/object": "numpy.int64", "value": 231}, "thunderstorm": {"dtype": "int64", "py/object": "numpy.int64", "value": 232}, "thunderstorms": {"dtype": "int64", "py/object": "numpy.int64", "value": 233}, "to": {"dtype": "int64", "py/object": "numpy.int64", "value": 234}, "today": {"dtype": "int64", "py/object": "numpy.int64", "value": 235}, "too": {"dtype": "int64", "py/object": "numpy.int64", "value": 236}, "tornado": {"dtype": "int64", "py/object": "numpy.int64", "value": 237}, "tornadoes": {"dtype": "int64", "py/object": "numpy.int64", "value": 238}, "transfer": {"dtype": "int64", "py/object": "numpy.int64", "value": 239}, "twister": {"dtype": "int64", "py/object": "numpy.int64", "value": 240}, "unhappy": {"dtype": "int64", "py/object": "numpy.int64", "value": 241}, "united": {"dtype": "int64", "py/object": "numpy.int64", "value": 242}, "up": {"dtype": "int64", "py/object": "numpy.int64", "value": 243}, "usual": {"dtype": "int64", "py/object": "numpy.int64", "value": 244}, "very": {"dtype": "int64", "py/object": "numpy.int64", "value": 245}, "want": {"dtype": "int64", "py/object": "numpy.int64", "value": 246}, "warm": {"dtype": "int64", "py/object": "numpy.int64", "value": 247}, "was": {"dtype": "int64", "py/object": "numpy.int64", "value": 248}, "wave\u0430": {"dtype": "int64", "py/object": "numpy.int64", "value": 249}, "way": {"dtype": "int64", "py/object": "numpy.int64", "value": 250}, "weather": {"dtype": "int64", "py/object": "numpy.int64", "value": 251}, "weatherman": {"dtype": "int64", "py/object": "numpy.int64", "value": 252}, "well": {"dtype": "int64", "py/object": "numpy.int64", "value": 253}, "wet": {"dtype": "int64", "py/object": "numpy.int64", "value": 254}, "what": {"dtype": "int64", "py/object": "numpy.int64", "value": 255}, "whirlwind": {"dtype": "int64", "py/object": "numpy.int64", "value": 256}, "will": {"dtype": "int64", "py/object": "numpy.int64", "value": 257}, "wind": {"dtype": "int64", "py/object": "numpy.int64", "value": 258}, "windy": {"dtype": "int64", "py/object": "numpy.int64", "value": 259}, "won": {"dtype": "int64", "py/object": "numpy.int64", "value": 260}, "wonder": {"dtype": "int64", "py/object": "numpy.int64", "value": 261}, "wonderful": {"dtype": "int64", "py/object": "numpy.int64", "value": 262}, "worst": {"dtype": "int64", "py/object": "numpy.int64", "value": 263}, "would": {"dtype": "int64", "py/object": "numpy.int64", "value": 264}, "yen": {"dtype": "int64", "py/object": "numpy.int64", "value": 265}, "yes": {"dtype": "int64", "py/object": "numpy.int64", "value": 266}, "you": {"dtype": "int64", "py/object": "numpy.int64", "value": 267}, "yuan": {"dtype": "int64", "py/object": "numpy.int64", "value": 268}, "zero": {"dtype": "int64", "py/object": "numpy.int64", "value": 269}}} \ No newline at end of file diff --git a/intentClassification/rasa/nlu-20200427-002014/nlu/component_4_CountVectorsFeaturizer.pkl b/intentClassification/rasa/nlu-20200427-002014/nlu/component_4_CountVectorsFeaturizer.pkl new file mode 100644 index 0000000..df45df7 --- /dev/null +++ b/intentClassification/rasa/nlu-20200427-002014/nlu/component_4_CountVectorsFeaturizer.pkl @@ -0,0 +1 @@ +{"response": null, "text": {" ": {"dtype": "int64", "py/object": "numpy.int64", "value": 0}, " a": {"dtype": "int64", "py/object": "numpy.int64", "value": 1}, " a ": {"dtype": "int64", "py/object": "numpy.int64", "value": 2}, " ab": {"dtype": "int64", "py/object": "numpy.int64", "value": 3}, " abo": {"dtype": "int64", "py/object": "numpy.int64", "value": 4}, " abs": {"dtype": "int64", "py/object": "numpy.int64", "value": 5}, " ac": {"dtype": "int64", "py/object": "numpy.int64", "value": 6}, " acc": {"dtype": "int64", "py/object": "numpy.int64", "value": 7}, " ai": {"dtype": "int64", "py/object": "numpy.int64", "value": 8}, " air": {"dtype": "int64", "py/object": "numpy.int64", "value": 9}, " al": {"dtype": "int64", "py/object": "numpy.int64", "value": 10}, " all": {"dtype": "int64", "py/object": "numpy.int64", "value": 11}, " am": {"dtype": "int64", "py/object": "numpy.int64", "value": 12}, " am ": {"dtype": "int64", "py/object": "numpy.int64", "value": 13}, " ama": {"dtype": "int64", "py/object": "numpy.int64", "value": 14}, " an": {"dtype": "int64", "py/object": "numpy.int64", "value": 15}, " and": {"dtype": "int64", "py/object": "numpy.int64", "value": 16}, " any": {"dtype": "int64", "py/object": "numpy.int64", "value": 17}, " ar": {"dtype": "int64", "py/object": "numpy.int64", "value": 18}, " are": {"dtype": "int64", "py/object": "numpy.int64", "value": 19}, " aro": {"dtype": "int64", "py/object": "numpy.int64", "value": 20}, " at": {"dtype": "int64", "py/object": "numpy.int64", "value": 21}, " atm": {"dtype": "int64", "py/object": "numpy.int64", "value": 22}, " au": {"dtype": "int64", "py/object": "numpy.int64", "value": 23}, " aus": {"dtype": "int64", "py/object": "numpy.int64", "value": 24}, " av": {"dtype": "int64", "py/object": "numpy.int64", "value": 25}, " ave": {"dtype": "int64", "py/object": "numpy.int64", "value": 26}, " aw": {"dtype": "int64", "py/object": "numpy.int64", "value": 27}, " awf": {"dtype": "int64", "py/object": "numpy.int64", "value": 28}, " b": {"dtype": "int64", "py/object": "numpy.int64", "value": 29}, " ba": {"dtype": "int64", "py/object": "numpy.int64", "value": 30}, " bad": {"dtype": "int64", "py/object": "numpy.int64", "value": 31}, " ban": {"dtype": "int64", "py/object": "numpy.int64", "value": 32}, " bar": {"dtype": "int64", "py/object": "numpy.int64", "value": 33}, " be": {"dtype": "int64", "py/object": "numpy.int64", "value": 34}, " be ": {"dtype": "int64", "py/object": "numpy.int64", "value": 35}, " bel": {"dtype": "int64", "py/object": "numpy.int64", "value": 36}, " bet": {"dtype": "int64", "py/object": "numpy.int64", "value": 37}, " bi": {"dtype": "int64", "py/object": "numpy.int64", "value": 38}, " bit": {"dtype": "int64", "py/object": "numpy.int64", "value": 39}, " bl": {"dtype": "int64", "py/object": "numpy.int64", "value": 40}, " bla": {"dtype": "int64", "py/object": "numpy.int64", "value": 41}, " bli": {"dtype": "int64", "py/object": "numpy.int64", "value": 42}, " bo": {"dtype": "int64", "py/object": "numpy.int64", "value": 43}, " bot": {"dtype": "int64", "py/object": "numpy.int64", "value": 44}, " br": {"dtype": "int64", "py/object": "numpy.int64", "value": 45}, " bre": {"dtype": "int64", "py/object": "numpy.int64", "value": 46}, " bri": {"dtype": "int64", "py/object": "numpy.int64", "value": 47}, " by": {"dtype": "int64", "py/object": "numpy.int64", "value": 48}, " bye": {"dtype": "int64", "py/object": "numpy.int64", "value": 49}, " c": {"dtype": "int64", "py/object": "numpy.int64", "value": 50}, " ca": {"dtype": "int64", "py/object": "numpy.int64", "value": 51}, " car": {"dtype": "int64", "py/object": "numpy.int64", "value": 52}, " cat": {"dtype": "int64", "py/object": "numpy.int64", "value": 53}, " ce": {"dtype": "int64", "py/object": "numpy.int64", "value": 54}, " cel": {"dtype": "int64", "py/object": "numpy.int64", "value": 55}, " cen": {"dtype": "int64", "py/object": "numpy.int64", "value": 56}, " ch": {"dtype": "int64", "py/object": "numpy.int64", "value": 57}, " chi": {"dtype": "int64", "py/object": "numpy.int64", "value": 58}, " cl": {"dtype": "int64", "py/object": "numpy.int64", "value": 59}, " cle": {"dtype": "int64", "py/object": "numpy.int64", "value": 60}, " clo": {"dtype": "int64", "py/object": "numpy.int64", "value": 61}, " co": {"dtype": "int64", "py/object": "numpy.int64", "value": 62}, " col": {"dtype": "int64", "py/object": "numpy.int64", "value": 63}, " coo": {"dtype": "int64", "py/object": "numpy.int64", "value": 64}, " cor": {"dtype": "int64", "py/object": "numpy.int64", "value": 65}, " cou": {"dtype": "int64", "py/object": "numpy.int64", "value": 66}, " cr": {"dtype": "int64", "py/object": "numpy.int64", "value": 67}, " cre": {"dtype": "int64", "py/object": "numpy.int64", "value": 68}, " d": {"dtype": "int64", "py/object": "numpy.int64", "value": 69}, " da": {"dtype": "int64", "py/object": "numpy.int64", "value": 70}, " dam": {"dtype": "int64", "py/object": "numpy.int64", "value": 71}, " dan": {"dtype": "int64", "py/object": "numpy.int64", "value": 72}, " dar": {"dtype": "int64", "py/object": "numpy.int64", "value": 73}, " day": {"dtype": "int64", "py/object": "numpy.int64", "value": 74}, " de": {"dtype": "int64", "py/object": "numpy.int64", "value": 75}, " deg": {"dtype": "int64", "py/object": "numpy.int64", "value": 76}, " den": {"dtype": "int64", "py/object": "numpy.int64", "value": 77}, " det": {"dtype": "int64", "py/object": "numpy.int64", "value": 78}, " dew": {"dtype": "int64", "py/object": "numpy.int64", "value": 79}, " di": {"dtype": "int64", "py/object": "numpy.int64", "value": 80}, " dis": {"dtype": "int64", "py/object": "numpy.int64", "value": 81}, " do": {"dtype": "int64", "py/object": "numpy.int64", "value": 82}, " do ": {"dtype": "int64", "py/object": "numpy.int64", "value": 83}, " dog": {"dtype": "int64", "py/object": "numpy.int64", "value": 84}, " doi": {"dtype": "int64", "py/object": "numpy.int64", "value": 85}, " dol": {"dtype": "int64", "py/object": "numpy.int64", "value": 86}, " don": {"dtype": "int64", "py/object": "numpy.int64", "value": 87}, " dr": {"dtype": "int64", "py/object": "numpy.int64", "value": 88}, " dri": {"dtype": "int64", "py/object": "numpy.int64", "value": 89}, " dry": {"dtype": "int64", "py/object": "numpy.int64", "value": 90}, " du": {"dtype": "int64", "py/object": "numpy.int64", "value": 91}, " dul": {"dtype": "int64", "py/object": "numpy.int64", "value": 92}, " dus": {"dtype": "int64", "py/object": "numpy.int64", "value": 93}, " e": {"dtype": "int64", "py/object": "numpy.int64", "value": 94}, " eu": {"dtype": "int64", "py/object": "numpy.int64", "value": 95}, " eur": {"dtype": "int64", "py/object": "numpy.int64", "value": 96}, " ev": {"dtype": "int64", "py/object": "numpy.int64", "value": 97}, " eve": {"dtype": "int64", "py/object": "numpy.int64", "value": 98}, " ex": {"dtype": "int64", "py/object": "numpy.int64", "value": 99}, " exp": {"dtype": "int64", "py/object": "numpy.int64", "value": 100}, " ext": {"dtype": "int64", "py/object": "numpy.int64", "value": 101}, " f": {"dtype": "int64", "py/object": "numpy.int64", "value": 102}, " fa": {"dtype": "int64", "py/object": "numpy.int64", "value": 103}, " fah": {"dtype": "int64", "py/object": "numpy.int64", "value": 104}, " fe": {"dtype": "int64", "py/object": "numpy.int64", "value": 105}, " fee": {"dtype": "int64", "py/object": "numpy.int64", "value": 106}, " fi": {"dtype": "int64", "py/object": "numpy.int64", "value": 107}, " fin": {"dtype": "int64", "py/object": "numpy.int64", "value": 108}, " fo": {"dtype": "int64", "py/object": "numpy.int64", "value": 109}, " fog": {"dtype": "int64", "py/object": "numpy.int64", "value": 110}, " for": {"dtype": "int64", "py/object": "numpy.int64", "value": 111}, " fr": {"dtype": "int64", "py/object": "numpy.int64", "value": 112}, " fra": {"dtype": "int64", "py/object": "numpy.int64", "value": 113}, " fre": {"dtype": "int64", "py/object": "numpy.int64", "value": 114}, " fro": {"dtype": "int64", "py/object": "numpy.int64", "value": 115}, " g": {"dtype": "int64", "py/object": "numpy.int64", "value": 116}, " ga": {"dtype": "int64", "py/object": "numpy.int64", "value": 117}, " gal": {"dtype": "int64", "py/object": "numpy.int64", "value": 118}, " ge": {"dtype": "int64", "py/object": "numpy.int64", "value": 119}, " get": {"dtype": "int64", "py/object": "numpy.int64", "value": 120}, " go": {"dtype": "int64", "py/object": "numpy.int64", "value": 121}, " goo": {"dtype": "int64", "py/object": "numpy.int64", "value": 122}, " gr": {"dtype": "int64", "py/object": "numpy.int64", "value": 123}, " gre": {"dtype": "int64", "py/object": "numpy.int64", "value": 124}, " gu": {"dtype": "int64", "py/object": "numpy.int64", "value": 125}, " gus": {"dtype": "int64", "py/object": "numpy.int64", "value": 126}, " h": {"dtype": "int64", "py/object": "numpy.int64", "value": 127}, " ha": {"dtype": "int64", "py/object": "numpy.int64", "value": 128}, " had": {"dtype": "int64", "py/object": "numpy.int64", "value": 129}, " hai": {"dtype": "int64", "py/object": "numpy.int64", "value": 130}, " hap": {"dtype": "int64", "py/object": "numpy.int64", "value": 131}, " haz": {"dtype": "int64", "py/object": "numpy.int64", "value": 132}, " he": {"dtype": "int64", "py/object": "numpy.int64", "value": 133}, " hea": {"dtype": "int64", "py/object": "numpy.int64", "value": 134}, " hel": {"dtype": "int64", "py/object": "numpy.int64", "value": 135}, " her": {"dtype": "int64", "py/object": "numpy.int64", "value": 136}, " hey": {"dtype": "int64", "py/object": "numpy.int64", "value": 137}, " hi": {"dtype": "int64", "py/object": "numpy.int64", "value": 138}, " hi ": {"dtype": "int64", "py/object": "numpy.int64", "value": 139}, " ho": {"dtype": "int64", "py/object": "numpy.int64", "value": 140}, " hor": {"dtype": "int64", "py/object": "numpy.int64", "value": 141}, " hot": {"dtype": "int64", "py/object": "numpy.int64", "value": 142}, " how": {"dtype": "int64", "py/object": "numpy.int64", "value": 143}, " hu": {"dtype": "int64", "py/object": "numpy.int64", "value": 144}, " huh": {"dtype": "int64", "py/object": "numpy.int64", "value": 145}, " hum": {"dtype": "int64", "py/object": "numpy.int64", "value": 146}, " hur": {"dtype": "int64", "py/object": "numpy.int64", "value": 147}, " i": {"dtype": "int64", "py/object": "numpy.int64", "value": 148}, " i ": {"dtype": "int64", "py/object": "numpy.int64", "value": 149}, " ic": {"dtype": "int64", "py/object": "numpy.int64", "value": 150}, " icy": {"dtype": "int64", "py/object": "numpy.int64", "value": 151}, " if": {"dtype": "int64", "py/object": "numpy.int64", "value": 152}, " if ": {"dtype": "int64", "py/object": "numpy.int64", "value": 153}, " il": {"dtype": "int64", "py/object": "numpy.int64", "value": 154}, " ill": {"dtype": "int64", "py/object": "numpy.int64", "value": 155}, " in": {"dtype": "int64", "py/object": "numpy.int64", "value": 156}, " in ": {"dtype": "int64", "py/object": "numpy.int64", "value": 157}, " ind": {"dtype": "int64", "py/object": "numpy.int64", "value": 158}, " int": {"dtype": "int64", "py/object": "numpy.int64", "value": 159}, " ir": {"dtype": "int64", "py/object": "numpy.int64", "value": 160}, " irr": {"dtype": "int64", "py/object": "numpy.int64", "value": 161}, " is": {"dtype": "int64", "py/object": "numpy.int64", "value": 162}, " is ": {"dtype": "int64", "py/object": "numpy.int64", "value": 163}, " isn": {"dtype": "int64", "py/object": "numpy.int64", "value": 164}, " it": {"dtype": "int64", "py/object": "numpy.int64", "value": 165}, " it ": {"dtype": "int64", "py/object": "numpy.int64", "value": 166}, " its": {"dtype": "int64", "py/object": "numpy.int64", "value": 167}, " j": {"dtype": "int64", "py/object": "numpy.int64", "value": 168}, " ja": {"dtype": "int64", "py/object": "numpy.int64", "value": 169}, " jap": {"dtype": "int64", "py/object": "numpy.int64", "value": 170}, " k": {"dtype": "int64", "py/object": "numpy.int64", "value": 171}, " ke": {"dtype": "int64", "py/object": "numpy.int64", "value": 172}, " kee": {"dtype": "int64", "py/object": "numpy.int64", "value": 173}, " kn": {"dtype": "int64", "py/object": "numpy.int64", "value": 174}, " kno": {"dtype": "int64", "py/object": "numpy.int64", "value": 175}, " ko": {"dtype": "int64", "py/object": "numpy.int64", "value": 176}, " kor": {"dtype": "int64", "py/object": "numpy.int64", "value": 177}, " kr": {"dtype": "int64", "py/object": "numpy.int64", "value": 178}, " kro": {"dtype": "int64", "py/object": "numpy.int64", "value": 179}, " l": {"dtype": "int64", "py/object": "numpy.int64", "value": 180}, " la": {"dtype": "int64", "py/object": "numpy.int64", "value": 181}, " lat": {"dtype": "int64", "py/object": "numpy.int64", "value": 182}, " li": {"dtype": "int64", "py/object": "numpy.int64", "value": 183}, " lig": {"dtype": "int64", "py/object": "numpy.int64", "value": 184}, " lik": {"dtype": "int64", "py/object": "numpy.int64", "value": 185}, " lis": {"dtype": "int64", "py/object": "numpy.int64", "value": 186}, " lo": {"dtype": "int64", "py/object": "numpy.int64", "value": 187}, " loo": {"dtype": "int64", "py/object": "numpy.int64", "value": 188}, " lov": {"dtype": "int64", "py/object": "numpy.int64", "value": 189}, " low": {"dtype": "int64", "py/object": "numpy.int64", "value": 190}, " lu": {"dtype": "int64", "py/object": "numpy.int64", "value": 191}, " luc": {"dtype": "int64", "py/object": "numpy.int64", "value": 192}, " m": {"dtype": "int64", "py/object": "numpy.int64", "value": 193}, " m ": {"dtype": "int64", "py/object": "numpy.int64", "value": 194}, " ma": {"dtype": "int64", "py/object": "numpy.int64", "value": 195}, " mak": {"dtype": "int64", "py/object": "numpy.int64", "value": 196}, " me": {"dtype": "int64", "py/object": "numpy.int64", "value": 197}, " me ": {"dtype": "int64", "py/object": "numpy.int64", "value": 198}, " mi": {"dtype": "int64", "py/object": "numpy.int64", "value": 199}, " mid": {"dtype": "int64", "py/object": "numpy.int64", "value": 200}, " mis": {"dtype": "int64", "py/object": "numpy.int64", "value": 201}, " mo": {"dtype": "int64", "py/object": "numpy.int64", "value": 202}, " mod": {"dtype": "int64", "py/object": "numpy.int64", "value": 203}, " mon": {"dtype": "int64", "py/object": "numpy.int64", "value": 204}, " moo": {"dtype": "int64", "py/object": "numpy.int64", "value": 205}, " mor": {"dtype": "int64", "py/object": "numpy.int64", "value": 206}, " mu": {"dtype": "int64", "py/object": "numpy.int64", "value": 207}, " mug": {"dtype": "int64", "py/object": "numpy.int64", "value": 208}, " my": {"dtype": "int64", "py/object": "numpy.int64", "value": 209}, " my ": {"dtype": "int64", "py/object": "numpy.int64", "value": 210}, " n": {"dtype": "int64", "py/object": "numpy.int64", "value": 211}, " ne": {"dtype": "int64", "py/object": "numpy.int64", "value": 212}, " nev": {"dtype": "int64", "py/object": "numpy.int64", "value": 213}, " ni": {"dtype": "int64", "py/object": "numpy.int64", "value": 214}, " nic": {"dtype": "int64", "py/object": "numpy.int64", "value": 215}, " no": {"dtype": "int64", "py/object": "numpy.int64", "value": 216}, " no ": {"dtype": "int64", "py/object": "numpy.int64", "value": 217}, " not": {"dtype": "int64", "py/object": "numpy.int64", "value": 218}, " o": {"dtype": "int64", "py/object": "numpy.int64", "value": 219}, " of": {"dtype": "int64", "py/object": "numpy.int64", "value": 220}, " of ": {"dtype": "int64", "py/object": "numpy.int64", "value": 221}, " or": {"dtype": "int64", "py/object": "numpy.int64", "value": 222}, " or ": {"dtype": "int64", "py/object": "numpy.int64", "value": 223}, " ou": {"dtype": "int64", "py/object": "numpy.int64", "value": 224}, " out": {"dtype": "int64", "py/object": "numpy.int64", "value": 225}, " ov": {"dtype": "int64", "py/object": "numpy.int64", "value": 226}, " ove": {"dtype": "int64", "py/object": "numpy.int64", "value": 227}, " p": {"dtype": "int64", "py/object": "numpy.int64", "value": 228}, " pe": {"dtype": "int64", "py/object": "numpy.int64", "value": 229}, " per": {"dtype": "int64", "py/object": "numpy.int64", "value": 230}, " pl": {"dtype": "int64", "py/object": "numpy.int64", "value": 231}, " ple": {"dtype": "int64", "py/object": "numpy.int64", "value": 232}, " po": {"dtype": "int64", "py/object": "numpy.int64", "value": 233}, " pou": {"dtype": "int64", "py/object": "numpy.int64", "value": 234}, " pr": {"dtype": "int64", "py/object": "numpy.int64", "value": 235}, " pre": {"dtype": "int64", "py/object": "numpy.int64", "value": 236}, " pu": {"dtype": "int64", "py/object": "numpy.int64", "value": 237}, " puf": {"dtype": "int64", "py/object": "numpy.int64", "value": 238}, " r": {"dtype": "int64", "py/object": "numpy.int64", "value": 239}, " ra": {"dtype": "int64", "py/object": "numpy.int64", "value": 240}, " rai": {"dtype": "int64", "py/object": "numpy.int64", "value": 241}, " re": {"dtype": "int64", "py/object": "numpy.int64", "value": 242}, " rea": {"dtype": "int64", "py/object": "numpy.int64", "value": 243}, " ren": {"dtype": "int64", "py/object": "numpy.int64", "value": 244}, " ru": {"dtype": "int64", "py/object": "numpy.int64", "value": 245}, " rup": {"dtype": "int64", "py/object": "numpy.int64", "value": 246}, " s": {"dtype": "int64", "py/object": "numpy.int64", "value": 247}, " s ": {"dtype": "int64", "py/object": "numpy.int64", "value": 248}, " sa": {"dtype": "int64", "py/object": "numpy.int64", "value": 249}, " sad": {"dtype": "int64", "py/object": "numpy.int64", "value": 250}, " say": {"dtype": "int64", "py/object": "numpy.int64", "value": 251}, " sc": {"dtype": "int64", "py/object": "numpy.int64", "value": 252}, " sca": {"dtype": "int64", "py/object": "numpy.int64", "value": 253}, " se": {"dtype": "int64", "py/object": "numpy.int64", "value": 254}, " see": {"dtype": "int64", "py/object": "numpy.int64", "value": 255}, " sh": {"dtype": "int64", "py/object": "numpy.int64", "value": 256}, " shi": {"dtype": "int64", "py/object": "numpy.int64", "value": 257}, " sho": {"dtype": "int64", "py/object": "numpy.int64", "value": 258}, " si": {"dtype": "int64", "py/object": "numpy.int64", "value": 259}, " sic": {"dtype": "int64", "py/object": "numpy.int64", "value": 260}, " sk": {"dtype": "int64", "py/object": "numpy.int64", "value": 261}, " sky": {"dtype": "int64", "py/object": "numpy.int64", "value": 262}, " sl": {"dtype": "int64", "py/object": "numpy.int64", "value": 263}, " sle": {"dtype": "int64", "py/object": "numpy.int64", "value": 264}, " sli": {"dtype": "int64", "py/object": "numpy.int64", "value": 265}, " sm": {"dtype": "int64", "py/object": "numpy.int64", "value": 266}, " smo": {"dtype": "int64", "py/object": "numpy.int64", "value": 267}, " sn": {"dtype": "int64", "py/object": "numpy.int64", "value": 268}, " sno": {"dtype": "int64", "py/object": "numpy.int64", "value": 269}, " so": {"dtype": "int64", "py/object": "numpy.int64", "value": 270}, " so ": {"dtype": "int64", "py/object": "numpy.int64", "value": 271}, " sou": {"dtype": "int64", "py/object": "numpy.int64", "value": 272}, " sq": {"dtype": "int64", "py/object": "numpy.int64", "value": 273}, " squ": {"dtype": "int64", "py/object": "numpy.int64", "value": 274}, " st": {"dtype": "int64", "py/object": "numpy.int64", "value": 275}, " sta": {"dtype": "int64", "py/object": "numpy.int64", "value": 276}, " sti": {"dtype": "int64", "py/object": "numpy.int64", "value": 277}, " sto": {"dtype": "int64", "py/object": "numpy.int64", "value": 278}, " str": {"dtype": "int64", "py/object": "numpy.int64", "value": 279}, " su": {"dtype": "int64", "py/object": "numpy.int64", "value": 280}, " suc": {"dtype": "int64", "py/object": "numpy.int64", "value": 281}, " sul": {"dtype": "int64", "py/object": "numpy.int64", "value": 282}, " sun": {"dtype": "int64", "py/object": "numpy.int64", "value": 283}, " sw": {"dtype": "int64", "py/object": "numpy.int64", "value": 284}, " swi": {"dtype": "int64", "py/object": "numpy.int64", "value": 285}, " sy": {"dtype": "int64", "py/object": "numpy.int64", "value": 286}, " syn": {"dtype": "int64", "py/object": "numpy.int64", "value": 287}, " t": {"dtype": "int64", "py/object": "numpy.int64", "value": 288}, " t ": {"dtype": "int64", "py/object": "numpy.int64", "value": 289}, " ta": {"dtype": "int64", "py/object": "numpy.int64", "value": 290}, " tak": {"dtype": "int64", "py/object": "numpy.int64", "value": 291}, " tal": {"dtype": "int64", "py/object": "numpy.int64", "value": 292}, " te": {"dtype": "int64", "py/object": "numpy.int64", "value": 293}, " tel": {"dtype": "int64", "py/object": "numpy.int64", "value": 294}, " tem": {"dtype": "int64", "py/object": "numpy.int64", "value": 295}, " ter": {"dtype": "int64", "py/object": "numpy.int64", "value": 296}, " th": {"dtype": "int64", "py/object": "numpy.int64", "value": 297}, " tha": {"dtype": "int64", "py/object": "numpy.int64", "value": 298}, " the": {"dtype": "int64", "py/object": "numpy.int64", "value": 299}, " thi": {"dtype": "int64", "py/object": "numpy.int64", "value": 300}, " thu": {"dtype": "int64", "py/object": "numpy.int64", "value": 301}, " to": {"dtype": "int64", "py/object": "numpy.int64", "value": 302}, " to ": {"dtype": "int64", "py/object": "numpy.int64", "value": 303}, " tod": {"dtype": "int64", "py/object": "numpy.int64", "value": 304}, " too": {"dtype": "int64", "py/object": "numpy.int64", "value": 305}, " tor": {"dtype": "int64", "py/object": "numpy.int64", "value": 306}, " tr": {"dtype": "int64", "py/object": "numpy.int64", "value": 307}, " tra": {"dtype": "int64", "py/object": "numpy.int64", "value": 308}, " tw": {"dtype": "int64", "py/object": "numpy.int64", "value": 309}, " twi": {"dtype": "int64", "py/object": "numpy.int64", "value": 310}, " u": {"dtype": "int64", "py/object": "numpy.int64", "value": 311}, " un": {"dtype": "int64", "py/object": "numpy.int64", "value": 312}, " unh": {"dtype": "int64", "py/object": "numpy.int64", "value": 313}, " uni": {"dtype": "int64", "py/object": "numpy.int64", "value": 314}, " up": {"dtype": "int64", "py/object": "numpy.int64", "value": 315}, " up ": {"dtype": "int64", "py/object": "numpy.int64", "value": 316}, " us": {"dtype": "int64", "py/object": "numpy.int64", "value": 317}, " usu": {"dtype": "int64", "py/object": "numpy.int64", "value": 318}, " v": {"dtype": "int64", "py/object": "numpy.int64", "value": 319}, " ve": {"dtype": "int64", "py/object": "numpy.int64", "value": 320}, " ver": {"dtype": "int64", "py/object": "numpy.int64", "value": 321}, " w": {"dtype": "int64", "py/object": "numpy.int64", "value": 322}, " wa": {"dtype": "int64", "py/object": "numpy.int64", "value": 323}, " wan": {"dtype": "int64", "py/object": "numpy.int64", "value": 324}, " war": {"dtype": "int64", "py/object": "numpy.int64", "value": 325}, " was": {"dtype": "int64", "py/object": "numpy.int64", "value": 326}, " wav": {"dtype": "int64", "py/object": "numpy.int64", "value": 327}, " way": {"dtype": "int64", "py/object": "numpy.int64", "value": 328}, " we": {"dtype": "int64", "py/object": "numpy.int64", "value": 329}, " wea": {"dtype": "int64", "py/object": "numpy.int64", "value": 330}, " wel": {"dtype": "int64", "py/object": "numpy.int64", "value": 331}, " wet": {"dtype": "int64", "py/object": "numpy.int64", "value": 332}, " wh": {"dtype": "int64", "py/object": "numpy.int64", "value": 333}, " wha": {"dtype": "int64", "py/object": "numpy.int64", "value": 334}, " whi": {"dtype": "int64", "py/object": "numpy.int64", "value": 335}, " wi": {"dtype": "int64", "py/object": "numpy.int64", "value": 336}, " wil": {"dtype": "int64", "py/object": "numpy.int64", "value": 337}, " win": {"dtype": "int64", "py/object": "numpy.int64", "value": 338}, " wo": {"dtype": "int64", "py/object": "numpy.int64", "value": 339}, " won": {"dtype": "int64", "py/object": "numpy.int64", "value": 340}, " wor": {"dtype": "int64", "py/object": "numpy.int64", "value": 341}, " wou": {"dtype": "int64", "py/object": "numpy.int64", "value": 342}, " y": {"dtype": "int64", "py/object": "numpy.int64", "value": 343}, " ye": {"dtype": "int64", "py/object": "numpy.int64", "value": 344}, " yen": {"dtype": "int64", "py/object": "numpy.int64", "value": 345}, " yes": {"dtype": "int64", "py/object": "numpy.int64", "value": 346}, " yo": {"dtype": "int64", "py/object": "numpy.int64", "value": 347}, " you": {"dtype": "int64", "py/object": "numpy.int64", "value": 348}, " yu": {"dtype": "int64", "py/object": "numpy.int64", "value": 349}, " yua": {"dtype": "int64", "py/object": "numpy.int64", "value": 350}, " z": {"dtype": "int64", "py/object": "numpy.int64", "value": 351}, " ze": {"dtype": "int64", "py/object": "numpy.int64", "value": 352}, " zer": {"dtype": "int64", "py/object": "numpy.int64", "value": 353}, "-": {"dtype": "int64", "py/object": "numpy.int64", "value": 354}, "-c": {"dtype": "int64", "py/object": "numpy.int64", "value": 355}, "-cl": {"dtype": "int64", "py/object": "numpy.int64", "value": 356}, "-clo": {"dtype": "int64", "py/object": "numpy.int64", "value": 357}, "a": {"dtype": "int64", "py/object": "numpy.int64", "value": 358}, "a ": {"dtype": "int64", "py/object": "numpy.int64", "value": 359}, "ab": {"dtype": "int64", "py/object": "numpy.int64", "value": 360}, "abo": {"dtype": "int64", "py/object": "numpy.int64", "value": 361}, "abov": {"dtype": "int64", "py/object": "numpy.int64", "value": 362}, "abs": {"dtype": "int64", "py/object": "numpy.int64", "value": 363}, "abso": {"dtype": "int64", "py/object": "numpy.int64", "value": 364}, "ac": {"dtype": "int64", "py/object": "numpy.int64", "value": 365}, "acc": {"dtype": "int64", "py/object": "numpy.int64", "value": 366}, "acco": {"dtype": "int64", "py/object": "numpy.int64", "value": 367}, "ack": {"dtype": "int64", "py/object": "numpy.int64", "value": 368}, "ack ": {"dtype": "int64", "py/object": "numpy.int64", "value": 369}, "ad": {"dtype": "int64", "py/object": "numpy.int64", "value": 370}, "ad ": {"dtype": "int64", "py/object": "numpy.int64", "value": 371}, "ade": {"dtype": "int64", "py/object": "numpy.int64", "value": 372}, "ade ": {"dtype": "int64", "py/object": "numpy.int64", "value": 373}, "ades": {"dtype": "int64", "py/object": "numpy.int64", "value": 374}, "ado": {"dtype": "int64", "py/object": "numpy.int64", "value": 375}, "ado ": {"dtype": "int64", "py/object": "numpy.int64", "value": 376}, "adoe": {"dtype": "int64", "py/object": "numpy.int64", "value": 377}, "ag": {"dtype": "int64", "py/object": "numpy.int64", "value": 378}, "age": {"dtype": "int64", "py/object": "numpy.int64", "value": 379}, "age ": {"dtype": "int64", "py/object": "numpy.int64", "value": 380}, "ah": {"dtype": "int64", "py/object": "numpy.int64", "value": 381}, "ahr": {"dtype": "int64", "py/object": "numpy.int64", "value": 382}, "ahre": {"dtype": "int64", "py/object": "numpy.int64", "value": 383}, "ai": {"dtype": "int64", "py/object": "numpy.int64", "value": 384}, "ail": {"dtype": "int64", "py/object": "numpy.int64", "value": 385}, "ail ": {"dtype": "int64", "py/object": "numpy.int64", "value": 386}, "ails": {"dtype": "int64", "py/object": "numpy.int64", "value": 387}, "ain": {"dtype": "int64", "py/object": "numpy.int64", "value": 388}, "ain ": {"dtype": "int64", "py/object": "numpy.int64", "value": 389}, "aind": {"dtype": "int64", "py/object": "numpy.int64", "value": 390}, "ainf": {"dtype": "int64", "py/object": "numpy.int64", "value": 391}, "aini": {"dtype": "int64", "py/object": "numpy.int64", "value": 392}, "ains": {"dtype": "int64", "py/object": "numpy.int64", "value": 393}, "ainy": {"dtype": "int64", "py/object": "numpy.int64", "value": 394}, "air": {"dtype": "int64", "py/object": "numpy.int64", "value": 395}, "air ": {"dtype": "int64", "py/object": "numpy.int64", "value": 396}, "ak": {"dtype": "int64", "py/object": "numpy.int64", "value": 397}, "aka": {"dtype": "int64", "py/object": "numpy.int64", "value": 398}, "aka ": {"dtype": "int64", "py/object": "numpy.int64", "value": 399}, "ake": {"dtype": "int64", "py/object": "numpy.int64", "value": 400}, "ake ": {"dtype": "int64", "py/object": "numpy.int64", "value": 401}, "al": {"dtype": "int64", "py/object": "numpy.int64", "value": 402}, "al ": {"dtype": "int64", "py/object": "numpy.int64", "value": 403}, "ale": {"dtype": "int64", "py/object": "numpy.int64", "value": 404}, "ale ": {"dtype": "int64", "py/object": "numpy.int64", "value": 405}, "ali": {"dtype": "int64", "py/object": "numpy.int64", "value": 406}, "alia": {"dtype": "int64", "py/object": "numpy.int64", "value": 407}, "alk": {"dtype": "int64", "py/object": "numpy.int64", "value": 408}, "alki": {"dtype": "int64", "py/object": "numpy.int64", "value": 409}, "all": {"dtype": "int64", "py/object": "numpy.int64", "value": 410}, "all ": {"dtype": "int64", "py/object": "numpy.int64", "value": 411}, "ally": {"dtype": "int64", "py/object": "numpy.int64", "value": 412}, "als": {"dtype": "int64", "py/object": "numpy.int64", "value": 413}, "als ": {"dtype": "int64", "py/object": "numpy.int64", "value": 414}, "am": {"dtype": "int64", "py/object": "numpy.int64", "value": 415}, "am ": {"dtype": "int64", "py/object": "numpy.int64", "value": 416}, "ama": {"dtype": "int64", "py/object": "numpy.int64", "value": 417}, "amaz": {"dtype": "int64", "py/object": "numpy.int64", "value": 418}, "amp": {"dtype": "int64", "py/object": "numpy.int64", "value": 419}, "amp ": {"dtype": "int64", "py/object": "numpy.int64", "value": 420}, "an": {"dtype": "int64", "py/object": "numpy.int64", "value": 421}, "an ": {"dtype": "int64", "py/object": "numpy.int64", "value": 422}, "anc": {"dtype": "int64", "py/object": "numpy.int64", "value": 423}, "anc ": {"dtype": "int64", "py/object": "numpy.int64", "value": 424}, "and": {"dtype": "int64", "py/object": "numpy.int64", "value": 425}, "and ": {"dtype": "int64", "py/object": "numpy.int64", "value": 426}, "andi": {"dtype": "int64", "py/object": "numpy.int64", "value": 427}, "ane": {"dtype": "int64", "py/object": "numpy.int64", "value": 428}, "ane ": {"dtype": "int64", "py/object": "numpy.int64", "value": 429}, "anes": {"dtype": "int64", "py/object": "numpy.int64", "value": 430}, "ang": {"dtype": "int64", "py/object": "numpy.int64", "value": 431}, "angl": {"dtype": "int64", "py/object": "numpy.int64", "value": 432}, "ani": {"dtype": "int64", "py/object": "numpy.int64", "value": 433}, "anis": {"dtype": "int64", "py/object": "numpy.int64", "value": 434}, "ans": {"dtype": "int64", "py/object": "numpy.int64", "value": 435}, "ansf": {"dtype": "int64", "py/object": "numpy.int64", "value": 436}, "ant": {"dtype": "int64", "py/object": "numpy.int64", "value": 437}, "ant ": {"dtype": "int64", "py/object": "numpy.int64", "value": 438}, "any": {"dtype": "int64", "py/object": "numpy.int64", "value": 439}, "anyb": {"dtype": "int64", "py/object": "numpy.int64", "value": 440}, "ap": {"dtype": "int64", "py/object": "numpy.int64", "value": 441}, "apa": {"dtype": "int64", "py/object": "numpy.int64", "value": 442}, "apan": {"dtype": "int64", "py/object": "numpy.int64", "value": 443}, "apo": {"dtype": "int64", "py/object": "numpy.int64", "value": 444}, "apoi": {"dtype": "int64", "py/object": "numpy.int64", "value": 445}, "app": {"dtype": "int64", "py/object": "numpy.int64", "value": 446}, "appo": {"dtype": "int64", "py/object": "numpy.int64", "value": 447}, "appy": {"dtype": "int64", "py/object": "numpy.int64", "value": 448}, "ar": {"dtype": "int64", "py/object": "numpy.int64", "value": 449}, "ar ": {"dtype": "int64", "py/object": "numpy.int64", "value": 450}, "ard": {"dtype": "int64", "py/object": "numpy.int64", "value": 451}, "ard ": {"dtype": "int64", "py/object": "numpy.int64", "value": 452}, "ards": {"dtype": "int64", "py/object": "numpy.int64", "value": 453}, "are": {"dtype": "int64", "py/object": "numpy.int64", "value": 454}, "are ": {"dtype": "int64", "py/object": "numpy.int64", "value": 455}, "ark": {"dtype": "int64", "py/object": "numpy.int64", "value": 456}, "ark ": {"dtype": "int64", "py/object": "numpy.int64", "value": 457}, "arm": {"dtype": "int64", "py/object": "numpy.int64", "value": 458}, "arm ": {"dtype": "int64", "py/object": "numpy.int64", "value": 459}, "aro": {"dtype": "int64", "py/object": "numpy.int64", "value": 460}, "arom": {"dtype": "int64", "py/object": "numpy.int64", "value": 461}, "arou": {"dtype": "int64", "py/object": "numpy.int64", "value": 462}, "art": {"dtype": "int64", "py/object": "numpy.int64", "value": 463}, "arti": {"dtype": "int64", "py/object": "numpy.int64", "value": 464}, "as": {"dtype": "int64", "py/object": "numpy.int64", "value": 465}, "as ": {"dtype": "int64", "py/object": "numpy.int64", "value": 466}, "ase": {"dtype": "int64", "py/object": "numpy.int64", "value": 467}, "ase ": {"dtype": "int64", "py/object": "numpy.int64", "value": 468}, "ast": {"dtype": "int64", "py/object": "numpy.int64", "value": 469}, "ast ": {"dtype": "int64", "py/object": "numpy.int64", "value": 470}, "at": {"dtype": "int64", "py/object": "numpy.int64", "value": 471}, "at ": {"dtype": "int64", "py/object": "numpy.int64", "value": 472}, "ate": {"dtype": "int64", "py/object": "numpy.int64", "value": 473}, "ate ": {"dtype": "int64", "py/object": "numpy.int64", "value": 474}, "ated": {"dtype": "int64", "py/object": "numpy.int64", "value": 475}, "ater": {"dtype": "int64", "py/object": "numpy.int64", "value": 476}, "ates": {"dtype": "int64", "py/object": "numpy.int64", "value": 477}, "ath": {"dtype": "int64", "py/object": "numpy.int64", "value": 478}, "ath ": {"dtype": "int64", "py/object": "numpy.int64", "value": 479}, "athe": {"dtype": "int64", "py/object": "numpy.int64", "value": 480}, "ati": {"dtype": "int64", "py/object": "numpy.int64", "value": 481}, "atin": {"dtype": "int64", "py/object": "numpy.int64", "value": 482}, "atio": {"dtype": "int64", "py/object": "numpy.int64", "value": 483}, "atm": {"dtype": "int64", "py/object": "numpy.int64", "value": 484}, "atmo": {"dtype": "int64", "py/object": "numpy.int64", "value": 485}, "ats": {"dtype": "int64", "py/object": "numpy.int64", "value": 486}, "ats ": {"dtype": "int64", "py/object": "numpy.int64", "value": 487}, "att": {"dtype": "int64", "py/object": "numpy.int64", "value": 488}, "atte": {"dtype": "int64", "py/object": "numpy.int64", "value": 489}, "atu": {"dtype": "int64", "py/object": "numpy.int64", "value": 490}, "atur": {"dtype": "int64", "py/object": "numpy.int64", "value": 491}, "au": {"dtype": "int64", "py/object": "numpy.int64", "value": 492}, "aus": {"dtype": "int64", "py/object": "numpy.int64", "value": 493}, "aust": {"dtype": "int64", "py/object": "numpy.int64", "value": 494}, "av": {"dtype": "int64", "py/object": "numpy.int64", "value": 495}, "ave": {"dtype": "int64", "py/object": "numpy.int64", "value": 496}, "aver": {"dtype": "int64", "py/object": "numpy.int64", "value": 497}, "ave\u0430": {"dtype": "int64", "py/object": "numpy.int64", "value": 498}, "avy": {"dtype": "int64", "py/object": "numpy.int64", "value": 499}, "avy ": {"dtype": "int64", "py/object": "numpy.int64", "value": 500}, "aw": {"dtype": "int64", "py/object": "numpy.int64", "value": 501}, "awf": {"dtype": "int64", "py/object": "numpy.int64", "value": 502}, "awfu": {"dtype": "int64", "py/object": "numpy.int64", "value": 503}, "ay": {"dtype": "int64", "py/object": "numpy.int64", "value": 504}, "ay ": {"dtype": "int64", "py/object": "numpy.int64", "value": 505}, "ayi": {"dtype": "int64", "py/object": "numpy.int64", "value": 506}, "ayin": {"dtype": "int64", "py/object": "numpy.int64", "value": 507}, "az": {"dtype": "int64", "py/object": "numpy.int64", "value": 508}, "aze": {"dtype": "int64", "py/object": "numpy.int64", "value": 509}, "azed": {"dtype": "int64", "py/object": "numpy.int64", "value": 510}, "azi": {"dtype": "int64", "py/object": "numpy.int64", "value": 511}, "azin": {"dtype": "int64", "py/object": "numpy.int64", "value": 512}, "azy": {"dtype": "int64", "py/object": "numpy.int64", "value": 513}, "azy ": {"dtype": "int64", "py/object": "numpy.int64", "value": 514}, "b": {"dtype": "int64", "py/object": "numpy.int64", "value": 515}, "ba": {"dtype": "int64", "py/object": "numpy.int64", "value": 516}, "bad": {"dtype": "int64", "py/object": "numpy.int64", "value": 517}, "bad ": {"dtype": "int64", "py/object": "numpy.int64", "value": 518}, "ban": {"dtype": "int64", "py/object": "numpy.int64", "value": 519}, "bang": {"dtype": "int64", "py/object": "numpy.int64", "value": 520}, "bar": {"dtype": "int64", "py/object": "numpy.int64", "value": 521}, "baro": {"dtype": "int64", "py/object": "numpy.int64", "value": 522}, "be": {"dtype": "int64", "py/object": "numpy.int64", "value": 523}, "be ": {"dtype": "int64", "py/object": "numpy.int64", "value": 524}, "bel": {"dtype": "int64", "py/object": "numpy.int64", "value": 525}, "belo": {"dtype": "int64", "py/object": "numpy.int64", "value": 526}, "bet": {"dtype": "int64", "py/object": "numpy.int64", "value": 527}, "bett": {"dtype": "int64", "py/object": "numpy.int64", "value": 528}, "bi": {"dtype": "int64", "py/object": "numpy.int64", "value": 529}, "bi ": {"dtype": "int64", "py/object": "numpy.int64", "value": 530}, "bit": {"dtype": "int64", "py/object": "numpy.int64", "value": 531}, "biti": {"dtype": "int64", "py/object": "numpy.int64", "value": 532}, "bl": {"dtype": "int64", "py/object": "numpy.int64", "value": 533}, "bla": {"dtype": "int64", "py/object": "numpy.int64", "value": 534}, "blac": {"dtype": "int64", "py/object": "numpy.int64", "value": 535}, "ble": {"dtype": "int64", "py/object": "numpy.int64", "value": 536}, "ble ": {"dtype": "int64", "py/object": "numpy.int64", "value": 537}, "bli": {"dtype": "int64", "py/object": "numpy.int64", "value": 538}, "blin": {"dtype": "int64", "py/object": "numpy.int64", "value": 539}, "bliz": {"dtype": "int64", "py/object": "numpy.int64", "value": 540}, "bo": {"dtype": "int64", "py/object": "numpy.int64", "value": 541}, "bod": {"dtype": "int64", "py/object": "numpy.int64", "value": 542}, "body": {"dtype": "int64", "py/object": "numpy.int64", "value": 543}, "bot": {"dtype": "int64", "py/object": "numpy.int64", "value": 544}, "bot ": {"dtype": "int64", "py/object": "numpy.int64", "value": 545}, "bov": {"dtype": "int64", "py/object": "numpy.int64", "value": 546}, "bove": {"dtype": "int64", "py/object": "numpy.int64", "value": 547}, "br": {"dtype": "int64", "py/object": "numpy.int64", "value": 548}, "bre": {"dtype": "int64", "py/object": "numpy.int64", "value": 549}, "brea": {"dtype": "int64", "py/object": "numpy.int64", "value": 550}, "bree": {"dtype": "int64", "py/object": "numpy.int64", "value": 551}, "bri": {"dtype": "int64", "py/object": "numpy.int64", "value": 552}, "brig": {"dtype": "int64", "py/object": "numpy.int64", "value": 553}, "bs": {"dtype": "int64", "py/object": "numpy.int64", "value": 554}, "bso": {"dtype": "int64", "py/object": "numpy.int64", "value": 555}, "bsol": {"dtype": "int64", "py/object": "numpy.int64", "value": 556}, "by": {"dtype": "int64", "py/object": "numpy.int64", "value": 557}, "bye": {"dtype": "int64", "py/object": "numpy.int64", "value": 558}, "bye ": {"dtype": "int64", "py/object": "numpy.int64", "value": 559}, "c": {"dtype": "int64", "py/object": "numpy.int64", "value": 560}, "c ": {"dtype": "int64", "py/object": "numpy.int64", "value": 561}, "ca": {"dtype": "int64", "py/object": "numpy.int64", "value": 562}, "can": {"dtype": "int64", "py/object": "numpy.int64", "value": 563}, "cane": {"dtype": "int64", "py/object": "numpy.int64", "value": 564}, "car": {"dtype": "int64", "py/object": "numpy.int64", "value": 565}, "card": {"dtype": "int64", "py/object": "numpy.int64", "value": 566}, "cas": {"dtype": "int64", "py/object": "numpy.int64", "value": 567}, "cast": {"dtype": "int64", "py/object": "numpy.int64", "value": 568}, "cat": {"dtype": "int64", "py/object": "numpy.int64", "value": 569}, "cats": {"dtype": "int64", "py/object": "numpy.int64", "value": 570}, "catt": {"dtype": "int64", "py/object": "numpy.int64", "value": 571}, "cc": {"dtype": "int64", "py/object": "numpy.int64", "value": 572}, "cco": {"dtype": "int64", "py/object": "numpy.int64", "value": 573}, "ccou": {"dtype": "int64", "py/object": "numpy.int64", "value": 574}, "ce": {"dtype": "int64", "py/object": "numpy.int64", "value": 575}, "ce ": {"dtype": "int64", "py/object": "numpy.int64", "value": 576}, "cel": {"dtype": "int64", "py/object": "numpy.int64", "value": 577}, "cels": {"dtype": "int64", "py/object": "numpy.int64", "value": 578}, "cen": {"dtype": "int64", "py/object": "numpy.int64", "value": 579}, "cent": {"dtype": "int64", "py/object": "numpy.int64", "value": 580}, "ch": {"dtype": "int64", "py/object": "numpy.int64", "value": 581}, "chi": {"dtype": "int64", "py/object": "numpy.int64", "value": 582}, "chil": {"dtype": "int64", "py/object": "numpy.int64", "value": 583}, "chin": {"dtype": "int64", "py/object": "numpy.int64", "value": 584}, "ci": {"dtype": "int64", "py/object": "numpy.int64", "value": 585}, "cip": {"dtype": "int64", "py/object": "numpy.int64", "value": 586}, "cipi": {"dtype": "int64", "py/object": "numpy.int64", "value": 587}, "ck": {"dtype": "int64", "py/object": "numpy.int64", "value": 588}, "ck ": {"dtype": "int64", "py/object": "numpy.int64", "value": 589}, "cks": {"dtype": "int64", "py/object": "numpy.int64", "value": 590}, "cks ": {"dtype": "int64", "py/object": "numpy.int64", "value": 591}, "cky": {"dtype": "int64", "py/object": "numpy.int64", "value": 592}, "cky ": {"dtype": "int64", "py/object": "numpy.int64", "value": 593}, "cl": {"dtype": "int64", "py/object": "numpy.int64", "value": 594}, "cle": {"dtype": "int64", "py/object": "numpy.int64", "value": 595}, "clea": {"dtype": "int64", "py/object": "numpy.int64", "value": 596}, "clo": {"dtype": "int64", "py/object": "numpy.int64", "value": 597}, "clou": {"dtype": "int64", "py/object": "numpy.int64", "value": 598}, "co": {"dtype": "int64", "py/object": "numpy.int64", "value": 599}, "col": {"dtype": "int64", "py/object": "numpy.int64", "value": 600}, "cold": {"dtype": "int64", "py/object": "numpy.int64", "value": 601}, "coo": {"dtype": "int64", "py/object": "numpy.int64", "value": 602}, "cool": {"dtype": "int64", "py/object": "numpy.int64", "value": 603}, "cor": {"dtype": "int64", "py/object": "numpy.int64", "value": 604}, "corr": {"dtype": "int64", "py/object": "numpy.int64", "value": 605}, "cou": {"dtype": "int64", "py/object": "numpy.int64", "value": 606}, "coun": {"dtype": "int64", "py/object": "numpy.int64", "value": 607}, "cour": {"dtype": "int64", "py/object": "numpy.int64", "value": 608}, "cr": {"dtype": "int64", "py/object": "numpy.int64", "value": 609}, "cre": {"dtype": "int64", "py/object": "numpy.int64", "value": 610}, "cred": {"dtype": "int64", "py/object": "numpy.int64", "value": 611}, "ct": {"dtype": "int64", "py/object": "numpy.int64", "value": 612}, "ct ": {"dtype": "int64", "py/object": "numpy.int64", "value": 613}, "cte": {"dtype": "int64", "py/object": "numpy.int64", "value": 614}, "cted": {"dtype": "int64", "py/object": "numpy.int64", "value": 615}, "cy": {"dtype": "int64", "py/object": "numpy.int64", "value": 616}, "cy ": {"dtype": "int64", "py/object": "numpy.int64", "value": 617}, "d": {"dtype": "int64", "py/object": "numpy.int64", "value": 618}, "d ": {"dtype": "int64", "py/object": "numpy.int64", "value": 619}, "da": {"dtype": "int64", "py/object": "numpy.int64", "value": 620}, "dam": {"dtype": "int64", "py/object": "numpy.int64", "value": 621}, "damp": {"dtype": "int64", "py/object": "numpy.int64", "value": 622}, "dan": {"dtype": "int64", "py/object": "numpy.int64", "value": 623}, "dani": {"dtype": "int64", "py/object": "numpy.int64", "value": 624}, "dar": {"dtype": "int64", "py/object": "numpy.int64", "value": 625}, "dark": {"dtype": "int64", "py/object": "numpy.int64", "value": 626}, "day": {"dtype": "int64", "py/object": "numpy.int64", "value": 627}, "day ": {"dtype": "int64", "py/object": "numpy.int64", "value": 628}, "db": {"dtype": "int64", "py/object": "numpy.int64", "value": 629}, "dby": {"dtype": "int64", "py/object": "numpy.int64", "value": 630}, "dbye": {"dtype": "int64", "py/object": "numpy.int64", "value": 631}, "de": {"dtype": "int64", "py/object": "numpy.int64", "value": 632}, "de ": {"dtype": "int64", "py/object": "numpy.int64", "value": 633}, "dee": {"dtype": "int64", "py/object": "numpy.int64", "value": 634}, "deed": {"dtype": "int64", "py/object": "numpy.int64", "value": 635}, "deg": {"dtype": "int64", "py/object": "numpy.int64", "value": 636}, "degr": {"dtype": "int64", "py/object": "numpy.int64", "value": 637}, "den": {"dtype": "int64", "py/object": "numpy.int64", "value": 638}, "dens": {"dtype": "int64", "py/object": "numpy.int64", "value": 639}, "der": {"dtype": "int64", "py/object": "numpy.int64", "value": 640}, "der ": {"dtype": "int64", "py/object": "numpy.int64", "value": 641}, "der-": {"dtype": "int64", "py/object": "numpy.int64", "value": 642}, "dera": {"dtype": "int64", "py/object": "numpy.int64", "value": 643}, "derf": {"dtype": "int64", "py/object": "numpy.int64", "value": 644}, "ders": {"dtype": "int64", "py/object": "numpy.int64", "value": 645}, "des": {"dtype": "int64", "py/object": "numpy.int64", "value": 646}, "desh": {"dtype": "int64", "py/object": "numpy.int64", "value": 647}, "det": {"dtype": "int64", "py/object": "numpy.int64", "value": 648}, "deta": {"dtype": "int64", "py/object": "numpy.int64", "value": 649}, "dew": {"dtype": "int64", "py/object": "numpy.int64", "value": 650}, "dew ": {"dtype": "int64", "py/object": "numpy.int64", "value": 651}, "di": {"dtype": "int64", "py/object": "numpy.int64", "value": 652}, "dia": {"dtype": "int64", "py/object": "numpy.int64", "value": 653}, "dian": {"dtype": "int64", "py/object": "numpy.int64", "value": 654}, "din": {"dtype": "int64", "py/object": "numpy.int64", "value": 655}, "ding": {"dtype": "int64", "py/object": "numpy.int64", "value": 656}, "dis": {"dtype": "int64", "py/object": "numpy.int64", "value": 657}, "disa": {"dtype": "int64", "py/object": "numpy.int64", "value": 658}, "diss": {"dtype": "int64", "py/object": "numpy.int64", "value": 659}, "dit": {"dtype": "int64", "py/object": "numpy.int64", "value": 660}, "dit ": {"dtype": "int64", "py/object": "numpy.int64", "value": 661}, "dity": {"dtype": "int64", "py/object": "numpy.int64", "value": 662}, "do": {"dtype": "int64", "py/object": "numpy.int64", "value": 663}, "do ": {"dtype": "int64", "py/object": "numpy.int64", "value": 664}, "doe": {"dtype": "int64", "py/object": "numpy.int64", "value": 665}, "does": {"dtype": "int64", "py/object": "numpy.int64", "value": 666}, "dog": {"dtype": "int64", "py/object": "numpy.int64", "value": 667}, "dogs": {"dtype": "int64", "py/object": "numpy.int64", "value": 668}, "doi": {"dtype": "int64", "py/object": "numpy.int64", "value": 669}, "doin": {"dtype": "int64", "py/object": "numpy.int64", "value": 670}, "dol": {"dtype": "int64", "py/object": "numpy.int64", "value": 671}, "doll": {"dtype": "int64", "py/object": "numpy.int64", "value": 672}, "don": {"dtype": "int64", "py/object": "numpy.int64", "value": 673}, "don ": {"dtype": "int64", "py/object": "numpy.int64", "value": 674}, "dr": {"dtype": "int64", "py/object": "numpy.int64", "value": 675}, "dri": {"dtype": "int64", "py/object": "numpy.int64", "value": 676}, "drif": {"dtype": "int64", "py/object": "numpy.int64", "value": 677}, "driz": {"dtype": "int64", "py/object": "numpy.int64", "value": 678}, "dro": {"dtype": "int64", "py/object": "numpy.int64", "value": 679}, "drop": {"dtype": "int64", "py/object": "numpy.int64", "value": 680}, "dry": {"dtype": "int64", "py/object": "numpy.int64", "value": 681}, "dry ": {"dtype": "int64", "py/object": "numpy.int64", "value": 682}, "ds": {"dtype": "int64", "py/object": "numpy.int64", "value": 683}, "ds ": {"dtype": "int64", "py/object": "numpy.int64", "value": 684}, "du": {"dtype": "int64", "py/object": "numpy.int64", "value": 685}, "dul": {"dtype": "int64", "py/object": "numpy.int64", "value": 686}, "dull": {"dtype": "int64", "py/object": "numpy.int64", "value": 687}, "dus": {"dtype": "int64", "py/object": "numpy.int64", "value": 688}, "dust": {"dtype": "int64", "py/object": "numpy.int64", "value": 689}, "dy": {"dtype": "int64", "py/object": "numpy.int64", "value": 690}, "dy ": {"dtype": "int64", "py/object": "numpy.int64", "value": 691}, "e": {"dtype": "int64", "py/object": "numpy.int64", "value": 692}, "e ": {"dtype": "int64", "py/object": "numpy.int64", "value": 693}, "ea": {"dtype": "int64", "py/object": "numpy.int64", "value": 694}, "eal": {"dtype": "int64", "py/object": "numpy.int64", "value": 695}, "eall": {"dtype": "int64", "py/object": "numpy.int64", "value": 696}, "ean": {"dtype": "int64", "py/object": "numpy.int64", "value": 697}, "ean ": {"dtype": "int64", "py/object": "numpy.int64", "value": 698}, "ear": {"dtype": "int64", "py/object": "numpy.int64", "value": 699}, "ear ": {"dtype": "int64", "py/object": "numpy.int64", "value": 700}, "eas": {"dtype": "int64", "py/object": "numpy.int64", "value": 701}, "ease": {"dtype": "int64", "py/object": "numpy.int64", "value": 702}, "eat": {"dtype": "int64", "py/object": "numpy.int64", "value": 703}, "eat ": {"dtype": "int64", "py/object": "numpy.int64", "value": 704}, "eath": {"dtype": "int64", "py/object": "numpy.int64", "value": 705}, "eav": {"dtype": "int64", "py/object": "numpy.int64", "value": 706}, "eavy": {"dtype": "int64", "py/object": "numpy.int64", "value": 707}, "ec": {"dtype": "int64", "py/object": "numpy.int64", "value": 708}, "eca": {"dtype": "int64", "py/object": "numpy.int64", "value": 709}, "ecas": {"dtype": "int64", "py/object": "numpy.int64", "value": 710}, "eci": {"dtype": "int64", "py/object": "numpy.int64", "value": 711}, "ecip": {"dtype": "int64", "py/object": "numpy.int64", "value": 712}, "ect": {"dtype": "int64", "py/object": "numpy.int64", "value": 713}, "ect ": {"dtype": "int64", "py/object": "numpy.int64", "value": 714}, "ecte": {"dtype": "int64", "py/object": "numpy.int64", "value": 715}, "ed": {"dtype": "int64", "py/object": "numpy.int64", "value": 716}, "ed ": {"dtype": "int64", "py/object": "numpy.int64", "value": 717}, "edi": {"dtype": "int64", "py/object": "numpy.int64", "value": 718}, "edit": {"dtype": "int64", "py/object": "numpy.int64", "value": 719}, "ee": {"dtype": "int64", "py/object": "numpy.int64", "value": 720}, "ee ": {"dtype": "int64", "py/object": "numpy.int64", "value": 721}, "eed": {"dtype": "int64", "py/object": "numpy.int64", "value": 722}, "eed ": {"dtype": "int64", "py/object": "numpy.int64", "value": 723}, "eel": {"dtype": "int64", "py/object": "numpy.int64", "value": 724}, "eel ": {"dtype": "int64", "py/object": "numpy.int64", "value": 725}, "eeli": {"dtype": "int64", "py/object": "numpy.int64", "value": 726}, "eels": {"dtype": "int64", "py/object": "numpy.int64", "value": 727}, "eep": {"dtype": "int64", "py/object": "numpy.int64", "value": 728}, "eep ": {"dtype": "int64", "py/object": "numpy.int64", "value": 729}, "ees": {"dtype": "int64", "py/object": "numpy.int64", "value": 730}, "ees ": {"dtype": "int64", "py/object": "numpy.int64", "value": 731}, "eet": {"dtype": "int64", "py/object": "numpy.int64", "value": 732}, "eet ": {"dtype": "int64", "py/object": "numpy.int64", "value": 733}, "eez": {"dtype": "int64", "py/object": "numpy.int64", "value": 734}, "eeze": {"dtype": "int64", "py/object": "numpy.int64", "value": 735}, "eezi": {"dtype": "int64", "py/object": "numpy.int64", "value": 736}, "eg": {"dtype": "int64", "py/object": "numpy.int64", "value": 737}, "egr": {"dtype": "int64", "py/object": "numpy.int64", "value": 738}, "egre": {"dtype": "int64", "py/object": "numpy.int64", "value": 739}, "ei": {"dtype": "int64", "py/object": "numpy.int64", "value": 740}, "eit": {"dtype": "int64", "py/object": "numpy.int64", "value": 741}, "eit ": {"dtype": "int64", "py/object": "numpy.int64", "value": 742}, "el": {"dtype": "int64", "py/object": "numpy.int64", "value": 743}, "el ": {"dtype": "int64", "py/object": "numpy.int64", "value": 744}, "eli": {"dtype": "int64", "py/object": "numpy.int64", "value": 745}, "elin": {"dtype": "int64", "py/object": "numpy.int64", "value": 746}, "ell": {"dtype": "int64", "py/object": "numpy.int64", "value": 747}, "ell ": {"dtype": "int64", "py/object": "numpy.int64", "value": 748}, "ello": {"dtype": "int64", "py/object": "numpy.int64", "value": 749}, "elo": {"dtype": "int64", "py/object": "numpy.int64", "value": 750}, "elow": {"dtype": "int64", "py/object": "numpy.int64", "value": 751}, "els": {"dtype": "int64", "py/object": "numpy.int64", "value": 752}, "els ": {"dtype": "int64", "py/object": "numpy.int64", "value": 753}, "elsi": {"dtype": "int64", "py/object": "numpy.int64", "value": 754}, "ely": {"dtype": "int64", "py/object": "numpy.int64", "value": 755}, "ely ": {"dtype": "int64", "py/object": "numpy.int64", "value": 756}, "em": {"dtype": "int64", "py/object": "numpy.int64", "value": 757}, "eme": {"dtype": "int64", "py/object": "numpy.int64", "value": 758}, "emel": {"dtype": "int64", "py/object": "numpy.int64", "value": 759}, "emp": {"dtype": "int64", "py/object": "numpy.int64", "value": 760}, "empe": {"dtype": "int64", "py/object": "numpy.int64", "value": 761}, "en": {"dtype": "int64", "py/object": "numpy.int64", "value": 762}, "en ": {"dtype": "int64", "py/object": "numpy.int64", "value": 763}, "enh": {"dtype": "int64", "py/object": "numpy.int64", "value": 764}, "enhe": {"dtype": "int64", "py/object": "numpy.int64", "value": 765}, "eni": {"dtype": "int64", "py/object": "numpy.int64", "value": 766}, "enin": {"dtype": "int64", "py/object": "numpy.int64", "value": 767}, "enm": {"dtype": "int64", "py/object": "numpy.int64", "value": 768}, "enmi": {"dtype": "int64", "py/object": "numpy.int64", "value": 769}, "ens": {"dtype": "int64", "py/object": "numpy.int64", "value": 770}, "ens ": {"dtype": "int64", "py/object": "numpy.int64", "value": 771}, "ense": {"dtype": "int64", "py/object": "numpy.int64", "value": 772}, "ent": {"dtype": "int64", "py/object": "numpy.int64", "value": 773}, "enti": {"dtype": "int64", "py/object": "numpy.int64", "value": 774}, "ep": {"dtype": "int64", "py/object": "numpy.int64", "value": 775}, "ep ": {"dtype": "int64", "py/object": "numpy.int64", "value": 776}, "er": {"dtype": "int64", "py/object": "numpy.int64", "value": 777}, "er ": {"dtype": "int64", "py/object": "numpy.int64", "value": 778}, "er-": {"dtype": "int64", "py/object": "numpy.int64", "value": 779}, "er-c": {"dtype": "int64", "py/object": "numpy.int64", "value": 780}, "era": {"dtype": "int64", "py/object": "numpy.int64", "value": 781}, "erag": {"dtype": "int64", "py/object": "numpy.int64", "value": 782}, "erat": {"dtype": "int64", "py/object": "numpy.int64", "value": 783}, "erc": {"dtype": "int64", "py/object": "numpy.int64", "value": 784}, "erca": {"dtype": "int64", "py/object": "numpy.int64", "value": 785}, "ere": {"dtype": "int64", "py/object": "numpy.int64", "value": 786}, "ere ": {"dtype": "int64", "py/object": "numpy.int64", "value": 787}, "ered": {"dtype": "int64", "py/object": "numpy.int64", "value": 788}, "erf": {"dtype": "int64", "py/object": "numpy.int64", "value": 789}, "erfe": {"dtype": "int64", "py/object": "numpy.int64", "value": 790}, "erfu": {"dtype": "int64", "py/object": "numpy.int64", "value": 791}, "eri": {"dtype": "int64", "py/object": "numpy.int64", "value": 792}, "eric": {"dtype": "int64", "py/object": "numpy.int64", "value": 793}, "erm": {"dtype": "int64", "py/object": "numpy.int64", "value": 794}, "erma": {"dtype": "int64", "py/object": "numpy.int64", "value": 795}, "ermo": {"dtype": "int64", "py/object": "numpy.int64", "value": 796}, "ero": {"dtype": "int64", "py/object": "numpy.int64", "value": 797}, "ero ": {"dtype": "int64", "py/object": "numpy.int64", "value": 798}, "err": {"dtype": "int64", "py/object": "numpy.int64", "value": 799}, "erri": {"dtype": "int64", "py/object": "numpy.int64", "value": 800}, "ers": {"dtype": "int64", "py/object": "numpy.int64", "value": 801}, "ers ": {"dtype": "int64", "py/object": "numpy.int64", "value": 802}, "erst": {"dtype": "int64", "py/object": "numpy.int64", "value": 803}, "erv": {"dtype": "int64", "py/object": "numpy.int64", "value": 804}, "erva": {"dtype": "int64", "py/object": "numpy.int64", "value": 805}, "ery": {"dtype": "int64", "py/object": "numpy.int64", "value": 806}, "ery ": {"dtype": "int64", "py/object": "numpy.int64", "value": 807}, "eryt": {"dtype": "int64", "py/object": "numpy.int64", "value": 808}, "es": {"dtype": "int64", "py/object": "numpy.int64", "value": 809}, "es ": {"dtype": "int64", "py/object": "numpy.int64", "value": 810}, "ese": {"dtype": "int64", "py/object": "numpy.int64", "value": 811}, "ese ": {"dtype": "int64", "py/object": "numpy.int64", "value": 812}, "esh": {"dtype": "int64", "py/object": "numpy.int64", "value": 813}, "esh ": {"dtype": "int64", "py/object": "numpy.int64", "value": 814}, "eshi": {"dtype": "int64", "py/object": "numpy.int64", "value": 815}, "ess": {"dtype": "int64", "py/object": "numpy.int64", "value": 816}, "essu": {"dtype": "int64", "py/object": "numpy.int64", "value": 817}, "et": {"dtype": "int64", "py/object": "numpy.int64", "value": 818}, "et ": {"dtype": "int64", "py/object": "numpy.int64", "value": 819}, "eta": {"dtype": "int64", "py/object": "numpy.int64", "value": 820}, "etai": {"dtype": "int64", "py/object": "numpy.int64", "value": 821}, "ete": {"dtype": "int64", "py/object": "numpy.int64", "value": 822}, "eter": {"dtype": "int64", "py/object": "numpy.int64", "value": 823}, "ett": {"dtype": "int64", "py/object": "numpy.int64", "value": 824}, "ette": {"dtype": "int64", "py/object": "numpy.int64", "value": 825}, "eu": {"dtype": "int64", "py/object": "numpy.int64", "value": 826}, "eur": {"dtype": "int64", "py/object": "numpy.int64", "value": 827}, "euro": {"dtype": "int64", "py/object": "numpy.int64", "value": 828}, "ev": {"dtype": "int64", "py/object": "numpy.int64", "value": 829}, "eve": {"dtype": "int64", "py/object": "numpy.int64", "value": 830}, "even": {"dtype": "int64", "py/object": "numpy.int64", "value": 831}, "ever": {"dtype": "int64", "py/object": "numpy.int64", "value": 832}, "ew": {"dtype": "int64", "py/object": "numpy.int64", "value": 833}, "ew ": {"dtype": "int64", "py/object": "numpy.int64", "value": 834}, "ex": {"dtype": "int64", "py/object": "numpy.int64", "value": 835}, "exp": {"dtype": "int64", "py/object": "numpy.int64", "value": 836}, "expe": {"dtype": "int64", "py/object": "numpy.int64", "value": 837}, "ext": {"dtype": "int64", "py/object": "numpy.int64", "value": 838}, "extr": {"dtype": "int64", "py/object": "numpy.int64", "value": 839}, "ey": {"dtype": "int64", "py/object": "numpy.int64", "value": 840}, "ey ": {"dtype": "int64", "py/object": "numpy.int64", "value": 841}, "ez": {"dtype": "int64", "py/object": "numpy.int64", "value": 842}, "eze": {"dtype": "int64", "py/object": "numpy.int64", "value": 843}, "eze ": {"dtype": "int64", "py/object": "numpy.int64", "value": 844}, "ezi": {"dtype": "int64", "py/object": "numpy.int64", "value": 845}, "ezin": {"dtype": "int64", "py/object": "numpy.int64", "value": 846}, "e\u0430": {"dtype": "int64", "py/object": "numpy.int64", "value": 847}, "e\u0430 ": {"dtype": "int64", "py/object": "numpy.int64", "value": 848}, "f": {"dtype": "int64", "py/object": "numpy.int64", "value": 849}, "f ": {"dtype": "int64", "py/object": "numpy.int64", "value": 850}, "fa": {"dtype": "int64", "py/object": "numpy.int64", "value": 851}, "fah": {"dtype": "int64", "py/object": "numpy.int64", "value": 852}, "fahr": {"dtype": "int64", "py/object": "numpy.int64", "value": 853}, "fal": {"dtype": "int64", "py/object": "numpy.int64", "value": 854}, "fall": {"dtype": "int64", "py/object": "numpy.int64", "value": 855}, "fe": {"dtype": "int64", "py/object": "numpy.int64", "value": 856}, "fec": {"dtype": "int64", "py/object": "numpy.int64", "value": 857}, "fect": {"dtype": "int64", "py/object": "numpy.int64", "value": 858}, "fee": {"dtype": "int64", "py/object": "numpy.int64", "value": 859}, "feel": {"dtype": "int64", "py/object": "numpy.int64", "value": 860}, "fer": {"dtype": "int64", "py/object": "numpy.int64", "value": 861}, "fer ": {"dtype": "int64", "py/object": "numpy.int64", "value": 862}, "ff": {"dtype": "int64", "py/object": "numpy.int64", "value": 863}, "ff ": {"dtype": "int64", "py/object": "numpy.int64", "value": 864}, "fi": {"dtype": "int64", "py/object": "numpy.int64", "value": 865}, "fin": {"dtype": "int64", "py/object": "numpy.int64", "value": 866}, "fine": {"dtype": "int64", "py/object": "numpy.int64", "value": 867}, "fl": {"dtype": "int64", "py/object": "numpy.int64", "value": 868}, "fla": {"dtype": "int64", "py/object": "numpy.int64", "value": 869}, "flak": {"dtype": "int64", "py/object": "numpy.int64", "value": 870}, "fo": {"dtype": "int64", "py/object": "numpy.int64", "value": 871}, "fog": {"dtype": "int64", "py/object": "numpy.int64", "value": 872}, "fog ": {"dtype": "int64", "py/object": "numpy.int64", "value": 873}, "fogg": {"dtype": "int64", "py/object": "numpy.int64", "value": 874}, "for": {"dtype": "int64", "py/object": "numpy.int64", "value": 875}, "for ": {"dtype": "int64", "py/object": "numpy.int64", "value": 876}, "fore": {"dtype": "int64", "py/object": "numpy.int64", "value": 877}, "fr": {"dtype": "int64", "py/object": "numpy.int64", "value": 878}, "fra": {"dtype": "int64", "py/object": "numpy.int64", "value": 879}, "fran": {"dtype": "int64", "py/object": "numpy.int64", "value": 880}, "fre": {"dtype": "int64", "py/object": "numpy.int64", "value": 881}, "free": {"dtype": "int64", "py/object": "numpy.int64", "value": 882}, "fres": {"dtype": "int64", "py/object": "numpy.int64", "value": 883}, "fro": {"dtype": "int64", "py/object": "numpy.int64", "value": 884}, "fros": {"dtype": "int64", "py/object": "numpy.int64", "value": 885}, "ft": {"dtype": "int64", "py/object": "numpy.int64", "value": 886}, "ft ": {"dtype": "int64", "py/object": "numpy.int64", "value": 887}, "fu": {"dtype": "int64", "py/object": "numpy.int64", "value": 888}, "ful": {"dtype": "int64", "py/object": "numpy.int64", "value": 889}, "ful ": {"dtype": "int64", "py/object": "numpy.int64", "value": 890}, "g": {"dtype": "int64", "py/object": "numpy.int64", "value": 891}, "g ": {"dtype": "int64", "py/object": "numpy.int64", "value": 892}, "ga": {"dtype": "int64", "py/object": "numpy.int64", "value": 893}, "gal": {"dtype": "int64", "py/object": "numpy.int64", "value": 894}, "gale": {"dtype": "int64", "py/object": "numpy.int64", "value": 895}, "ge": {"dtype": "int64", "py/object": "numpy.int64", "value": 896}, "ge ": {"dtype": "int64", "py/object": "numpy.int64", "value": 897}, "get": {"dtype": "int64", "py/object": "numpy.int64", "value": 898}, "get ": {"dtype": "int64", "py/object": "numpy.int64", "value": 899}, "gg": {"dtype": "int64", "py/object": "numpy.int64", "value": 900}, "ggy": {"dtype": "int64", "py/object": "numpy.int64", "value": 901}, "ggy ": {"dtype": "int64", "py/object": "numpy.int64", "value": 902}, "gh": {"dtype": "int64", "py/object": "numpy.int64", "value": 903}, "ght": {"dtype": "int64", "py/object": "numpy.int64", "value": 904}, "ght ": {"dtype": "int64", "py/object": "numpy.int64", "value": 905}, "ghte": {"dtype": "int64", "py/object": "numpy.int64", "value": 906}, "ghtn": {"dtype": "int64", "py/object": "numpy.int64", "value": 907}, "gl": {"dtype": "int64", "py/object": "numpy.int64", "value": 908}, "gla": {"dtype": "int64", "py/object": "numpy.int64", "value": 909}, "glad": {"dtype": "int64", "py/object": "numpy.int64", "value": 910}, "go": {"dtype": "int64", "py/object": "numpy.int64", "value": 911}, "goo": {"dtype": "int64", "py/object": "numpy.int64", "value": 912}, "good": {"dtype": "int64", "py/object": "numpy.int64", "value": 913}, "gr": {"dtype": "int64", "py/object": "numpy.int64", "value": 914}, "gra": {"dtype": "int64", "py/object": "numpy.int64", "value": 915}, "grad": {"dtype": "int64", "py/object": "numpy.int64", "value": 916}, "gre": {"dtype": "int64", "py/object": "numpy.int64", "value": 917}, "grea": {"dtype": "int64", "py/object": "numpy.int64", "value": 918}, "gree": {"dtype": "int64", "py/object": "numpy.int64", "value": 919}, "grey": {"dtype": "int64", "py/object": "numpy.int64", "value": 920}, "gs": {"dtype": "int64", "py/object": "numpy.int64", "value": 921}, "gs ": {"dtype": "int64", "py/object": "numpy.int64", "value": 922}, "gu": {"dtype": "int64", "py/object": "numpy.int64", "value": 923}, "gus": {"dtype": "int64", "py/object": "numpy.int64", "value": 924}, "gust": {"dtype": "int64", "py/object": "numpy.int64", "value": 925}, "gy": {"dtype": "int64", "py/object": "numpy.int64", "value": 926}, "gy ": {"dtype": "int64", "py/object": "numpy.int64", "value": 927}, "h": {"dtype": "int64", "py/object": "numpy.int64", "value": 928}, "h ": {"dtype": "int64", "py/object": "numpy.int64", "value": 929}, "ha": {"dtype": "int64", "py/object": "numpy.int64", "value": 930}, "had": {"dtype": "int64", "py/object": "numpy.int64", "value": 931}, "had ": {"dtype": "int64", "py/object": "numpy.int64", "value": 932}, "hai": {"dtype": "int64", "py/object": "numpy.int64", "value": 933}, "hail": {"dtype": "int64", "py/object": "numpy.int64", "value": 934}, "hap": {"dtype": "int64", "py/object": "numpy.int64", "value": 935}, "happ": {"dtype": "int64", "py/object": "numpy.int64", "value": 936}, "hat": {"dtype": "int64", "py/object": "numpy.int64", "value": 937}, "hat ": {"dtype": "int64", "py/object": "numpy.int64", "value": 938}, "haz": {"dtype": "int64", "py/object": "numpy.int64", "value": 939}, "hazy": {"dtype": "int64", "py/object": "numpy.int64", "value": 940}, "he": {"dtype": "int64", "py/object": "numpy.int64", "value": 941}, "he ": {"dtype": "int64", "py/object": "numpy.int64", "value": 942}, "hea": {"dtype": "int64", "py/object": "numpy.int64", "value": 943}, "heat": {"dtype": "int64", "py/object": "numpy.int64", "value": 944}, "heav": {"dtype": "int64", "py/object": "numpy.int64", "value": 945}, "hei": {"dtype": "int64", "py/object": "numpy.int64", "value": 946}, "heit": {"dtype": "int64", "py/object": "numpy.int64", "value": 947}, "hel": {"dtype": "int64", "py/object": "numpy.int64", "value": 948}, "hell": {"dtype": "int64", "py/object": "numpy.int64", "value": 949}, "her": {"dtype": "int64", "py/object": "numpy.int64", "value": 950}, "her ": {"dtype": "int64", "py/object": "numpy.int64", "value": 951}, "here": {"dtype": "int64", "py/object": "numpy.int64", "value": 952}, "heri": {"dtype": "int64", "py/object": "numpy.int64", "value": 953}, "herm": {"dtype": "int64", "py/object": "numpy.int64", "value": 954}, "hey": {"dtype": "int64", "py/object": "numpy.int64", "value": 955}, "hey ": {"dtype": "int64", "py/object": "numpy.int64", "value": 956}, "hi": {"dtype": "int64", "py/object": "numpy.int64", "value": 957}, "hi ": {"dtype": "int64", "py/object": "numpy.int64", "value": 958}, "hil": {"dtype": "int64", "py/object": "numpy.int64", "value": 959}, "hill": {"dtype": "int64", "py/object": "numpy.int64", "value": 960}, "hin": {"dtype": "int64", "py/object": "numpy.int64", "value": 961}, "hine": {"dtype": "int64", "py/object": "numpy.int64", "value": 962}, "hing": {"dtype": "int64", "py/object": "numpy.int64", "value": 963}, "hink": {"dtype": "int64", "py/object": "numpy.int64", "value": 964}, "hir": {"dtype": "int64", "py/object": "numpy.int64", "value": 965}, "hirl": {"dtype": "int64", "py/object": "numpy.int64", "value": 966}, "his": {"dtype": "int64", "py/object": "numpy.int64", "value": 967}, "his ": {"dtype": "int64", "py/object": "numpy.int64", "value": 968}, "ho": {"dtype": "int64", "py/object": "numpy.int64", "value": 969}, "hor": {"dtype": "int64", "py/object": "numpy.int64", "value": 970}, "horr": {"dtype": "int64", "py/object": "numpy.int64", "value": 971}, "hot": {"dtype": "int64", "py/object": "numpy.int64", "value": 972}, "hot ": {"dtype": "int64", "py/object": "numpy.int64", "value": 973}, "how": {"dtype": "int64", "py/object": "numpy.int64", "value": 974}, "how ": {"dtype": "int64", "py/object": "numpy.int64", "value": 975}, "howe": {"dtype": "int64", "py/object": "numpy.int64", "value": 976}, "hr": {"dtype": "int64", "py/object": "numpy.int64", "value": 977}, "hre": {"dtype": "int64", "py/object": "numpy.int64", "value": 978}, "hren": {"dtype": "int64", "py/object": "numpy.int64", "value": 979}, "ht": {"dtype": "int64", "py/object": "numpy.int64", "value": 980}, "ht ": {"dtype": "int64", "py/object": "numpy.int64", "value": 981}, "hte": {"dtype": "int64", "py/object": "numpy.int64", "value": 982}, "hten": {"dtype": "int64", "py/object": "numpy.int64", "value": 983}, "htn": {"dtype": "int64", "py/object": "numpy.int64", "value": 984}, "htni": {"dtype": "int64", "py/object": "numpy.int64", "value": 985}, "hu": {"dtype": "int64", "py/object": "numpy.int64", "value": 986}, "huh": {"dtype": "int64", "py/object": "numpy.int64", "value": 987}, "huh ": {"dtype": "int64", "py/object": "numpy.int64", "value": 988}, "hum": {"dtype": "int64", "py/object": "numpy.int64", "value": 989}, "huma": {"dtype": "int64", "py/object": "numpy.int64", "value": 990}, "humi": {"dtype": "int64", "py/object": "numpy.int64", "value": 991}, "hun": {"dtype": "int64", "py/object": "numpy.int64", "value": 992}, "hund": {"dtype": "int64", "py/object": "numpy.int64", "value": 993}, "hur": {"dtype": "int64", "py/object": "numpy.int64", "value": 994}, "hurr": {"dtype": "int64", "py/object": "numpy.int64", "value": 995}, "i": {"dtype": "int64", "py/object": "numpy.int64", "value": 996}, "i ": {"dtype": "int64", "py/object": "numpy.int64", "value": 997}, "ia": {"dtype": "int64", "py/object": "numpy.int64", "value": 998}, "ian": {"dtype": "int64", "py/object": "numpy.int64", "value": 999}, "ian ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1000}, "ib": {"dtype": "int64", "py/object": "numpy.int64", "value": 1001}, "ibl": {"dtype": "int64", "py/object": "numpy.int64", "value": 1002}, "ible": {"dtype": "int64", "py/object": "numpy.int64", "value": 1003}, "ic": {"dtype": "int64", "py/object": "numpy.int64", "value": 1004}, "ic ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1005}, "ica": {"dtype": "int64", "py/object": "numpy.int64", "value": 1006}, "ican": {"dtype": "int64", "py/object": "numpy.int64", "value": 1007}, "ice": {"dtype": "int64", "py/object": "numpy.int64", "value": 1008}, "ice ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1009}, "ick": {"dtype": "int64", "py/object": "numpy.int64", "value": 1010}, "ick ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1011}, "icky": {"dtype": "int64", "py/object": "numpy.int64", "value": 1012}, "icy": {"dtype": "int64", "py/object": "numpy.int64", "value": 1013}, "icy ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1014}, "id": {"dtype": "int64", "py/object": "numpy.int64", "value": 1015}, "id ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1016}, "ide": {"dtype": "int64", "py/object": "numpy.int64", "value": 1017}, "ide ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1018}, "idi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1019}, "idit": {"dtype": "int64", "py/object": "numpy.int64", "value": 1020}, "if": {"dtype": "int64", "py/object": "numpy.int64", "value": 1021}, "if ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1022}, "ift": {"dtype": "int64", "py/object": "numpy.int64", "value": 1023}, "ift ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1024}, "ig": {"dtype": "int64", "py/object": "numpy.int64", "value": 1025}, "igh": {"dtype": "int64", "py/object": "numpy.int64", "value": 1026}, "ight": {"dtype": "int64", "py/object": "numpy.int64", "value": 1027}, "igr": {"dtype": "int64", "py/object": "numpy.int64", "value": 1028}, "igra": {"dtype": "int64", "py/object": "numpy.int64", "value": 1029}, "ik": {"dtype": "int64", "py/object": "numpy.int64", "value": 1030}, "ike": {"dtype": "int64", "py/object": "numpy.int64", "value": 1031}, "ike ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1032}, "il": {"dtype": "int64", "py/object": "numpy.int64", "value": 1033}, "il ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1034}, "ill": {"dtype": "int64", "py/object": "numpy.int64", "value": 1035}, "ill ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1036}, "illy": {"dtype": "int64", "py/object": "numpy.int64", "value": 1037}, "ils": {"dtype": "int64", "py/object": "numpy.int64", "value": 1038}, "ils ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1039}, "ilst": {"dtype": "int64", "py/object": "numpy.int64", "value": 1040}, "in": {"dtype": "int64", "py/object": "numpy.int64", "value": 1041}, "in ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1042}, "inb": {"dtype": "int64", "py/object": "numpy.int64", "value": 1043}, "inbi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1044}, "ind": {"dtype": "int64", "py/object": "numpy.int64", "value": 1045}, "ind ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1046}, "inde": {"dtype": "int64", "py/object": "numpy.int64", "value": 1047}, "indi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1048}, "indr": {"dtype": "int64", "py/object": "numpy.int64", "value": 1049}, "indy": {"dtype": "int64", "py/object": "numpy.int64", "value": 1050}, "ine": {"dtype": "int64", "py/object": "numpy.int64", "value": 1051}, "ine ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1052}, "ines": {"dtype": "int64", "py/object": "numpy.int64", "value": 1053}, "inf": {"dtype": "int64", "py/object": "numpy.int64", "value": 1054}, "infa": {"dtype": "int64", "py/object": "numpy.int64", "value": 1055}, "ing": {"dtype": "int64", "py/object": "numpy.int64", "value": 1056}, "ing ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1057}, "ini": {"dtype": "int64", "py/object": "numpy.int64", "value": 1058}, "inin": {"dtype": "int64", "py/object": "numpy.int64", "value": 1059}, "ink": {"dtype": "int64", "py/object": "numpy.int64", "value": 1060}, "ink ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1061}, "ins": {"dtype": "int64", "py/object": "numpy.int64", "value": 1062}, "ins ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1063}, "int": {"dtype": "int64", "py/object": "numpy.int64", "value": 1064}, "inte": {"dtype": "int64", "py/object": "numpy.int64", "value": 1065}, "inti": {"dtype": "int64", "py/object": "numpy.int64", "value": 1066}, "iny": {"dtype": "int64", "py/object": "numpy.int64", "value": 1067}, "iny ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1068}, "io": {"dtype": "int64", "py/object": "numpy.int64", "value": 1069}, "ion": {"dtype": "int64", "py/object": "numpy.int64", "value": 1070}, "ion ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1071}, "ip": {"dtype": "int64", "py/object": "numpy.int64", "value": 1072}, "ipi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1073}, "ipit": {"dtype": "int64", "py/object": "numpy.int64", "value": 1074}, "ir": {"dtype": "int64", "py/object": "numpy.int64", "value": 1075}, "ir ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1076}, "irl": {"dtype": "int64", "py/object": "numpy.int64", "value": 1077}, "irlw": {"dtype": "int64", "py/object": "numpy.int64", "value": 1078}, "irr": {"dtype": "int64", "py/object": "numpy.int64", "value": 1079}, "irri": {"dtype": "int64", "py/object": "numpy.int64", "value": 1080}, "is": {"dtype": "int64", "py/object": "numpy.int64", "value": 1081}, "is ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1082}, "isa": {"dtype": "int64", "py/object": "numpy.int64", "value": 1083}, "isap": {"dtype": "int64", "py/object": "numpy.int64", "value": 1084}, "ish": {"dtype": "int64", "py/object": "numpy.int64", "value": 1085}, "ish ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1086}, "isn": {"dtype": "int64", "py/object": "numpy.int64", "value": 1087}, "isn ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1088}, "iss": {"dtype": "int64", "py/object": "numpy.int64", "value": 1089}, "iss ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1090}, "issa": {"dtype": "int64", "py/object": "numpy.int64", "value": 1091}, "ist": {"dtype": "int64", "py/object": "numpy.int64", "value": 1092}, "ist ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1093}, "iste": {"dtype": "int64", "py/object": "numpy.int64", "value": 1094}, "isty": {"dtype": "int64", "py/object": "numpy.int64", "value": 1095}, "it": {"dtype": "int64", "py/object": "numpy.int64", "value": 1096}, "it ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1097}, "ita": {"dtype": "int64", "py/object": "numpy.int64", "value": 1098}, "itat": {"dtype": "int64", "py/object": "numpy.int64", "value": 1099}, "ite": {"dtype": "int64", "py/object": "numpy.int64", "value": 1100}, "ited": {"dtype": "int64", "py/object": "numpy.int64", "value": 1101}, "iti": {"dtype": "int64", "py/object": "numpy.int64", "value": 1102}, "itin": {"dtype": "int64", "py/object": "numpy.int64", "value": 1103}, "its": {"dtype": "int64", "py/object": "numpy.int64", "value": 1104}, "its ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1105}, "ity": {"dtype": "int64", "py/object": "numpy.int64", "value": 1106}, "ity ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1107}, "iu": {"dtype": "int64", "py/object": "numpy.int64", "value": 1108}, "ius": {"dtype": "int64", "py/object": "numpy.int64", "value": 1109}, "ius ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1110}, "iz": {"dtype": "int64", "py/object": "numpy.int64", "value": 1111}, "izz": {"dtype": "int64", "py/object": "numpy.int64", "value": 1112}, "izza": {"dtype": "int64", "py/object": "numpy.int64", "value": 1113}, "izzl": {"dtype": "int64", "py/object": "numpy.int64", "value": 1114}, "j": {"dtype": "int64", "py/object": "numpy.int64", "value": 1115}, "ja": {"dtype": "int64", "py/object": "numpy.int64", "value": 1116}, "jap": {"dtype": "int64", "py/object": "numpy.int64", "value": 1117}, "japa": {"dtype": "int64", "py/object": "numpy.int64", "value": 1118}, "k": {"dtype": "int64", "py/object": "numpy.int64", "value": 1119}, "k ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1120}, "ka": {"dtype": "int64", "py/object": "numpy.int64", "value": 1121}, "ka ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1122}, "ke": {"dtype": "int64", "py/object": "numpy.int64", "value": 1123}, "ke ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1124}, "kee": {"dtype": "int64", "py/object": "numpy.int64", "value": 1125}, "keep": {"dtype": "int64", "py/object": "numpy.int64", "value": 1126}, "ki": {"dtype": "int64", "py/object": "numpy.int64", "value": 1127}, "kin": {"dtype": "int64", "py/object": "numpy.int64", "value": 1128}, "king": {"dtype": "int64", "py/object": "numpy.int64", "value": 1129}, "kn": {"dtype": "int64", "py/object": "numpy.int64", "value": 1130}, "kno": {"dtype": "int64", "py/object": "numpy.int64", "value": 1131}, "know": {"dtype": "int64", "py/object": "numpy.int64", "value": 1132}, "ko": {"dtype": "int64", "py/object": "numpy.int64", "value": 1133}, "kor": {"dtype": "int64", "py/object": "numpy.int64", "value": 1134}, "kore": {"dtype": "int64", "py/object": "numpy.int64", "value": 1135}, "kr": {"dtype": "int64", "py/object": "numpy.int64", "value": 1136}, "kro": {"dtype": "int64", "py/object": "numpy.int64", "value": 1137}, "kron": {"dtype": "int64", "py/object": "numpy.int64", "value": 1138}, "ks": {"dtype": "int64", "py/object": "numpy.int64", "value": 1139}, "ks ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1140}, "ky": {"dtype": "int64", "py/object": "numpy.int64", "value": 1141}, "ky ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1142}, "l": {"dtype": "int64", "py/object": "numpy.int64", "value": 1143}, "l ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1144}, "la": {"dtype": "int64", "py/object": "numpy.int64", "value": 1145}, "lac": {"dtype": "int64", "py/object": "numpy.int64", "value": 1146}, "lack": {"dtype": "int64", "py/object": "numpy.int64", "value": 1147}, "lad": {"dtype": "int64", "py/object": "numpy.int64", "value": 1148}, "lade": {"dtype": "int64", "py/object": "numpy.int64", "value": 1149}, "lak": {"dtype": "int64", "py/object": "numpy.int64", "value": 1150}, "lake": {"dtype": "int64", "py/object": "numpy.int64", "value": 1151}, "lar": {"dtype": "int64", "py/object": "numpy.int64", "value": 1152}, "lar ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1153}, "lat": {"dtype": "int64", "py/object": "numpy.int64", "value": 1154}, "late": {"dtype": "int64", "py/object": "numpy.int64", "value": 1155}, "ld": {"dtype": "int64", "py/object": "numpy.int64", "value": 1156}, "ld ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1157}, "le": {"dtype": "int64", "py/object": "numpy.int64", "value": 1158}, "le ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1159}, "lea": {"dtype": "int64", "py/object": "numpy.int64", "value": 1160}, "lear": {"dtype": "int64", "py/object": "numpy.int64", "value": 1161}, "leas": {"dtype": "int64", "py/object": "numpy.int64", "value": 1162}, "lee": {"dtype": "int64", "py/object": "numpy.int64", "value": 1163}, "leet": {"dtype": "int64", "py/object": "numpy.int64", "value": 1164}, "li": {"dtype": "int64", "py/object": "numpy.int64", "value": 1165}, "lia": {"dtype": "int64", "py/object": "numpy.int64", "value": 1166}, "lian": {"dtype": "int64", "py/object": "numpy.int64", "value": 1167}, "lig": {"dtype": "int64", "py/object": "numpy.int64", "value": 1168}, "ligh": {"dtype": "int64", "py/object": "numpy.int64", "value": 1169}, "lik": {"dtype": "int64", "py/object": "numpy.int64", "value": 1170}, "like": {"dtype": "int64", "py/object": "numpy.int64", "value": 1171}, "lin": {"dtype": "int64", "py/object": "numpy.int64", "value": 1172}, "lind": {"dtype": "int64", "py/object": "numpy.int64", "value": 1173}, "ling": {"dtype": "int64", "py/object": "numpy.int64", "value": 1174}, "lis": {"dtype": "int64", "py/object": "numpy.int64", "value": 1175}, "list": {"dtype": "int64", "py/object": "numpy.int64", "value": 1176}, "liz": {"dtype": "int64", "py/object": "numpy.int64", "value": 1177}, "lizz": {"dtype": "int64", "py/object": "numpy.int64", "value": 1178}, "lk": {"dtype": "int64", "py/object": "numpy.int64", "value": 1179}, "lki": {"dtype": "int64", "py/object": "numpy.int64", "value": 1180}, "lkin": {"dtype": "int64", "py/object": "numpy.int64", "value": 1181}, "ll": {"dtype": "int64", "py/object": "numpy.int64", "value": 1182}, "ll ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1183}, "lla": {"dtype": "int64", "py/object": "numpy.int64", "value": 1184}, "llar": {"dtype": "int64", "py/object": "numpy.int64", "value": 1185}, "llo": {"dtype": "int64", "py/object": "numpy.int64", "value": 1186}, "llo ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1187}, "lly": {"dtype": "int64", "py/object": "numpy.int64", "value": 1188}, "lly ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1189}, "lo": {"dtype": "int64", "py/object": "numpy.int64", "value": 1190}, "lo ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1191}, "loo": {"dtype": "int64", "py/object": "numpy.int64", "value": 1192}, "look": {"dtype": "int64", "py/object": "numpy.int64", "value": 1193}, "lou": {"dtype": "int64", "py/object": "numpy.int64", "value": 1194}, "loud": {"dtype": "int64", "py/object": "numpy.int64", "value": 1195}, "lov": {"dtype": "int64", "py/object": "numpy.int64", "value": 1196}, "love": {"dtype": "int64", "py/object": "numpy.int64", "value": 1197}, "lovi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1198}, "low": {"dtype": "int64", "py/object": "numpy.int64", "value": 1199}, "low ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1200}, "ls": {"dtype": "int64", "py/object": "numpy.int64", "value": 1201}, "ls ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1202}, "lsi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1203}, "lsiu": {"dtype": "int64", "py/object": "numpy.int64", "value": 1204}, "lst": {"dtype": "int64", "py/object": "numpy.int64", "value": 1205}, "lsto": {"dtype": "int64", "py/object": "numpy.int64", "value": 1206}, "lt": {"dtype": "int64", "py/object": "numpy.int64", "value": 1207}, "ltr": {"dtype": "int64", "py/object": "numpy.int64", "value": 1208}, "ltry": {"dtype": "int64", "py/object": "numpy.int64", "value": 1209}, "lu": {"dtype": "int64", "py/object": "numpy.int64", "value": 1210}, "luc": {"dtype": "int64", "py/object": "numpy.int64", "value": 1211}, "luck": {"dtype": "int64", "py/object": "numpy.int64", "value": 1212}, "lut": {"dtype": "int64", "py/object": "numpy.int64", "value": 1213}, "lute": {"dtype": "int64", "py/object": "numpy.int64", "value": 1214}, "lw": {"dtype": "int64", "py/object": "numpy.int64", "value": 1215}, "lwi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1216}, "lwin": {"dtype": "int64", "py/object": "numpy.int64", "value": 1217}, "ly": {"dtype": "int64", "py/object": "numpy.int64", "value": 1218}, "ly ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1219}, "m": {"dtype": "int64", "py/object": "numpy.int64", "value": 1220}, "m ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1221}, "ma": {"dtype": "int64", "py/object": "numpy.int64", "value": 1222}, "mak": {"dtype": "int64", "py/object": "numpy.int64", "value": 1223}, "make": {"dtype": "int64", "py/object": "numpy.int64", "value": 1224}, "man": {"dtype": "int64", "py/object": "numpy.int64", "value": 1225}, "man ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1226}, "maz": {"dtype": "int64", "py/object": "numpy.int64", "value": 1227}, "maze": {"dtype": "int64", "py/object": "numpy.int64", "value": 1228}, "mazi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1229}, "me": {"dtype": "int64", "py/object": "numpy.int64", "value": 1230}, "me ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1231}, "mel": {"dtype": "int64", "py/object": "numpy.int64", "value": 1232}, "mely": {"dtype": "int64", "py/object": "numpy.int64", "value": 1233}, "met": {"dtype": "int64", "py/object": "numpy.int64", "value": 1234}, "mete": {"dtype": "int64", "py/object": "numpy.int64", "value": 1235}, "mi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1236}, "mid": {"dtype": "int64", "py/object": "numpy.int64", "value": 1237}, "mid ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1238}, "midi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1239}, "min": {"dtype": "int64", "py/object": "numpy.int64", "value": 1240}, "minb": {"dtype": "int64", "py/object": "numpy.int64", "value": 1241}, "mis": {"dtype": "int64", "py/object": "numpy.int64", "value": 1242}, "mist": {"dtype": "int64", "py/object": "numpy.int64", "value": 1243}, "mo": {"dtype": "int64", "py/object": "numpy.int64", "value": 1244}, "mod": {"dtype": "int64", "py/object": "numpy.int64", "value": 1245}, "mode": {"dtype": "int64", "py/object": "numpy.int64", "value": 1246}, "mog": {"dtype": "int64", "py/object": "numpy.int64", "value": 1247}, "mogg": {"dtype": "int64", "py/object": "numpy.int64", "value": 1248}, "mom": {"dtype": "int64", "py/object": "numpy.int64", "value": 1249}, "mome": {"dtype": "int64", "py/object": "numpy.int64", "value": 1250}, "mon": {"dtype": "int64", "py/object": "numpy.int64", "value": 1251}, "mone": {"dtype": "int64", "py/object": "numpy.int64", "value": 1252}, "moo": {"dtype": "int64", "py/object": "numpy.int64", "value": 1253}, "moon": {"dtype": "int64", "py/object": "numpy.int64", "value": 1254}, "mor": {"dtype": "int64", "py/object": "numpy.int64", "value": 1255}, "morn": {"dtype": "int64", "py/object": "numpy.int64", "value": 1256}, "mos": {"dtype": "int64", "py/object": "numpy.int64", "value": 1257}, "mosp": {"dtype": "int64", "py/object": "numpy.int64", "value": 1258}, "mp": {"dtype": "int64", "py/object": "numpy.int64", "value": 1259}, "mp ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1260}, "mpe": {"dtype": "int64", "py/object": "numpy.int64", "value": 1261}, "mper": {"dtype": "int64", "py/object": "numpy.int64", "value": 1262}, "ms": {"dtype": "int64", "py/object": "numpy.int64", "value": 1263}, "ms ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1264}, "mu": {"dtype": "int64", "py/object": "numpy.int64", "value": 1265}, "mug": {"dtype": "int64", "py/object": "numpy.int64", "value": 1266}, "mugg": {"dtype": "int64", "py/object": "numpy.int64", "value": 1267}, "my": {"dtype": "int64", "py/object": "numpy.int64", "value": 1268}, "my ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1269}, "n": {"dtype": "int64", "py/object": "numpy.int64", "value": 1270}, "n ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1271}, "na": {"dtype": "int64", "py/object": "numpy.int64", "value": 1272}, "nad": {"dtype": "int64", "py/object": "numpy.int64", "value": 1273}, "nado": {"dtype": "int64", "py/object": "numpy.int64", "value": 1274}, "nb": {"dtype": "int64", "py/object": "numpy.int64", "value": 1275}, "nbi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1276}, "nbi ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1277}, "nc": {"dtype": "int64", "py/object": "numpy.int64", "value": 1278}, "nc ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1279}, "nd": {"dtype": "int64", "py/object": "numpy.int64", "value": 1280}, "nd ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1281}, "nde": {"dtype": "int64", "py/object": "numpy.int64", "value": 1282}, "ndee": {"dtype": "int64", "py/object": "numpy.int64", "value": 1283}, "nder": {"dtype": "int64", "py/object": "numpy.int64", "value": 1284}, "ndi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1285}, "ndia": {"dtype": "int64", "py/object": "numpy.int64", "value": 1286}, "ndin": {"dtype": "int64", "py/object": "numpy.int64", "value": 1287}, "ndr": {"dtype": "int64", "py/object": "numpy.int64", "value": 1288}, "ndro": {"dtype": "int64", "py/object": "numpy.int64", "value": 1289}, "nds": {"dtype": "int64", "py/object": "numpy.int64", "value": 1290}, "nds ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1291}, "ndy": {"dtype": "int64", "py/object": "numpy.int64", "value": 1292}, "ndy ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1293}, "ne": {"dtype": "int64", "py/object": "numpy.int64", "value": 1294}, "ne ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1295}, "nes": {"dtype": "int64", "py/object": "numpy.int64", "value": 1296}, "nese": {"dtype": "int64", "py/object": "numpy.int64", "value": 1297}, "nev": {"dtype": "int64", "py/object": "numpy.int64", "value": 1298}, "neve": {"dtype": "int64", "py/object": "numpy.int64", "value": 1299}, "ney": {"dtype": "int64", "py/object": "numpy.int64", "value": 1300}, "ney ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1301}, "nf": {"dtype": "int64", "py/object": "numpy.int64", "value": 1302}, "nfa": {"dtype": "int64", "py/object": "numpy.int64", "value": 1303}, "nfal": {"dtype": "int64", "py/object": "numpy.int64", "value": 1304}, "ng": {"dtype": "int64", "py/object": "numpy.int64", "value": 1305}, "ng ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1306}, "ngl": {"dtype": "int64", "py/object": "numpy.int64", "value": 1307}, "ngla": {"dtype": "int64", "py/object": "numpy.int64", "value": 1308}, "nh": {"dtype": "int64", "py/object": "numpy.int64", "value": 1309}, "nha": {"dtype": "int64", "py/object": "numpy.int64", "value": 1310}, "nhap": {"dtype": "int64", "py/object": "numpy.int64", "value": 1311}, "nhe": {"dtype": "int64", "py/object": "numpy.int64", "value": 1312}, "nhei": {"dtype": "int64", "py/object": "numpy.int64", "value": 1313}, "ni": {"dtype": "int64", "py/object": "numpy.int64", "value": 1314}, "nic": {"dtype": "int64", "py/object": "numpy.int64", "value": 1315}, "nice": {"dtype": "int64", "py/object": "numpy.int64", "value": 1316}, "nin": {"dtype": "int64", "py/object": "numpy.int64", "value": 1317}, "ning": {"dtype": "int64", "py/object": "numpy.int64", "value": 1318}, "nis": {"dtype": "int64", "py/object": "numpy.int64", "value": 1319}, "nish": {"dtype": "int64", "py/object": "numpy.int64", "value": 1320}, "nit": {"dtype": "int64", "py/object": "numpy.int64", "value": 1321}, "nite": {"dtype": "int64", "py/object": "numpy.int64", "value": 1322}, "nk": {"dtype": "int64", "py/object": "numpy.int64", "value": 1323}, "nk ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1324}, "nm": {"dtype": "int64", "py/object": "numpy.int64", "value": 1325}, "nmi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1326}, "nmin": {"dtype": "int64", "py/object": "numpy.int64", "value": 1327}, "nn": {"dtype": "int64", "py/object": "numpy.int64", "value": 1328}, "nny": {"dtype": "int64", "py/object": "numpy.int64", "value": 1329}, "nny ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1330}, "no": {"dtype": "int64", "py/object": "numpy.int64", "value": 1331}, "no ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1332}, "nop": {"dtype": "int64", "py/object": "numpy.int64", "value": 1333}, "nopt": {"dtype": "int64", "py/object": "numpy.int64", "value": 1334}, "not": {"dtype": "int64", "py/object": "numpy.int64", "value": 1335}, "not ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1336}, "noti": {"dtype": "int64", "py/object": "numpy.int64", "value": 1337}, "now": {"dtype": "int64", "py/object": "numpy.int64", "value": 1338}, "now ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1339}, "nowd": {"dtype": "int64", "py/object": "numpy.int64", "value": 1340}, "nowf": {"dtype": "int64", "py/object": "numpy.int64", "value": 1341}, "nowi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1342}, "nows": {"dtype": "int64", "py/object": "numpy.int64", "value": 1343}, "nowy": {"dtype": "int64", "py/object": "numpy.int64", "value": 1344}, "ns": {"dtype": "int64", "py/object": "numpy.int64", "value": 1345}, "ns ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1346}, "nse": {"dtype": "int64", "py/object": "numpy.int64", "value": 1347}, "nse ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1348}, "nsf": {"dtype": "int64", "py/object": "numpy.int64", "value": 1349}, "nsfe": {"dtype": "int64", "py/object": "numpy.int64", "value": 1350}, "nsh": {"dtype": "int64", "py/object": "numpy.int64", "value": 1351}, "nshi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1352}, "nt": {"dtype": "int64", "py/object": "numpy.int64", "value": 1353}, "nt ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1354}, "nte": {"dtype": "int64", "py/object": "numpy.int64", "value": 1355}, "nted": {"dtype": "int64", "py/object": "numpy.int64", "value": 1356}, "nter": {"dtype": "int64", "py/object": "numpy.int64", "value": 1357}, "nti": {"dtype": "int64", "py/object": "numpy.int64", "value": 1358}, "ntig": {"dtype": "int64", "py/object": "numpy.int64", "value": 1359}, "ntin": {"dtype": "int64", "py/object": "numpy.int64", "value": 1360}, "ntr": {"dtype": "int64", "py/object": "numpy.int64", "value": 1361}, "ntry": {"dtype": "int64", "py/object": "numpy.int64", "value": 1362}, "nts": {"dtype": "int64", "py/object": "numpy.int64", "value": 1363}, "nts ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1364}, "ny": {"dtype": "int64", "py/object": "numpy.int64", "value": 1365}, "ny ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1366}, "nyb": {"dtype": "int64", "py/object": "numpy.int64", "value": 1367}, "nybo": {"dtype": "int64", "py/object": "numpy.int64", "value": 1368}, "o": {"dtype": "int64", "py/object": "numpy.int64", "value": 1369}, "o ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1370}, "od": {"dtype": "int64", "py/object": "numpy.int64", "value": 1371}, "od ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1372}, "oda": {"dtype": "int64", "py/object": "numpy.int64", "value": 1373}, "oday": {"dtype": "int64", "py/object": "numpy.int64", "value": 1374}, "odb": {"dtype": "int64", "py/object": "numpy.int64", "value": 1375}, "odby": {"dtype": "int64", "py/object": "numpy.int64", "value": 1376}, "ode": {"dtype": "int64", "py/object": "numpy.int64", "value": 1377}, "oder": {"dtype": "int64", "py/object": "numpy.int64", "value": 1378}, "ody": {"dtype": "int64", "py/object": "numpy.int64", "value": 1379}, "ody ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1380}, "oe": {"dtype": "int64", "py/object": "numpy.int64", "value": 1381}, "oes": {"dtype": "int64", "py/object": "numpy.int64", "value": 1382}, "oes ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1383}, "of": {"dtype": "int64", "py/object": "numpy.int64", "value": 1384}, "of ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1385}, "og": {"dtype": "int64", "py/object": "numpy.int64", "value": 1386}, "og ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1387}, "ogg": {"dtype": "int64", "py/object": "numpy.int64", "value": 1388}, "oggy": {"dtype": "int64", "py/object": "numpy.int64", "value": 1389}, "ogs": {"dtype": "int64", "py/object": "numpy.int64", "value": 1390}, "ogs ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1391}, "oi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1392}, "oin": {"dtype": "int64", "py/object": "numpy.int64", "value": 1393}, "oing": {"dtype": "int64", "py/object": "numpy.int64", "value": 1394}, "oint": {"dtype": "int64", "py/object": "numpy.int64", "value": 1395}, "ok": {"dtype": "int64", "py/object": "numpy.int64", "value": 1396}, "oks": {"dtype": "int64", "py/object": "numpy.int64", "value": 1397}, "oks ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1398}, "ol": {"dtype": "int64", "py/object": "numpy.int64", "value": 1399}, "ol ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1400}, "old": {"dtype": "int64", "py/object": "numpy.int64", "value": 1401}, "old ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1402}, "oll": {"dtype": "int64", "py/object": "numpy.int64", "value": 1403}, "olla": {"dtype": "int64", "py/object": "numpy.int64", "value": 1404}, "olu": {"dtype": "int64", "py/object": "numpy.int64", "value": 1405}, "olut": {"dtype": "int64", "py/object": "numpy.int64", "value": 1406}, "om": {"dtype": "int64", "py/object": "numpy.int64", "value": 1407}, "ome": {"dtype": "int64", "py/object": "numpy.int64", "value": 1408}, "omet": {"dtype": "int64", "py/object": "numpy.int64", "value": 1409}, "on": {"dtype": "int64", "py/object": "numpy.int64", "value": 1410}, "on ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1411}, "ond": {"dtype": "int64", "py/object": "numpy.int64", "value": 1412}, "onde": {"dtype": "int64", "py/object": "numpy.int64", "value": 1413}, "one": {"dtype": "int64", "py/object": "numpy.int64", "value": 1414}, "one ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1415}, "oney": {"dtype": "int64", "py/object": "numpy.int64", "value": 1416}, "ong": {"dtype": "int64", "py/object": "numpy.int64", "value": 1417}, "ong ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1418}, "oo": {"dtype": "int64", "py/object": "numpy.int64", "value": 1419}, "oo ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1420}, "ood": {"dtype": "int64", "py/object": "numpy.int64", "value": 1421}, "ood ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1422}, "oodb": {"dtype": "int64", "py/object": "numpy.int64", "value": 1423}, "ook": {"dtype": "int64", "py/object": "numpy.int64", "value": 1424}, "ooks": {"dtype": "int64", "py/object": "numpy.int64", "value": 1425}, "ool": {"dtype": "int64", "py/object": "numpy.int64", "value": 1426}, "ool ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1427}, "oon": {"dtype": "int64", "py/object": "numpy.int64", "value": 1428}, "oon ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1429}, "op": {"dtype": "int64", "py/object": "numpy.int64", "value": 1430}, "op ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1431}, "opt": {"dtype": "int64", "py/object": "numpy.int64", "value": 1432}, "opti": {"dtype": "int64", "py/object": "numpy.int64", "value": 1433}, "or": {"dtype": "int64", "py/object": "numpy.int64", "value": 1434}, "or ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1435}, "ore": {"dtype": "int64", "py/object": "numpy.int64", "value": 1436}, "orea": {"dtype": "int64", "py/object": "numpy.int64", "value": 1437}, "orec": {"dtype": "int64", "py/object": "numpy.int64", "value": 1438}, "orm": {"dtype": "int64", "py/object": "numpy.int64", "value": 1439}, "orm ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1440}, "orms": {"dtype": "int64", "py/object": "numpy.int64", "value": 1441}, "ormy": {"dtype": "int64", "py/object": "numpy.int64", "value": 1442}, "orn": {"dtype": "int64", "py/object": "numpy.int64", "value": 1443}, "orna": {"dtype": "int64", "py/object": "numpy.int64", "value": 1444}, "orni": {"dtype": "int64", "py/object": "numpy.int64", "value": 1445}, "orr": {"dtype": "int64", "py/object": "numpy.int64", "value": 1446}, "orre": {"dtype": "int64", "py/object": "numpy.int64", "value": 1447}, "orri": {"dtype": "int64", "py/object": "numpy.int64", "value": 1448}, "ors": {"dtype": "int64", "py/object": "numpy.int64", "value": 1449}, "orst": {"dtype": "int64", "py/object": "numpy.int64", "value": 1450}, "os": {"dtype": "int64", "py/object": "numpy.int64", "value": 1451}, "osp": {"dtype": "int64", "py/object": "numpy.int64", "value": 1452}, "osph": {"dtype": "int64", "py/object": "numpy.int64", "value": 1453}, "ost": {"dtype": "int64", "py/object": "numpy.int64", "value": 1454}, "ost ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1455}, "osty": {"dtype": "int64", "py/object": "numpy.int64", "value": 1456}, "ot": {"dtype": "int64", "py/object": "numpy.int64", "value": 1457}, "ot ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1458}, "oti": {"dtype": "int64", "py/object": "numpy.int64", "value": 1459}, "otic": {"dtype": "int64", "py/object": "numpy.int64", "value": 1460}, "ou": {"dtype": "int64", "py/object": "numpy.int64", "value": 1461}, "ou ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1462}, "oud": {"dtype": "int64", "py/object": "numpy.int64", "value": 1463}, "oud ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1464}, "ouds": {"dtype": "int64", "py/object": "numpy.int64", "value": 1465}, "oudy": {"dtype": "int64", "py/object": "numpy.int64", "value": 1466}, "oul": {"dtype": "int64", "py/object": "numpy.int64", "value": 1467}, "ould": {"dtype": "int64", "py/object": "numpy.int64", "value": 1468}, "oun": {"dtype": "int64", "py/object": "numpy.int64", "value": 1469}, "ound": {"dtype": "int64", "py/object": "numpy.int64", "value": 1470}, "ount": {"dtype": "int64", "py/object": "numpy.int64", "value": 1471}, "our": {"dtype": "int64", "py/object": "numpy.int64", "value": 1472}, "our ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1473}, "ours": {"dtype": "int64", "py/object": "numpy.int64", "value": 1474}, "out": {"dtype": "int64", "py/object": "numpy.int64", "value": 1475}, "out ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1476}, "outh": {"dtype": "int64", "py/object": "numpy.int64", "value": 1477}, "outs": {"dtype": "int64", "py/object": "numpy.int64", "value": 1478}, "ov": {"dtype": "int64", "py/object": "numpy.int64", "value": 1479}, "ove": {"dtype": "int64", "py/object": "numpy.int64", "value": 1480}, "ove ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1481}, "ovel": {"dtype": "int64", "py/object": "numpy.int64", "value": 1482}, "over": {"dtype": "int64", "py/object": "numpy.int64", "value": 1483}, "ovi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1484}, "ovin": {"dtype": "int64", "py/object": "numpy.int64", "value": 1485}, "ow": {"dtype": "int64", "py/object": "numpy.int64", "value": 1486}, "ow ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1487}, "owd": {"dtype": "int64", "py/object": "numpy.int64", "value": 1488}, "owdr": {"dtype": "int64", "py/object": "numpy.int64", "value": 1489}, "owe": {"dtype": "int64", "py/object": "numpy.int64", "value": 1490}, "ower": {"dtype": "int64", "py/object": "numpy.int64", "value": 1491}, "owf": {"dtype": "int64", "py/object": "numpy.int64", "value": 1492}, "owfa": {"dtype": "int64", "py/object": "numpy.int64", "value": 1493}, "owfl": {"dtype": "int64", "py/object": "numpy.int64", "value": 1494}, "owi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1495}, "owin": {"dtype": "int64", "py/object": "numpy.int64", "value": 1496}, "ows": {"dtype": "int64", "py/object": "numpy.int64", "value": 1497}, "owst": {"dtype": "int64", "py/object": "numpy.int64", "value": 1498}, "owy": {"dtype": "int64", "py/object": "numpy.int64", "value": 1499}, "owy ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1500}, "p": {"dtype": "int64", "py/object": "numpy.int64", "value": 1501}, "p ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1502}, "pa": {"dtype": "int64", "py/object": "numpy.int64", "value": 1503}, "pan": {"dtype": "int64", "py/object": "numpy.int64", "value": 1504}, "pane": {"dtype": "int64", "py/object": "numpy.int64", "value": 1505}, "pe": {"dtype": "int64", "py/object": "numpy.int64", "value": 1506}, "pec": {"dtype": "int64", "py/object": "numpy.int64", "value": 1507}, "pect": {"dtype": "int64", "py/object": "numpy.int64", "value": 1508}, "pee": {"dtype": "int64", "py/object": "numpy.int64", "value": 1509}, "pee ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1510}, "per": {"dtype": "int64", "py/object": "numpy.int64", "value": 1511}, "pera": {"dtype": "int64", "py/object": "numpy.int64", "value": 1512}, "perf": {"dtype": "int64", "py/object": "numpy.int64", "value": 1513}, "ph": {"dtype": "int64", "py/object": "numpy.int64", "value": 1514}, "phe": {"dtype": "int64", "py/object": "numpy.int64", "value": 1515}, "pher": {"dtype": "int64", "py/object": "numpy.int64", "value": 1516}, "pi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1517}, "pit": {"dtype": "int64", "py/object": "numpy.int64", "value": 1518}, "pita": {"dtype": "int64", "py/object": "numpy.int64", "value": 1519}, "pl": {"dtype": "int64", "py/object": "numpy.int64", "value": 1520}, "ple": {"dtype": "int64", "py/object": "numpy.int64", "value": 1521}, "plea": {"dtype": "int64", "py/object": "numpy.int64", "value": 1522}, "po": {"dtype": "int64", "py/object": "numpy.int64", "value": 1523}, "poi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1524}, "poin": {"dtype": "int64", "py/object": "numpy.int64", "value": 1525}, "pou": {"dtype": "int64", "py/object": "numpy.int64", "value": 1526}, "pour": {"dtype": "int64", "py/object": "numpy.int64", "value": 1527}, "pp": {"dtype": "int64", "py/object": "numpy.int64", "value": 1528}, "ppo": {"dtype": "int64", "py/object": "numpy.int64", "value": 1529}, "ppoi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1530}, "ppy": {"dtype": "int64", "py/object": "numpy.int64", "value": 1531}, "ppy ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1532}, "pr": {"dtype": "int64", "py/object": "numpy.int64", "value": 1533}, "pre": {"dtype": "int64", "py/object": "numpy.int64", "value": 1534}, "prec": {"dtype": "int64", "py/object": "numpy.int64", "value": 1535}, "pres": {"dtype": "int64", "py/object": "numpy.int64", "value": 1536}, "pt": {"dtype": "int64", "py/object": "numpy.int64", "value": 1537}, "pti": {"dtype": "int64", "py/object": "numpy.int64", "value": 1538}, "ptic": {"dtype": "int64", "py/object": "numpy.int64", "value": 1539}, "pu": {"dtype": "int64", "py/object": "numpy.int64", "value": 1540}, "puf": {"dtype": "int64", "py/object": "numpy.int64", "value": 1541}, "puff": {"dtype": "int64", "py/object": "numpy.int64", "value": 1542}, "py": {"dtype": "int64", "py/object": "numpy.int64", "value": 1543}, "py ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1544}, "q": {"dtype": "int64", "py/object": "numpy.int64", "value": 1545}, "qu": {"dtype": "int64", "py/object": "numpy.int64", "value": 1546}, "qua": {"dtype": "int64", "py/object": "numpy.int64", "value": 1547}, "qual": {"dtype": "int64", "py/object": "numpy.int64", "value": 1548}, "r": {"dtype": "int64", "py/object": "numpy.int64", "value": 1549}, "r ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1550}, "r-": {"dtype": "int64", "py/object": "numpy.int64", "value": 1551}, "r-c": {"dtype": "int64", "py/object": "numpy.int64", "value": 1552}, "r-cl": {"dtype": "int64", "py/object": "numpy.int64", "value": 1553}, "ra": {"dtype": "int64", "py/object": "numpy.int64", "value": 1554}, "rad": {"dtype": "int64", "py/object": "numpy.int64", "value": 1555}, "rade": {"dtype": "int64", "py/object": "numpy.int64", "value": 1556}, "rag": {"dtype": "int64", "py/object": "numpy.int64", "value": 1557}, "rage": {"dtype": "int64", "py/object": "numpy.int64", "value": 1558}, "rai": {"dtype": "int64", "py/object": "numpy.int64", "value": 1559}, "rain": {"dtype": "int64", "py/object": "numpy.int64", "value": 1560}, "ral": {"dtype": "int64", "py/object": "numpy.int64", "value": 1561}, "rali": {"dtype": "int64", "py/object": "numpy.int64", "value": 1562}, "ran": {"dtype": "int64", "py/object": "numpy.int64", "value": 1563}, "ranc": {"dtype": "int64", "py/object": "numpy.int64", "value": 1564}, "rans": {"dtype": "int64", "py/object": "numpy.int64", "value": 1565}, "rat": {"dtype": "int64", "py/object": "numpy.int64", "value": 1566}, "rate": {"dtype": "int64", "py/object": "numpy.int64", "value": 1567}, "ratu": {"dtype": "int64", "py/object": "numpy.int64", "value": 1568}, "rc": {"dtype": "int64", "py/object": "numpy.int64", "value": 1569}, "rca": {"dtype": "int64", "py/object": "numpy.int64", "value": 1570}, "rcas": {"dtype": "int64", "py/object": "numpy.int64", "value": 1571}, "rd": {"dtype": "int64", "py/object": "numpy.int64", "value": 1572}, "rd ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1573}, "rds": {"dtype": "int64", "py/object": "numpy.int64", "value": 1574}, "rds ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1575}, "re": {"dtype": "int64", "py/object": "numpy.int64", "value": 1576}, "re ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1577}, "rea": {"dtype": "int64", "py/object": "numpy.int64", "value": 1578}, "real": {"dtype": "int64", "py/object": "numpy.int64", "value": 1579}, "rean": {"dtype": "int64", "py/object": "numpy.int64", "value": 1580}, "reat": {"dtype": "int64", "py/object": "numpy.int64", "value": 1581}, "rec": {"dtype": "int64", "py/object": "numpy.int64", "value": 1582}, "reca": {"dtype": "int64", "py/object": "numpy.int64", "value": 1583}, "reci": {"dtype": "int64", "py/object": "numpy.int64", "value": 1584}, "rect": {"dtype": "int64", "py/object": "numpy.int64", "value": 1585}, "red": {"dtype": "int64", "py/object": "numpy.int64", "value": 1586}, "red ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1587}, "redi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1588}, "ree": {"dtype": "int64", "py/object": "numpy.int64", "value": 1589}, "rees": {"dtype": "int64", "py/object": "numpy.int64", "value": 1590}, "reez": {"dtype": "int64", "py/object": "numpy.int64", "value": 1591}, "rem": {"dtype": "int64", "py/object": "numpy.int64", "value": 1592}, "reme": {"dtype": "int64", "py/object": "numpy.int64", "value": 1593}, "ren": {"dtype": "int64", "py/object": "numpy.int64", "value": 1594}, "renh": {"dtype": "int64", "py/object": "numpy.int64", "value": 1595}, "renm": {"dtype": "int64", "py/object": "numpy.int64", "value": 1596}, "res": {"dtype": "int64", "py/object": "numpy.int64", "value": 1597}, "res ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1598}, "resh": {"dtype": "int64", "py/object": "numpy.int64", "value": 1599}, "ress": {"dtype": "int64", "py/object": "numpy.int64", "value": 1600}, "rey": {"dtype": "int64", "py/object": "numpy.int64", "value": 1601}, "rey ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1602}, "rf": {"dtype": "int64", "py/object": "numpy.int64", "value": 1603}, "rfe": {"dtype": "int64", "py/object": "numpy.int64", "value": 1604}, "rfec": {"dtype": "int64", "py/object": "numpy.int64", "value": 1605}, "rfu": {"dtype": "int64", "py/object": "numpy.int64", "value": 1606}, "rful": {"dtype": "int64", "py/object": "numpy.int64", "value": 1607}, "ri": {"dtype": "int64", "py/object": "numpy.int64", "value": 1608}, "rib": {"dtype": "int64", "py/object": "numpy.int64", "value": 1609}, "ribl": {"dtype": "int64", "py/object": "numpy.int64", "value": 1610}, "ric": {"dtype": "int64", "py/object": "numpy.int64", "value": 1611}, "ric ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1612}, "rica": {"dtype": "int64", "py/object": "numpy.int64", "value": 1613}, "rif": {"dtype": "int64", "py/object": "numpy.int64", "value": 1614}, "rift": {"dtype": "int64", "py/object": "numpy.int64", "value": 1615}, "rig": {"dtype": "int64", "py/object": "numpy.int64", "value": 1616}, "righ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1617}, "rit": {"dtype": "int64", "py/object": "numpy.int64", "value": 1618}, "rita": {"dtype": "int64", "py/object": "numpy.int64", "value": 1619}, "riz": {"dtype": "int64", "py/object": "numpy.int64", "value": 1620}, "rizz": {"dtype": "int64", "py/object": "numpy.int64", "value": 1621}, "rk": {"dtype": "int64", "py/object": "numpy.int64", "value": 1622}, "rk ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1623}, "rl": {"dtype": "int64", "py/object": "numpy.int64", "value": 1624}, "rlw": {"dtype": "int64", "py/object": "numpy.int64", "value": 1625}, "rlwi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1626}, "rm": {"dtype": "int64", "py/object": "numpy.int64", "value": 1627}, "rm ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1628}, "rma": {"dtype": "int64", "py/object": "numpy.int64", "value": 1629}, "rman": {"dtype": "int64", "py/object": "numpy.int64", "value": 1630}, "rmo": {"dtype": "int64", "py/object": "numpy.int64", "value": 1631}, "rmom": {"dtype": "int64", "py/object": "numpy.int64", "value": 1632}, "rms": {"dtype": "int64", "py/object": "numpy.int64", "value": 1633}, "rms ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1634}, "rmy": {"dtype": "int64", "py/object": "numpy.int64", "value": 1635}, "rmy ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1636}, "rn": {"dtype": "int64", "py/object": "numpy.int64", "value": 1637}, "rna": {"dtype": "int64", "py/object": "numpy.int64", "value": 1638}, "rnad": {"dtype": "int64", "py/object": "numpy.int64", "value": 1639}, "rni": {"dtype": "int64", "py/object": "numpy.int64", "value": 1640}, "rnin": {"dtype": "int64", "py/object": "numpy.int64", "value": 1641}, "ro": {"dtype": "int64", "py/object": "numpy.int64", "value": 1642}, "ro ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1643}, "rom": {"dtype": "int64", "py/object": "numpy.int64", "value": 1644}, "rome": {"dtype": "int64", "py/object": "numpy.int64", "value": 1645}, "ron": {"dtype": "int64", "py/object": "numpy.int64", "value": 1646}, "rone": {"dtype": "int64", "py/object": "numpy.int64", "value": 1647}, "rong": {"dtype": "int64", "py/object": "numpy.int64", "value": 1648}, "rop": {"dtype": "int64", "py/object": "numpy.int64", "value": 1649}, "rop ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1650}, "ros": {"dtype": "int64", "py/object": "numpy.int64", "value": 1651}, "rost": {"dtype": "int64", "py/object": "numpy.int64", "value": 1652}, "rou": {"dtype": "int64", "py/object": "numpy.int64", "value": 1653}, "roun": {"dtype": "int64", "py/object": "numpy.int64", "value": 1654}, "rr": {"dtype": "int64", "py/object": "numpy.int64", "value": 1655}, "rre": {"dtype": "int64", "py/object": "numpy.int64", "value": 1656}, "rrec": {"dtype": "int64", "py/object": "numpy.int64", "value": 1657}, "rri": {"dtype": "int64", "py/object": "numpy.int64", "value": 1658}, "rrib": {"dtype": "int64", "py/object": "numpy.int64", "value": 1659}, "rric": {"dtype": "int64", "py/object": "numpy.int64", "value": 1660}, "rrit": {"dtype": "int64", "py/object": "numpy.int64", "value": 1661}, "rs": {"dtype": "int64", "py/object": "numpy.int64", "value": 1662}, "rs ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1663}, "rse": {"dtype": "int64", "py/object": "numpy.int64", "value": 1664}, "rse ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1665}, "rst": {"dtype": "int64", "py/object": "numpy.int64", "value": 1666}, "rst ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1667}, "rsto": {"dtype": "int64", "py/object": "numpy.int64", "value": 1668}, "rt": {"dtype": "int64", "py/object": "numpy.int64", "value": 1669}, "rti": {"dtype": "int64", "py/object": "numpy.int64", "value": 1670}, "rtin": {"dtype": "int64", "py/object": "numpy.int64", "value": 1671}, "ru": {"dtype": "int64", "py/object": "numpy.int64", "value": 1672}, "rup": {"dtype": "int64", "py/object": "numpy.int64", "value": 1673}, "rupe": {"dtype": "int64", "py/object": "numpy.int64", "value": 1674}, "rv": {"dtype": "int64", "py/object": "numpy.int64", "value": 1675}, "rva": {"dtype": "int64", "py/object": "numpy.int64", "value": 1676}, "rval": {"dtype": "int64", "py/object": "numpy.int64", "value": 1677}, "ry": {"dtype": "int64", "py/object": "numpy.int64", "value": 1678}, "ry ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1679}, "ryt": {"dtype": "int64", "py/object": "numpy.int64", "value": 1680}, "ryth": {"dtype": "int64", "py/object": "numpy.int64", "value": 1681}, "s": {"dtype": "int64", "py/object": "numpy.int64", "value": 1682}, "s ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1683}, "sa": {"dtype": "int64", "py/object": "numpy.int64", "value": 1684}, "sad": {"dtype": "int64", "py/object": "numpy.int64", "value": 1685}, "sad ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1686}, "sap": {"dtype": "int64", "py/object": "numpy.int64", "value": 1687}, "sapo": {"dtype": "int64", "py/object": "numpy.int64", "value": 1688}, "sapp": {"dtype": "int64", "py/object": "numpy.int64", "value": 1689}, "say": {"dtype": "int64", "py/object": "numpy.int64", "value": 1690}, "sayi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1691}, "sc": {"dtype": "int64", "py/object": "numpy.int64", "value": 1692}, "sca": {"dtype": "int64", "py/object": "numpy.int64", "value": 1693}, "scat": {"dtype": "int64", "py/object": "numpy.int64", "value": 1694}, "se": {"dtype": "int64", "py/object": "numpy.int64", "value": 1695}, "se ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1696}, "see": {"dtype": "int64", "py/object": "numpy.int64", "value": 1697}, "see ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1698}, "sf": {"dtype": "int64", "py/object": "numpy.int64", "value": 1699}, "sfe": {"dtype": "int64", "py/object": "numpy.int64", "value": 1700}, "sfer": {"dtype": "int64", "py/object": "numpy.int64", "value": 1701}, "sh": {"dtype": "int64", "py/object": "numpy.int64", "value": 1702}, "sh ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1703}, "shi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1704}, "shi ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1705}, "shin": {"dtype": "int64", "py/object": "numpy.int64", "value": 1706}, "sho": {"dtype": "int64", "py/object": "numpy.int64", "value": 1707}, "show": {"dtype": "int64", "py/object": "numpy.int64", "value": 1708}, "si": {"dtype": "int64", "py/object": "numpy.int64", "value": 1709}, "sic": {"dtype": "int64", "py/object": "numpy.int64", "value": 1710}, "sick": {"dtype": "int64", "py/object": "numpy.int64", "value": 1711}, "sid": {"dtype": "int64", "py/object": "numpy.int64", "value": 1712}, "side": {"dtype": "int64", "py/object": "numpy.int64", "value": 1713}, "siu": {"dtype": "int64", "py/object": "numpy.int64", "value": 1714}, "sius": {"dtype": "int64", "py/object": "numpy.int64", "value": 1715}, "sk": {"dtype": "int64", "py/object": "numpy.int64", "value": 1716}, "sky": {"dtype": "int64", "py/object": "numpy.int64", "value": 1717}, "sky ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1718}, "sl": {"dtype": "int64", "py/object": "numpy.int64", "value": 1719}, "sle": {"dtype": "int64", "py/object": "numpy.int64", "value": 1720}, "slee": {"dtype": "int64", "py/object": "numpy.int64", "value": 1721}, "sli": {"dtype": "int64", "py/object": "numpy.int64", "value": 1722}, "slig": {"dtype": "int64", "py/object": "numpy.int64", "value": 1723}, "sm": {"dtype": "int64", "py/object": "numpy.int64", "value": 1724}, "smo": {"dtype": "int64", "py/object": "numpy.int64", "value": 1725}, "smog": {"dtype": "int64", "py/object": "numpy.int64", "value": 1726}, "sn": {"dtype": "int64", "py/object": "numpy.int64", "value": 1727}, "sn ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1728}, "sno": {"dtype": "int64", "py/object": "numpy.int64", "value": 1729}, "snow": {"dtype": "int64", "py/object": "numpy.int64", "value": 1730}, "so": {"dtype": "int64", "py/object": "numpy.int64", "value": 1731}, "so ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1732}, "sol": {"dtype": "int64", "py/object": "numpy.int64", "value": 1733}, "solu": {"dtype": "int64", "py/object": "numpy.int64", "value": 1734}, "sou": {"dtype": "int64", "py/object": "numpy.int64", "value": 1735}, "soun": {"dtype": "int64", "py/object": "numpy.int64", "value": 1736}, "sout": {"dtype": "int64", "py/object": "numpy.int64", "value": 1737}, "sp": {"dtype": "int64", "py/object": "numpy.int64", "value": 1738}, "sph": {"dtype": "int64", "py/object": "numpy.int64", "value": 1739}, "sphe": {"dtype": "int64", "py/object": "numpy.int64", "value": 1740}, "sq": {"dtype": "int64", "py/object": "numpy.int64", "value": 1741}, "squ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1742}, "squa": {"dtype": "int64", "py/object": "numpy.int64", "value": 1743}, "ss": {"dtype": "int64", "py/object": "numpy.int64", "value": 1744}, "ss ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1745}, "ssa": {"dtype": "int64", "py/object": "numpy.int64", "value": 1746}, "ssap": {"dtype": "int64", "py/object": "numpy.int64", "value": 1747}, "ssu": {"dtype": "int64", "py/object": "numpy.int64", "value": 1748}, "ssur": {"dtype": "int64", "py/object": "numpy.int64", "value": 1749}, "st": {"dtype": "int64", "py/object": "numpy.int64", "value": 1750}, "st ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1751}, "sta": {"dtype": "int64", "py/object": "numpy.int64", "value": 1752}, "stan": {"dtype": "int64", "py/object": "numpy.int64", "value": 1753}, "star": {"dtype": "int64", "py/object": "numpy.int64", "value": 1754}, "stat": {"dtype": "int64", "py/object": "numpy.int64", "value": 1755}, "ste": {"dtype": "int64", "py/object": "numpy.int64", "value": 1756}, "ster": {"dtype": "int64", "py/object": "numpy.int64", "value": 1757}, "sti": {"dtype": "int64", "py/object": "numpy.int64", "value": 1758}, "stic": {"dtype": "int64", "py/object": "numpy.int64", "value": 1759}, "sto": {"dtype": "int64", "py/object": "numpy.int64", "value": 1760}, "ston": {"dtype": "int64", "py/object": "numpy.int64", "value": 1761}, "stor": {"dtype": "int64", "py/object": "numpy.int64", "value": 1762}, "str": {"dtype": "int64", "py/object": "numpy.int64", "value": 1763}, "stra": {"dtype": "int64", "py/object": "numpy.int64", "value": 1764}, "stro": {"dtype": "int64", "py/object": "numpy.int64", "value": 1765}, "sty": {"dtype": "int64", "py/object": "numpy.int64", "value": 1766}, "sty ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1767}, "su": {"dtype": "int64", "py/object": "numpy.int64", "value": 1768}, "sua": {"dtype": "int64", "py/object": "numpy.int64", "value": 1769}, "sual": {"dtype": "int64", "py/object": "numpy.int64", "value": 1770}, "suc": {"dtype": "int64", "py/object": "numpy.int64", "value": 1771}, "suck": {"dtype": "int64", "py/object": "numpy.int64", "value": 1772}, "sul": {"dtype": "int64", "py/object": "numpy.int64", "value": 1773}, "sult": {"dtype": "int64", "py/object": "numpy.int64", "value": 1774}, "sun": {"dtype": "int64", "py/object": "numpy.int64", "value": 1775}, "sun ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1776}, "sunn": {"dtype": "int64", "py/object": "numpy.int64", "value": 1777}, "suns": {"dtype": "int64", "py/object": "numpy.int64", "value": 1778}, "sur": {"dtype": "int64", "py/object": "numpy.int64", "value": 1779}, "sure": {"dtype": "int64", "py/object": "numpy.int64", "value": 1780}, "sw": {"dtype": "int64", "py/object": "numpy.int64", "value": 1781}, "swi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1782}, "swis": {"dtype": "int64", "py/object": "numpy.int64", "value": 1783}, "sy": {"dtype": "int64", "py/object": "numpy.int64", "value": 1784}, "syn": {"dtype": "int64", "py/object": "numpy.int64", "value": 1785}, "syno": {"dtype": "int64", "py/object": "numpy.int64", "value": 1786}, "t": {"dtype": "int64", "py/object": "numpy.int64", "value": 1787}, "t ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1788}, "ta": {"dtype": "int64", "py/object": "numpy.int64", "value": 1789}, "tai": {"dtype": "int64", "py/object": "numpy.int64", "value": 1790}, "tail": {"dtype": "int64", "py/object": "numpy.int64", "value": 1791}, "tak": {"dtype": "int64", "py/object": "numpy.int64", "value": 1792}, "taka": {"dtype": "int64", "py/object": "numpy.int64", "value": 1793}, "tal": {"dtype": "int64", "py/object": "numpy.int64", "value": 1794}, "talk": {"dtype": "int64", "py/object": "numpy.int64", "value": 1795}, "tan": {"dtype": "int64", "py/object": "numpy.int64", "value": 1796}, "tand": {"dtype": "int64", "py/object": "numpy.int64", "value": 1797}, "tar": {"dtype": "int64", "py/object": "numpy.int64", "value": 1798}, "tar ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1799}, "tart": {"dtype": "int64", "py/object": "numpy.int64", "value": 1800}, "tat": {"dtype": "int64", "py/object": "numpy.int64", "value": 1801}, "tate": {"dtype": "int64", "py/object": "numpy.int64", "value": 1802}, "tati": {"dtype": "int64", "py/object": "numpy.int64", "value": 1803}, "te": {"dtype": "int64", "py/object": "numpy.int64", "value": 1804}, "te ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1805}, "ted": {"dtype": "int64", "py/object": "numpy.int64", "value": 1806}, "ted ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1807}, "tel": {"dtype": "int64", "py/object": "numpy.int64", "value": 1808}, "tell": {"dtype": "int64", "py/object": "numpy.int64", "value": 1809}, "tem": {"dtype": "int64", "py/object": "numpy.int64", "value": 1810}, "temp": {"dtype": "int64", "py/object": "numpy.int64", "value": 1811}, "ten": {"dtype": "int64", "py/object": "numpy.int64", "value": 1812}, "tens": {"dtype": "int64", "py/object": "numpy.int64", "value": 1813}, "ter": {"dtype": "int64", "py/object": "numpy.int64", "value": 1814}, "ter ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1815}, "tere": {"dtype": "int64", "py/object": "numpy.int64", "value": 1816}, "terr": {"dtype": "int64", "py/object": "numpy.int64", "value": 1817}, "terv": {"dtype": "int64", "py/object": "numpy.int64", "value": 1818}, "tes": {"dtype": "int64", "py/object": "numpy.int64", "value": 1819}, "tes ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1820}, "th": {"dtype": "int64", "py/object": "numpy.int64", "value": 1821}, "th ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1822}, "tha": {"dtype": "int64", "py/object": "numpy.int64", "value": 1823}, "that": {"dtype": "int64", "py/object": "numpy.int64", "value": 1824}, "the": {"dtype": "int64", "py/object": "numpy.int64", "value": 1825}, "the ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1826}, "ther": {"dtype": "int64", "py/object": "numpy.int64", "value": 1827}, "thi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1828}, "thin": {"dtype": "int64", "py/object": "numpy.int64", "value": 1829}, "this": {"dtype": "int64", "py/object": "numpy.int64", "value": 1830}, "thu": {"dtype": "int64", "py/object": "numpy.int64", "value": 1831}, "thun": {"dtype": "int64", "py/object": "numpy.int64", "value": 1832}, "ti": {"dtype": "int64", "py/object": "numpy.int64", "value": 1833}, "tic": {"dtype": "int64", "py/object": "numpy.int64", "value": 1834}, "tic ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1835}, "tice": {"dtype": "int64", "py/object": "numpy.int64", "value": 1836}, "tick": {"dtype": "int64", "py/object": "numpy.int64", "value": 1837}, "tig": {"dtype": "int64", "py/object": "numpy.int64", "value": 1838}, "tigr": {"dtype": "int64", "py/object": "numpy.int64", "value": 1839}, "tin": {"dtype": "int64", "py/object": "numpy.int64", "value": 1840}, "ting": {"dtype": "int64", "py/object": "numpy.int64", "value": 1841}, "tio": {"dtype": "int64", "py/object": "numpy.int64", "value": 1842}, "tion": {"dtype": "int64", "py/object": "numpy.int64", "value": 1843}, "tm": {"dtype": "int64", "py/object": "numpy.int64", "value": 1844}, "tmo": {"dtype": "int64", "py/object": "numpy.int64", "value": 1845}, "tmos": {"dtype": "int64", "py/object": "numpy.int64", "value": 1846}, "tn": {"dtype": "int64", "py/object": "numpy.int64", "value": 1847}, "tni": {"dtype": "int64", "py/object": "numpy.int64", "value": 1848}, "tnin": {"dtype": "int64", "py/object": "numpy.int64", "value": 1849}, "to": {"dtype": "int64", "py/object": "numpy.int64", "value": 1850}, "to ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1851}, "tod": {"dtype": "int64", "py/object": "numpy.int64", "value": 1852}, "toda": {"dtype": "int64", "py/object": "numpy.int64", "value": 1853}, "ton": {"dtype": "int64", "py/object": "numpy.int64", "value": 1854}, "tone": {"dtype": "int64", "py/object": "numpy.int64", "value": 1855}, "too": {"dtype": "int64", "py/object": "numpy.int64", "value": 1856}, "too ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1857}, "tor": {"dtype": "int64", "py/object": "numpy.int64", "value": 1858}, "torm": {"dtype": "int64", "py/object": "numpy.int64", "value": 1859}, "torn": {"dtype": "int64", "py/object": "numpy.int64", "value": 1860}, "tr": {"dtype": "int64", "py/object": "numpy.int64", "value": 1861}, "tra": {"dtype": "int64", "py/object": "numpy.int64", "value": 1862}, "tral": {"dtype": "int64", "py/object": "numpy.int64", "value": 1863}, "tran": {"dtype": "int64", "py/object": "numpy.int64", "value": 1864}, "tre": {"dtype": "int64", "py/object": "numpy.int64", "value": 1865}, "trem": {"dtype": "int64", "py/object": "numpy.int64", "value": 1866}, "tro": {"dtype": "int64", "py/object": "numpy.int64", "value": 1867}, "tron": {"dtype": "int64", "py/object": "numpy.int64", "value": 1868}, "try": {"dtype": "int64", "py/object": "numpy.int64", "value": 1869}, "try ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1870}, "ts": {"dtype": "int64", "py/object": "numpy.int64", "value": 1871}, "ts ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1872}, "tsi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1873}, "tsid": {"dtype": "int64", "py/object": "numpy.int64", "value": 1874}, "tst": {"dtype": "int64", "py/object": "numpy.int64", "value": 1875}, "tsta": {"dtype": "int64", "py/object": "numpy.int64", "value": 1876}, "tt": {"dtype": "int64", "py/object": "numpy.int64", "value": 1877}, "tte": {"dtype": "int64", "py/object": "numpy.int64", "value": 1878}, "tter": {"dtype": "int64", "py/object": "numpy.int64", "value": 1879}, "tu": {"dtype": "int64", "py/object": "numpy.int64", "value": 1880}, "tur": {"dtype": "int64", "py/object": "numpy.int64", "value": 1881}, "ture": {"dtype": "int64", "py/object": "numpy.int64", "value": 1882}, "tw": {"dtype": "int64", "py/object": "numpy.int64", "value": 1883}, "twi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1884}, "twis": {"dtype": "int64", "py/object": "numpy.int64", "value": 1885}, "ty": {"dtype": "int64", "py/object": "numpy.int64", "value": 1886}, "ty ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1887}, "u": {"dtype": "int64", "py/object": "numpy.int64", "value": 1888}, "u ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1889}, "ua": {"dtype": "int64", "py/object": "numpy.int64", "value": 1890}, "ual": {"dtype": "int64", "py/object": "numpy.int64", "value": 1891}, "ual ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1892}, "uall": {"dtype": "int64", "py/object": "numpy.int64", "value": 1893}, "uan": {"dtype": "int64", "py/object": "numpy.int64", "value": 1894}, "uan ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1895}, "uc": {"dtype": "int64", "py/object": "numpy.int64", "value": 1896}, "uck": {"dtype": "int64", "py/object": "numpy.int64", "value": 1897}, "ucks": {"dtype": "int64", "py/object": "numpy.int64", "value": 1898}, "ucky": {"dtype": "int64", "py/object": "numpy.int64", "value": 1899}, "ud": {"dtype": "int64", "py/object": "numpy.int64", "value": 1900}, "ud ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1901}, "uds": {"dtype": "int64", "py/object": "numpy.int64", "value": 1902}, "uds ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1903}, "udy": {"dtype": "int64", "py/object": "numpy.int64", "value": 1904}, "udy ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1905}, "uf": {"dtype": "int64", "py/object": "numpy.int64", "value": 1906}, "uff": {"dtype": "int64", "py/object": "numpy.int64", "value": 1907}, "uff ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1908}, "ug": {"dtype": "int64", "py/object": "numpy.int64", "value": 1909}, "ugg": {"dtype": "int64", "py/object": "numpy.int64", "value": 1910}, "uggy": {"dtype": "int64", "py/object": "numpy.int64", "value": 1911}, "uh": {"dtype": "int64", "py/object": "numpy.int64", "value": 1912}, "uh ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1913}, "ul": {"dtype": "int64", "py/object": "numpy.int64", "value": 1914}, "ul ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1915}, "uld": {"dtype": "int64", "py/object": "numpy.int64", "value": 1916}, "uld ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1917}, "ull": {"dtype": "int64", "py/object": "numpy.int64", "value": 1918}, "ull ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1919}, "ult": {"dtype": "int64", "py/object": "numpy.int64", "value": 1920}, "ultr": {"dtype": "int64", "py/object": "numpy.int64", "value": 1921}, "um": {"dtype": "int64", "py/object": "numpy.int64", "value": 1922}, "uma": {"dtype": "int64", "py/object": "numpy.int64", "value": 1923}, "uman": {"dtype": "int64", "py/object": "numpy.int64", "value": 1924}, "umi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1925}, "umid": {"dtype": "int64", "py/object": "numpy.int64", "value": 1926}, "un": {"dtype": "int64", "py/object": "numpy.int64", "value": 1927}, "un ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1928}, "und": {"dtype": "int64", "py/object": "numpy.int64", "value": 1929}, "und ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1930}, "unde": {"dtype": "int64", "py/object": "numpy.int64", "value": 1931}, "unds": {"dtype": "int64", "py/object": "numpy.int64", "value": 1932}, "unh": {"dtype": "int64", "py/object": "numpy.int64", "value": 1933}, "unha": {"dtype": "int64", "py/object": "numpy.int64", "value": 1934}, "uni": {"dtype": "int64", "py/object": "numpy.int64", "value": 1935}, "unit": {"dtype": "int64", "py/object": "numpy.int64", "value": 1936}, "unn": {"dtype": "int64", "py/object": "numpy.int64", "value": 1937}, "unny": {"dtype": "int64", "py/object": "numpy.int64", "value": 1938}, "uns": {"dtype": "int64", "py/object": "numpy.int64", "value": 1939}, "unsh": {"dtype": "int64", "py/object": "numpy.int64", "value": 1940}, "unt": {"dtype": "int64", "py/object": "numpy.int64", "value": 1941}, "untr": {"dtype": "int64", "py/object": "numpy.int64", "value": 1942}, "unts": {"dtype": "int64", "py/object": "numpy.int64", "value": 1943}, "up": {"dtype": "int64", "py/object": "numpy.int64", "value": 1944}, "up ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1945}, "upe": {"dtype": "int64", "py/object": "numpy.int64", "value": 1946}, "upee": {"dtype": "int64", "py/object": "numpy.int64", "value": 1947}, "ur": {"dtype": "int64", "py/object": "numpy.int64", "value": 1948}, "ur ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1949}, "ure": {"dtype": "int64", "py/object": "numpy.int64", "value": 1950}, "ure ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1951}, "ures": {"dtype": "int64", "py/object": "numpy.int64", "value": 1952}, "uro": {"dtype": "int64", "py/object": "numpy.int64", "value": 1953}, "uro ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1954}, "urr": {"dtype": "int64", "py/object": "numpy.int64", "value": 1955}, "urri": {"dtype": "int64", "py/object": "numpy.int64", "value": 1956}, "urs": {"dtype": "int64", "py/object": "numpy.int64", "value": 1957}, "urse": {"dtype": "int64", "py/object": "numpy.int64", "value": 1958}, "us": {"dtype": "int64", "py/object": "numpy.int64", "value": 1959}, "us ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1960}, "ust": {"dtype": "int64", "py/object": "numpy.int64", "value": 1961}, "ust ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1962}, "ustr": {"dtype": "int64", "py/object": "numpy.int64", "value": 1963}, "usu": {"dtype": "int64", "py/object": "numpy.int64", "value": 1964}, "usua": {"dtype": "int64", "py/object": "numpy.int64", "value": 1965}, "ut": {"dtype": "int64", "py/object": "numpy.int64", "value": 1966}, "ut ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1967}, "ute": {"dtype": "int64", "py/object": "numpy.int64", "value": 1968}, "ute ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1969}, "uth": {"dtype": "int64", "py/object": "numpy.int64", "value": 1970}, "uth ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1971}, "uts": {"dtype": "int64", "py/object": "numpy.int64", "value": 1972}, "utsi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1973}, "utst": {"dtype": "int64", "py/object": "numpy.int64", "value": 1974}, "v": {"dtype": "int64", "py/object": "numpy.int64", "value": 1975}, "va": {"dtype": "int64", "py/object": "numpy.int64", "value": 1976}, "val": {"dtype": "int64", "py/object": "numpy.int64", "value": 1977}, "vals": {"dtype": "int64", "py/object": "numpy.int64", "value": 1978}, "ve": {"dtype": "int64", "py/object": "numpy.int64", "value": 1979}, "ve ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1980}, "vel": {"dtype": "int64", "py/object": "numpy.int64", "value": 1981}, "vely": {"dtype": "int64", "py/object": "numpy.int64", "value": 1982}, "ven": {"dtype": "int64", "py/object": "numpy.int64", "value": 1983}, "veni": {"dtype": "int64", "py/object": "numpy.int64", "value": 1984}, "ver": {"dtype": "int64", "py/object": "numpy.int64", "value": 1985}, "ver ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1986}, "vera": {"dtype": "int64", "py/object": "numpy.int64", "value": 1987}, "verc": {"dtype": "int64", "py/object": "numpy.int64", "value": 1988}, "very": {"dtype": "int64", "py/object": "numpy.int64", "value": 1989}, "ve\u0430": {"dtype": "int64", "py/object": "numpy.int64", "value": 1990}, "ve\u0430 ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1991}, "vi": {"dtype": "int64", "py/object": "numpy.int64", "value": 1992}, "vin": {"dtype": "int64", "py/object": "numpy.int64", "value": 1993}, "ving": {"dtype": "int64", "py/object": "numpy.int64", "value": 1994}, "vy": {"dtype": "int64", "py/object": "numpy.int64", "value": 1995}, "vy ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1996}, "w": {"dtype": "int64", "py/object": "numpy.int64", "value": 1997}, "w ": {"dtype": "int64", "py/object": "numpy.int64", "value": 1998}, "wa": {"dtype": "int64", "py/object": "numpy.int64", "value": 1999}, "wan": {"dtype": "int64", "py/object": "numpy.int64", "value": 2000}, "want": {"dtype": "int64", "py/object": "numpy.int64", "value": 2001}, "war": {"dtype": "int64", "py/object": "numpy.int64", "value": 2002}, "warm": {"dtype": "int64", "py/object": "numpy.int64", "value": 2003}, "was": {"dtype": "int64", "py/object": "numpy.int64", "value": 2004}, "was ": {"dtype": "int64", "py/object": "numpy.int64", "value": 2005}, "wav": {"dtype": "int64", "py/object": "numpy.int64", "value": 2006}, "wave": {"dtype": "int64", "py/object": "numpy.int64", "value": 2007}, "way": {"dtype": "int64", "py/object": "numpy.int64", "value": 2008}, "way ": {"dtype": "int64", "py/object": "numpy.int64", "value": 2009}, "wd": {"dtype": "int64", "py/object": "numpy.int64", "value": 2010}, "wdr": {"dtype": "int64", "py/object": "numpy.int64", "value": 2011}, "wdri": {"dtype": "int64", "py/object": "numpy.int64", "value": 2012}, "we": {"dtype": "int64", "py/object": "numpy.int64", "value": 2013}, "wea": {"dtype": "int64", "py/object": "numpy.int64", "value": 2014}, "weat": {"dtype": "int64", "py/object": "numpy.int64", "value": 2015}, "wel": {"dtype": "int64", "py/object": "numpy.int64", "value": 2016}, "well": {"dtype": "int64", "py/object": "numpy.int64", "value": 2017}, "wer": {"dtype": "int64", "py/object": "numpy.int64", "value": 2018}, "wer ": {"dtype": "int64", "py/object": "numpy.int64", "value": 2019}, "wers": {"dtype": "int64", "py/object": "numpy.int64", "value": 2020}, "wet": {"dtype": "int64", "py/object": "numpy.int64", "value": 2021}, "wet ": {"dtype": "int64", "py/object": "numpy.int64", "value": 2022}, "wf": {"dtype": "int64", "py/object": "numpy.int64", "value": 2023}, "wfa": {"dtype": "int64", "py/object": "numpy.int64", "value": 2024}, "wfal": {"dtype": "int64", "py/object": "numpy.int64", "value": 2025}, "wfl": {"dtype": "int64", "py/object": "numpy.int64", "value": 2026}, "wfla": {"dtype": "int64", "py/object": "numpy.int64", "value": 2027}, "wfu": {"dtype": "int64", "py/object": "numpy.int64", "value": 2028}, "wful": {"dtype": "int64", "py/object": "numpy.int64", "value": 2029}, "wh": {"dtype": "int64", "py/object": "numpy.int64", "value": 2030}, "wha": {"dtype": "int64", "py/object": "numpy.int64", "value": 2031}, "what": {"dtype": "int64", "py/object": "numpy.int64", "value": 2032}, "whi": {"dtype": "int64", "py/object": "numpy.int64", "value": 2033}, "whir": {"dtype": "int64", "py/object": "numpy.int64", "value": 2034}, "wi": {"dtype": "int64", "py/object": "numpy.int64", "value": 2035}, "wil": {"dtype": "int64", "py/object": "numpy.int64", "value": 2036}, "will": {"dtype": "int64", "py/object": "numpy.int64", "value": 2037}, "win": {"dtype": "int64", "py/object": "numpy.int64", "value": 2038}, "wind": {"dtype": "int64", "py/object": "numpy.int64", "value": 2039}, "wing": {"dtype": "int64", "py/object": "numpy.int64", "value": 2040}, "wis": {"dtype": "int64", "py/object": "numpy.int64", "value": 2041}, "wiss": {"dtype": "int64", "py/object": "numpy.int64", "value": 2042}, "wist": {"dtype": "int64", "py/object": "numpy.int64", "value": 2043}, "wo": {"dtype": "int64", "py/object": "numpy.int64", "value": 2044}, "won": {"dtype": "int64", "py/object": "numpy.int64", "value": 2045}, "won ": {"dtype": "int64", "py/object": "numpy.int64", "value": 2046}, "wond": {"dtype": "int64", "py/object": "numpy.int64", "value": 2047}, "wor": {"dtype": "int64", "py/object": "numpy.int64", "value": 2048}, "wors": {"dtype": "int64", "py/object": "numpy.int64", "value": 2049}, "wou": {"dtype": "int64", "py/object": "numpy.int64", "value": 2050}, "woul": {"dtype": "int64", "py/object": "numpy.int64", "value": 2051}, "ws": {"dtype": "int64", "py/object": "numpy.int64", "value": 2052}, "wst": {"dtype": "int64", "py/object": "numpy.int64", "value": 2053}, "wsto": {"dtype": "int64", "py/object": "numpy.int64", "value": 2054}, "wy": {"dtype": "int64", "py/object": "numpy.int64", "value": 2055}, "wy ": {"dtype": "int64", "py/object": "numpy.int64", "value": 2056}, "x": {"dtype": "int64", "py/object": "numpy.int64", "value": 2057}, "xp": {"dtype": "int64", "py/object": "numpy.int64", "value": 2058}, "xpe": {"dtype": "int64", "py/object": "numpy.int64", "value": 2059}, "xpec": {"dtype": "int64", "py/object": "numpy.int64", "value": 2060}, "xt": {"dtype": "int64", "py/object": "numpy.int64", "value": 2061}, "xtr": {"dtype": "int64", "py/object": "numpy.int64", "value": 2062}, "xtre": {"dtype": "int64", "py/object": "numpy.int64", "value": 2063}, "y": {"dtype": "int64", "py/object": "numpy.int64", "value": 2064}, "y ": {"dtype": "int64", "py/object": "numpy.int64", "value": 2065}, "yb": {"dtype": "int64", "py/object": "numpy.int64", "value": 2066}, "ybo": {"dtype": "int64", "py/object": "numpy.int64", "value": 2067}, "ybod": {"dtype": "int64", "py/object": "numpy.int64", "value": 2068}, "ye": {"dtype": "int64", "py/object": "numpy.int64", "value": 2069}, "ye ": {"dtype": "int64", "py/object": "numpy.int64", "value": 2070}, "yen": {"dtype": "int64", "py/object": "numpy.int64", "value": 2071}, "yen ": {"dtype": "int64", "py/object": "numpy.int64", "value": 2072}, "yes": {"dtype": "int64", "py/object": "numpy.int64", "value": 2073}, "yes ": {"dtype": "int64", "py/object": "numpy.int64", "value": 2074}, "yi": {"dtype": "int64", "py/object": "numpy.int64", "value": 2075}, "yin": {"dtype": "int64", "py/object": "numpy.int64", "value": 2076}, "ying": {"dtype": "int64", "py/object": "numpy.int64", "value": 2077}, "yn": {"dtype": "int64", "py/object": "numpy.int64", "value": 2078}, "yno": {"dtype": "int64", "py/object": "numpy.int64", "value": 2079}, "ynop": {"dtype": "int64", "py/object": "numpy.int64", "value": 2080}, "yo": {"dtype": "int64", "py/object": "numpy.int64", "value": 2081}, "you": {"dtype": "int64", "py/object": "numpy.int64", "value": 2082}, "you ": {"dtype": "int64", "py/object": "numpy.int64", "value": 2083}, "yt": {"dtype": "int64", "py/object": "numpy.int64", "value": 2084}, "yth": {"dtype": "int64", "py/object": "numpy.int64", "value": 2085}, "ythi": {"dtype": "int64", "py/object": "numpy.int64", "value": 2086}, "yu": {"dtype": "int64", "py/object": "numpy.int64", "value": 2087}, "yua": {"dtype": "int64", "py/object": "numpy.int64", "value": 2088}, "yuan": {"dtype": "int64", "py/object": "numpy.int64", "value": 2089}, "z": {"dtype": "int64", "py/object": "numpy.int64", "value": 2090}, "za": {"dtype": "int64", "py/object": "numpy.int64", "value": 2091}, "zar": {"dtype": "int64", "py/object": "numpy.int64", "value": 2092}, "zard": {"dtype": "int64", "py/object": "numpy.int64", "value": 2093}, "ze": {"dtype": "int64", "py/object": "numpy.int64", "value": 2094}, "ze ": {"dtype": "int64", "py/object": "numpy.int64", "value": 2095}, "zed": {"dtype": "int64", "py/object": "numpy.int64", "value": 2096}, "zed ": {"dtype": "int64", "py/object": "numpy.int64", "value": 2097}, "zer": {"dtype": "int64", "py/object": "numpy.int64", "value": 2098}, "zero": {"dtype": "int64", "py/object": "numpy.int64", "value": 2099}, "zi": {"dtype": "int64", "py/object": "numpy.int64", "value": 2100}, "zin": {"dtype": "int64", "py/object": "numpy.int64", "value": 2101}, "zing": {"dtype": "int64", "py/object": "numpy.int64", "value": 2102}, "zl": {"dtype": "int64", "py/object": "numpy.int64", "value": 2103}, "zle": {"dtype": "int64", "py/object": "numpy.int64", "value": 2104}, "zle ": {"dtype": "int64", "py/object": "numpy.int64", "value": 2105}, "zy": {"dtype": "int64", "py/object": "numpy.int64", "value": 2106}, "zy ": {"dtype": "int64", "py/object": "numpy.int64", "value": 2107}, "zz": {"dtype": "int64", "py/object": "numpy.int64", "value": 2108}, "zza": {"dtype": "int64", "py/object": "numpy.int64", "value": 2109}, "zzar": {"dtype": "int64", "py/object": "numpy.int64", "value": 2110}, "zzl": {"dtype": "int64", "py/object": "numpy.int64", "value": 2111}, "zzle": {"dtype": "int64", "py/object": "numpy.int64", "value": 2112}, "\u0430": {"dtype": "int64", "py/object": "numpy.int64", "value": 2113}, "\u0430 ": {"dtype": "int64", "py/object": "numpy.int64", "value": 2114}}} \ No newline at end of file diff --git a/intentClassification/rasa/nlu-20200427-002014/nlu/component_5_DIETClassifier.data_example.pkl b/intentClassification/rasa/nlu-20200427-002014/nlu/component_5_DIETClassifier.data_example.pkl new file mode 100644 index 0000000..f5fb987 Binary files /dev/null and b/intentClassification/rasa/nlu-20200427-002014/nlu/component_5_DIETClassifier.data_example.pkl differ diff --git a/intentClassification/rasa/nlu-20200427-002014/nlu/component_5_DIETClassifier.index_label_id_mapping.pkl b/intentClassification/rasa/nlu-20200427-002014/nlu/component_5_DIETClassifier.index_label_id_mapping.pkl new file mode 100644 index 0000000..48e0661 --- /dev/null +++ b/intentClassification/rasa/nlu-20200427-002014/nlu/component_5_DIETClassifier.index_label_id_mapping.pkl @@ -0,0 +1 @@ +{"0": "affirm", "1": "ask_forecast_weather", "10": "show_credit_cards", "11": "temperature_weather", "12": "transfer_money", "13": "type_weather", "2": "bot_challenge", "3": "deny", "4": "goodbye", "5": "greet", "6": "mood_great", "7": "mood_happy", "8": "mood_unhappy", "9": "show_accounts"} \ No newline at end of file diff --git a/intentClassification/rasa/nlu-20200427-002014/nlu/component_5_DIETClassifier.index_tag_id_mapping.pkl b/intentClassification/rasa/nlu-20200427-002014/nlu/component_5_DIETClassifier.index_tag_id_mapping.pkl new file mode 100644 index 0000000..62a41af --- /dev/null +++ b/intentClassification/rasa/nlu-20200427-002014/nlu/component_5_DIETClassifier.index_tag_id_mapping.pkl @@ -0,0 +1 @@ +{"0": "O"} \ No newline at end of file diff --git a/intentClassification/rasa/nlu-20200427-002014/nlu/component_5_DIETClassifier.label_data.pkl b/intentClassification/rasa/nlu-20200427-002014/nlu/component_5_DIETClassifier.label_data.pkl new file mode 100644 index 0000000..500ecc6 Binary files /dev/null and b/intentClassification/rasa/nlu-20200427-002014/nlu/component_5_DIETClassifier.label_data.pkl differ diff --git a/intentClassification/rasa/nlu-20200427-002014/nlu/component_5_DIETClassifier.tf_model.data-00000-of-00001 b/intentClassification/rasa/nlu-20200427-002014/nlu/component_5_DIETClassifier.tf_model.data-00000-of-00001 new file mode 100644 index 0000000..472925d Binary files /dev/null and b/intentClassification/rasa/nlu-20200427-002014/nlu/component_5_DIETClassifier.tf_model.data-00000-of-00001 differ diff --git a/intentClassification/rasa/nlu-20200427-002014/nlu/component_5_DIETClassifier.tf_model.index b/intentClassification/rasa/nlu-20200427-002014/nlu/component_5_DIETClassifier.tf_model.index new file mode 100644 index 0000000..7955107 Binary files /dev/null and b/intentClassification/rasa/nlu-20200427-002014/nlu/component_5_DIETClassifier.tf_model.index differ diff --git a/intentClassification/rasa/nlu-20200427-002014/nlu/metadata.json b/intentClassification/rasa/nlu-20200427-002014/nlu/metadata.json new file mode 100644 index 0000000..42f3586 --- /dev/null +++ b/intentClassification/rasa/nlu-20200427-002014/nlu/metadata.json @@ -0,0 +1,196 @@ +{ + "language": "en", + "pipeline": [ + { + "intent_tokenization_flag": false, + "intent_split_symbol": "_", + "case_sensitive": true, + "name": "WhitespaceTokenizer", + "class": "rasa.nlu.tokenizers.whitespace_tokenizer.WhitespaceTokenizer" + }, + { + "name": "RegexFeaturizer", + "file": "component_1_RegexFeaturizer.pkl", + "class": "rasa.nlu.featurizers.sparse_featurizer.regex_featurizer.RegexFeaturizer" + }, + { + "features": [ + [ + "low", + "title", + "upper" + ], + [ + "BOS", + "EOS", + "low", + "upper", + "title", + "digit" + ], + [ + "low", + "title", + "upper" + ] + ], + "name": "LexicalSyntacticFeaturizer", + "file": "component_2_LexicalSyntacticFeaturizer", + "class": "rasa.nlu.featurizers.sparse_featurizer.lexical_syntactic_featurizer.LexicalSyntacticFeaturizer" + }, + { + "use_shared_vocab": false, + "analyzer": "word", + "token_pattern": "(?u)\\b\\w\\w+\\b", + "strip_accents": null, + "stop_words": null, + "min_df": 1, + "max_df": 1.0, + "min_ngram": 1, + "max_ngram": 1, + "max_features": null, + "lowercase": true, + "OOV_token": null, + "OOV_words": [], + "name": "CountVectorsFeaturizer", + "file": "component_3_CountVectorsFeaturizer.pkl", + "class": "rasa.nlu.featurizers.sparse_featurizer.count_vectors_featurizer.CountVectorsFeaturizer" + }, + { + "use_shared_vocab": false, + "analyzer": "char_wb", + "token_pattern": "(?u)\\b\\w\\w+\\b", + "strip_accents": null, + "stop_words": null, + "min_df": 1, + "max_df": 1.0, + "min_ngram": 1, + "max_ngram": 4, + "max_features": null, + "lowercase": true, + "OOV_token": null, + "OOV_words": [], + "name": "CountVectorsFeaturizer", + "file": "component_4_CountVectorsFeaturizer.pkl", + "class": "rasa.nlu.featurizers.sparse_featurizer.count_vectors_featurizer.CountVectorsFeaturizer" + }, + { + "hidden_layers_sizes": { + "text": [], + "label": [] + }, + "share_hidden_layers": false, + "transformer_size": 256, + "number_of_transformer_layers": 2, + "number_of_attention_heads": 4, + "use_key_relative_attention": false, + "use_value_relative_attention": false, + "max_relative_position": null, + "unidirectional_encoder": false, + "batch_size": [ + 64, + 256 + ], + "batch_strategy": "balanced", + "epochs": 100, + "random_seed": null, + "learning_rate": 0.001, + "embedding_dimension": 20, + "dense_dimension": { + "text": 512, + "label": 20 + }, + "number_of_negative_examples": 20, + "similarity_type": "inner", + "loss_type": "softmax", + "ranking_length": 10, + "maximum_positive_similarity": 0.8, + "maximum_negative_similarity": -0.4, + "use_maximum_negative_similarity": true, + "scale_loss": true, + "regularization_constant": 0.002, + "negative_margin_scale": 0.8, + "drop_rate": 0.2, + "drop_rate_attention": 0, + "weight_sparsity": 0.8, + "use_sparse_input_dropout": true, + "evaluate_every_number_of_epochs": 20, + "evaluate_on_number_of_examples": 0, + "intent_classification": true, + "entity_recognition": true, + "use_masked_language_model": false, + "BILOU_flag": true, + "tensorboard_log_directory": null, + "tensorboard_log_level": "epoch", + "name": "DIETClassifier", + "file": "component_5_DIETClassifier", + "class": "rasa.nlu.classifiers.diet_classifier.DIETClassifier" + }, + { + "name": "EntitySynonymMapper", + "file": null, + "class": "rasa.nlu.extractors.entity_synonyms.EntitySynonymMapper" + }, + { + "hidden_layers_sizes": { + "text": [ + 256, + 128 + ], + "label": [ + 256, + 128 + ] + }, + "share_hidden_layers": false, + "transformer_size": null, + "number_of_transformer_layers": 0, + "number_of_attention_heads": 4, + "use_key_relative_attention": false, + "use_value_relative_attention": false, + "max_relative_position": null, + "unidirectional_encoder": false, + "batch_size": [ + 64, + 256 + ], + "batch_strategy": "balanced", + "epochs": 100, + "random_seed": null, + "learning_rate": 0.001, + "embedding_dimension": 20, + "dense_dimension": { + "text": 512, + "label": 512 + }, + "number_of_negative_examples": 20, + "similarity_type": "inner", + "loss_type": "softmax", + "ranking_length": 10, + "maximum_positive_similarity": 0.8, + "maximum_negative_similarity": -0.4, + "use_maximum_negative_similarity": true, + "scale_loss": true, + "regularization_constant": 0.002, + "weight_sparsity": 0.0, + "negative_margin_scale": 0.8, + "drop_rate": 0.2, + "drop_rate_attention": 0, + "use_sparse_input_dropout": false, + "evaluate_every_number_of_epochs": 20, + "evaluate_on_number_of_examples": 0, + "use_masked_language_model": false, + "retrieval_intent": null, + "tensorboard_log_directory": null, + "tensorboard_log_level": "epoch", + "name": "ResponseSelector", + "intent_classification": true, + "entity_recognition": false, + "BILOU_flag": null, + "file": null, + "class": "rasa.nlu.selectors.response_selector.ResponseSelector" + } + ], + "trained_at": "20200427-002014", + "rasa_version": "1.9.7" +} \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 4c79865..375ae1f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,5 @@ pyttsx nltk numpy pyjokes -googletrans \ No newline at end of file +googletrans +rasa