mnemorandom 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/CHANGELOG.md +5 -0
- data/CODE_OF_CONDUCT.md +70 -0
- data/Gemfile +12 -0
- data/Gemfile.lock +49 -0
- data/LICENSE.txt +21 -0
- data/README.md +43 -0
- data/Rakefile +12 -0
- data/bin/console +15 -0
- data/bin/setup +8 -0
- data/lib/mnemorandom/version.rb +5 -0
- data/lib/mnemorandom.rb +30 -0
- data/vendor/git/corpora.git/.editorconfig +16 -0
- data/vendor/git/corpora.git/.github/workflows/test.yml +39 -0
- data/vendor/git/corpora.git/.gitignore +4 -0
- data/vendor/git/corpora.git/.travis.yml +17 -0
- data/vendor/git/corpora.git/Gruntfile.js +23 -0
- data/vendor/git/corpora.git/README.md +46 -0
- data/vendor/git/corpora.git/data/animals/ant_anatomy.json +107 -0
- data/vendor/git/corpora.git/data/animals/birds_antarctica.json +106 -0
- data/vendor/git/corpora.git/data/animals/birds_north_america.json +1448 -0
- data/vendor/git/corpora.git/data/animals/cats.json +100 -0
- data/vendor/git/corpora.git/data/animals/cephalopod_anatomy.json +281 -0
- data/vendor/git/corpora.git/data/animals/collateral_adjectives.json +1103 -0
- data/vendor/git/corpora.git/data/animals/common.json +139 -0
- data/vendor/git/corpora.git/data/animals/dinosaurs.json +1455 -0
- data/vendor/git/corpora.git/data/animals/dog_names.json +1005 -0
- data/vendor/git/corpora.git/data/animals/dogs-en-de.json +1814 -0
- data/vendor/git/corpora.git/data/animals/dogs.json +459 -0
- data/vendor/git/corpora.git/data/animals/donkeys.json +174 -0
- data/vendor/git/corpora.git/data/animals/horses.json +349 -0
- data/vendor/git/corpora.git/data/animals/ponies.json +175 -0
- data/vendor/git/corpora.git/data/animals/rabbits.json +55 -0
- data/vendor/git/corpora.git/data/archetypes/artifact.json +53 -0
- data/vendor/git/corpora.git/data/archetypes/character.json +257 -0
- data/vendor/git/corpora.git/data/archetypes/event.json +107 -0
- data/vendor/git/corpora.git/data/archetypes/setting.json +179 -0
- data/vendor/git/corpora.git/data/architecture/passages.json +35 -0
- data/vendor/git/corpora.git/data/architecture/rooms.json +113 -0
- data/vendor/git/corpora.git/data/art/isms.json +146 -0
- data/vendor/git/corpora.git/data/books/academic_subjects.json +261 -0
- data/vendor/git/corpora.git/data/books/bestsellers.json +258 -0
- data/vendor/git/corpora.git/data/colors/crayola.json +485 -0
- data/vendor/git/corpora.git/data/colors/dulux.json +42242 -0
- data/vendor/git/corpora.git/data/colors/fictional.json +47 -0
- data/vendor/git/corpora.git/data/colors/google_material_colors.json +294 -0
- data/vendor/git/corpora.git/data/colors/paints.json +4005 -0
- data/vendor/git/corpora.git/data/colors/palettes.json +1403 -0
- data/vendor/git/corpora.git/data/colors/web_colors.json +565 -0
- data/vendor/git/corpora.git/data/colors/wikipedia.json +4070 -0
- data/vendor/git/corpora.git/data/colors/xkcd.json +4749 -0
- data/vendor/git/corpora.git/data/corporations/cars.json +71 -0
- data/vendor/git/corpora.git/data/corporations/charities.json +105 -0
- data/vendor/git/corpora.git/data/corporations/djia.json +125 -0
- data/vendor/git/corpora.git/data/corporations/fortune500.json +506 -0
- data/vendor/git/corpora.git/data/corporations/industries.json +155 -0
- data/vendor/git/corpora.git/data/corporations/nasdaq.json +409 -0
- data/vendor/git/corpora.git/data/corporations/newspapers.json +107 -0
- data/vendor/git/corpora.git/data/divination/hexagrams.json +261 -0
- data/vendor/git/corpora.git/data/divination/tarot_interpretations.json +2593 -0
- data/vendor/git/corpora.git/data/divination/zodiac.json +274 -0
- data/vendor/git/corpora.git/data/film-tv/Westworld_quotes.json +326 -0
- data/vendor/git/corpora.git/data/film-tv/extended-netflix-categories.json +605 -0
- data/vendor/git/corpora.git/data/film-tv/game-of-thrones-houses.json +277 -0
- data/vendor/git/corpora.git/data/film-tv/iab_categories.json +1571 -0
- data/vendor/git/corpora.git/data/film-tv/look-around-you-shakespeare.json +28 -0
- data/vendor/git/corpora.git/data/film-tv/netflix-categories.json +216 -0
- data/vendor/git/corpora.git/data/film-tv/popular-movies.json +263 -0
- data/vendor/git/corpora.git/data/film-tv/tv_shows.json +1005 -0
- data/vendor/git/corpora.git/data/foods/apple_cultivars.json +1005 -0
- data/vendor/git/corpora.git/data/foods/bad_beers.json +104 -0
- data/vendor/git/corpora.git/data/foods/beer_categories.json +631 -0
- data/vendor/git/corpora.git/data/foods/beer_styles.json +144 -0
- data/vendor/git/corpora.git/data/foods/breads_and_pastries.json +62 -0
- data/vendor/git/corpora.git/data/foods/combine.json +96 -0
- data/vendor/git/corpora.git/data/foods/condiments.json +104 -0
- data/vendor/git/corpora.git/data/foods/curds.json +1969 -0
- data/vendor/git/corpora.git/data/foods/fruits.json +85 -0
- data/vendor/git/corpora.git/data/foods/herbs_n_spices.json +202 -0
- data/vendor/git/corpora.git/data/foods/hot_peppers.json +69 -0
- data/vendor/git/corpora.git/data/foods/iba_cocktails.json +82 -0
- data/vendor/git/corpora.git/data/foods/menuItems.json +1005 -0
- data/vendor/git/corpora.git/data/foods/pizzaToppings.json +30 -0
- data/vendor/git/corpora.git/data/foods/sandwiches.json +855 -0
- data/vendor/git/corpora.git/data/foods/sausages.json +208 -0
- data/vendor/git/corpora.git/data/foods/scotch_whiskey.json +82 -0
- data/vendor/git/corpora.git/data/foods/tea.json +533 -0
- data/vendor/git/corpora.git/data/foods/vegetable_cooking_times.json +310 -0
- data/vendor/git/corpora.git/data/foods/vegetables.json +125 -0
- data/vendor/git/corpora.git/data/foods/verbs.json +287 -0
- data/vendor/git/corpora.git/data/foods/wine_descriptions.json +108 -0
- data/vendor/git/corpora.git/data/games/League_of_legends_champion_names.json +150 -0
- data/vendor/git/corpora.git/data/games/bannedGames/argentina/bannedList.json +9 -0
- data/vendor/git/corpora.git/data/games/bannedGames/brazil/bannedList.json +53 -0
- data/vendor/git/corpora.git/data/games/bannedGames/china/bannedList.json +25 -0
- data/vendor/git/corpora.git/data/games/bannedGames/denmark/bannedList.json +9 -0
- data/vendor/git/corpora.git/data/games/bannedGames/germany/bannedList.json +457 -0
- data/vendor/git/corpora.git/data/games/bannedGames/saudi_arabia/bannedList.json +69 -0
- data/vendor/git/corpora.git/data/games/board_games.json +218 -0
- data/vendor/git/corpora.git/data/games/cluedo.json +65 -0
- data/vendor/git/corpora.git/data/games/dark_souls_iii_messages.json +367 -0
- data/vendor/git/corpora.git/data/games/jeopardy_questions.json +9005 -0
- data/vendor/git/corpora.git/data/games/pokemon.json +20684 -0
- data/vendor/git/corpora.git/data/games/rpg/rpg_designers.json +202 -0
- data/vendor/git/corpora.git/data/games/rpg/rpg_games.json +859 -0
- data/vendor/git/corpora.git/data/games/rpg/rpg_settings.json +103 -0
- data/vendor/git/corpora.git/data/games/scrabble.json +33 -0
- data/vendor/git/corpora.git/data/games/street_fighter_ii.json +73 -0
- data/vendor/git/corpora.git/data/games/trivial_pursuit.json +29 -0
- data/vendor/git/corpora.git/data/games/wrestling_moves.json +284 -0
- data/vendor/git/corpora.git/data/games/zelda.json +372 -0
- data/vendor/git/corpora.git/data/geography/anthropogenic_features.json +143 -0
- data/vendor/git/corpora.git/data/geography/canada_provinces_and_territories.json +16 -0
- data/vendor/git/corpora.git/data/geography/canadian_municipalities.json +606 -0
- data/vendor/git/corpora.git/data/geography/countries.json +203 -0
- data/vendor/git/corpora.git/data/geography/countries_with_capitals.json +202 -0
- data/vendor/git/corpora.git/data/geography/english_towns_cities.json +997 -0
- data/vendor/git/corpora.git/data/geography/environmental_hazards.json +76 -0
- data/vendor/git/corpora.git/data/geography/geographic_features.json +514 -0
- data/vendor/git/corpora.git/data/geography/japanese_prefectures.json +99 -0
- data/vendor/git/corpora.git/data/geography/london_underground_stations.json +1352 -0
- data/vendor/git/corpora.git/data/geography/nationalities.json +232 -0
- data/vendor/git/corpora.git/data/geography/norwegian_cities.json +370 -0
- data/vendor/git/corpora.git/data/geography/nyc_neighborhood_zips.json +395 -0
- data/vendor/git/corpora.git/data/geography/oceans.json +305 -0
- data/vendor/git/corpora.git/data/geography/rivers.json +1101 -0
- data/vendor/git/corpora.git/data/geography/sf_neighborhoods.json +455 -0
- data/vendor/git/corpora.git/data/geography/us_airport_codes.json +373 -0
- data/vendor/git/corpora.git/data/geography/us_cities.json +5006 -0
- data/vendor/git/corpora.git/data/geography/us_counties.json +2979 -0
- data/vendor/git/corpora.git/data/geography/us_metropolitan_areas.json +4488 -0
- data/vendor/git/corpora.git/data/geography/us_state_capitals.json +205 -0
- data/vendor/git/corpora.git/data/geography/venues.json +3656 -0
- data/vendor/git/corpora.git/data/geography/winds.json +117 -0
- data/vendor/git/corpora.git/data/governments/governmentForms.json +28 -0
- data/vendor/git/corpora.git/data/governments/mass-surveillance-project-names.json +215 -0
- data/vendor/git/corpora.git/data/governments/nsa_projects.json +213 -0
- data/vendor/git/corpora.git/data/governments/uk_political_parties.json +623 -0
- data/vendor/git/corpora.git/data/governments/us_federal_agencies.json +128 -0
- data/vendor/git/corpora.git/data/governments/us_mil_operations.json +3613 -0
- data/vendor/git/corpora.git/data/humans/2016_us_presidential_candidates.json +7329 -0
- data/vendor/git/corpora.git/data/humans/atus_activities.json +4617 -0
- data/vendor/git/corpora.git/data/humans/authors.json +506 -0
- data/vendor/git/corpora.git/data/humans/bodyParts.json +46 -0
- data/vendor/git/corpora.git/data/humans/britishActors.json +705 -0
- data/vendor/git/corpora.git/data/humans/celebrities.json +998 -0
- data/vendor/git/corpora.git/data/humans/descriptions.json +398 -0
- data/vendor/git/corpora.git/data/humans/englishHonorifics.json +226 -0
- data/vendor/git/corpora.git/data/humans/familyRelations.json +77 -0
- data/vendor/git/corpora.git/data/humans/famousDuos.json +194 -0
- data/vendor/git/corpora.git/data/humans/firstNames.json +400 -0
- data/vendor/git/corpora.git/data/humans/genders.json +82 -0
- data/vendor/git/corpora.git/data/humans/human_universals.json +374 -0
- data/vendor/git/corpora.git/data/humans/lastNames.json +205 -0
- data/vendor/git/corpora.git/data/humans/moods.json +771 -0
- data/vendor/git/corpora.git/data/humans/norwayFirstNamesBoys.json +822 -0
- data/vendor/git/corpora.git/data/humans/norwayFirstNamesGirls.json +929 -0
- data/vendor/git/corpora.git/data/humans/norwayLastNames.json +1003 -0
- data/vendor/git/corpora.git/data/humans/occupations.json +976 -0
- data/vendor/git/corpora.git/data/humans/prefixes.json +88 -0
- data/vendor/git/corpora.git/data/humans/richpeople.json +305 -0
- data/vendor/git/corpora.git/data/humans/scientists.json +333 -0
- data/vendor/git/corpora.git/data/humans/spanishFirstNames.json +460 -0
- data/vendor/git/corpora.git/data/humans/spanishLastNames.json +108 -0
- data/vendor/git/corpora.git/data/humans/spinalTapDrummers.json +93 -0
- data/vendor/git/corpora.git/data/humans/suffixes.json +50 -0
- data/vendor/git/corpora.git/data/humans/thirdPersonPronouns.json +9749 -0
- data/vendor/git/corpora.git/data/humans/tolkienCharacterNames.json +600 -0
- data/vendor/git/corpora.git/data/humans/us_presidents.json +2743 -0
- data/vendor/git/corpora.git/data/humans/wrestlers.json +99 -0
- data/vendor/git/corpora.git/data/instructions/burroughsinstructionset.json +216 -0
- data/vendor/git/corpora.git/data/instructions/laundry_care.json +149 -0
- data/vendor/git/corpora.git/data/materials/abridged-body-fluids.json +34 -0
- data/vendor/git/corpora.git/data/materials/building-materials.json +50 -0
- data/vendor/git/corpora.git/data/materials/carbon-allotropes.json +19 -0
- data/vendor/git/corpora.git/data/materials/decorative-stones.json +99 -0
- data/vendor/git/corpora.git/data/materials/fabrics.json +211 -0
- data/vendor/git/corpora.git/data/materials/fibers.json +33 -0
- data/vendor/git/corpora.git/data/materials/fictional-materials.json +170 -0
- data/vendor/git/corpora.git/data/materials/gemstones.json +357 -0
- data/vendor/git/corpora.git/data/materials/layperson-metals.json +23 -0
- data/vendor/git/corpora.git/data/materials/metals.json +97 -0
- data/vendor/git/corpora.git/data/materials/natural-materials.json +15 -0
- data/vendor/git/corpora.git/data/materials/packaging.json +32 -0
- data/vendor/git/corpora.git/data/materials/plastic-brands.json +9 -0
- data/vendor/git/corpora.git/data/materials/sculpture-materials.json +49 -0
- data/vendor/git/corpora.git/data/materials/technical-fabrics.json +16 -0
- data/vendor/git/corpora.git/data/mathematics/fibonnaciSequence.json +1492 -0
- data/vendor/git/corpora.git/data/mathematics/primes.json +1015 -0
- data/vendor/git/corpora.git/data/mathematics/primes_binary.json +1005 -0
- data/vendor/git/corpora.git/data/mathematics/trigonometry.json +24 -0
- data/vendor/git/corpora.git/data/medicine/cancer.json +1007 -0
- data/vendor/git/corpora.git/data/medicine/diagnoses.json +1006 -0
- data/vendor/git/corpora.git/data/medicine/diseases.json +1007 -0
- data/vendor/git/corpora.git/data/medicine/drugNameStems.json +470 -0
- data/vendor/git/corpora.git/data/medicine/drugs.json +1006 -0
- data/vendor/git/corpora.git/data/medicine/hospitals.json +963 -0
- data/vendor/git/corpora.git/data/medicine/infectious_diseases.json +122 -0
- data/vendor/git/corpora.git/data/medicine/symptoms.json +551 -0
- data/vendor/git/corpora.git/data/music/a_list_of_guitar_manufacturers.json +722 -0
- data/vendor/git/corpora.git/data/music/bands_that_have_opened_for_tool.json +37 -0
- data/vendor/git/corpora.git/data/music/female_classical_guitarists.json +260 -0
- data/vendor/git/corpora.git/data/music/genres.json +375 -0
- data/vendor/git/corpora.git/data/music/hamilton_musical_obcrecording_actors_characters.json +63 -0
- data/vendor/git/corpora.git/data/music/instruments.json +60 -0
- data/vendor/git/corpora.git/data/music/media-formats.json +62 -0
- data/vendor/git/corpora.git/data/music/mtv_day_one.json +1257 -0
- data/vendor/git/corpora.git/data/music/rock_hall_of_fame.json +891 -0
- data/vendor/git/corpora.git/data/music/xxl_freshman.json +17 -0
- data/vendor/git/corpora.git/data/mythology/egyptian_gods.json +279 -0
- data/vendor/git/corpora.git/data/mythology/greek_gods.json +36 -0
- data/vendor/git/corpora.git/data/mythology/greek_monsters.json +29 -0
- data/vendor/git/corpora.git/data/mythology/greek_myths_master.json +98 -0
- data/vendor/git/corpora.git/data/mythology/greek_titans.json +38 -0
- data/vendor/git/corpora.git/data/mythology/hebrew_god.json +69 -0
- data/vendor/git/corpora.git/data/mythology/lovecraft.json +100 -0
- data/vendor/git/corpora.git/data/mythology/monsters.json +91 -0
- data/vendor/git/corpora.git/data/mythology/norse_gods.json +75 -0
- data/vendor/git/corpora.git/data/mythology/roman_deities.json +30 -0
- data/vendor/git/corpora.git/data/objects/clothing.json +95 -0
- data/vendor/git/corpora.git/data/objects/corpora_winners.json +32 -0
- data/vendor/git/corpora.git/data/objects/objects.json +452 -0
- data/vendor/git/corpora.git/data/objects/premodern_weapons.json +55 -0
- data/vendor/git/corpora.git/data/plants/cannabis.json +426 -0
- data/vendor/git/corpora.git/data/plants/flowers.json +67 -0
- data/vendor/git/corpora.git/data/plants/plants.json +2526 -0
- data/vendor/git/corpora.git/data/psychology/personality_test.json +305 -0
- data/vendor/git/corpora.git/data/religion/christian_saints.json +6982 -0
- data/vendor/git/corpora.git/data/religion/fictional_religions.json +267 -0
- data/vendor/git/corpora.git/data/religion/parody_religions.json +20 -0
- data/vendor/git/corpora.git/data/religion/religions.json +880 -0
- data/vendor/git/corpora.git/data/science/elements.json +2835 -0
- data/vendor/git/corpora.git/data/science/hail_size.json +85 -0
- data/vendor/git/corpora.git/data/science/meteorology.json +659 -0
- data/vendor/git/corpora.git/data/science/minor_planets.json +1005 -0
- data/vendor/git/corpora.git/data/science/planets.json +241 -0
- data/vendor/git/corpora.git/data/science/pregnancy.json +220 -0
- data/vendor/git/corpora.git/data/science/toxic_chemicals.json +385 -0
- data/vendor/git/corpora.git/data/science/weather_conditions.json +269 -0
- data/vendor/git/corpora.git/data/societies_and_groups/animal_welfare.json +408 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/australia.json +24 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/canada.json +54 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/china.json +6 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/egypt.json +9 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/european_union.json +31 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/india.json +35 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/iran.json +7 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/israel.json +13 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/kazakhstan.json +11 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/russia.json +23 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/saudi_arabia.json +9 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/tunisia.json +3 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/turkey.json +15 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/ukraine.json +4 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/united_arab_emirates.json +31 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/united_kingdom.json +82 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/united_nations.json +37 -0
- data/vendor/git/corpora.git/data/societies_and_groups/designated_terrorist_groups/united_states.json +73 -0
- data/vendor/git/corpora.git/data/societies_and_groups/fraternities/coeducational_fraternities.json +107 -0
- data/vendor/git/corpora.git/data/societies_and_groups/fraternities/defunct.json +107 -0
- data/vendor/git/corpora.git/data/societies_and_groups/fraternities/fraternities.json +884 -0
- data/vendor/git/corpora.git/data/societies_and_groups/fraternities/professional.json +574 -0
- data/vendor/git/corpora.git/data/societies_and_groups/fraternities/service.json +90 -0
- data/vendor/git/corpora.git/data/societies_and_groups/fraternities/sororities.json +674 -0
- data/vendor/git/corpora.git/data/societies_and_groups/semi_secret.json +146 -0
- data/vendor/git/corpora.git/data/sports/football/epl_teams.json +145 -0
- data/vendor/git/corpora.git/data/sports/football/laliga_teams.json +125 -0
- data/vendor/git/corpora.git/data/sports/football/serieA.json +104 -0
- data/vendor/git/corpora.git/data/sports/mlb_teams.json +245 -0
- data/vendor/git/corpora.git/data/sports/nba_mvps.json +254 -0
- data/vendor/git/corpora.git/data/sports/nba_teams.json +244 -0
- data/vendor/git/corpora.git/data/sports/nfl_teams.json +261 -0
- data/vendor/git/corpora.git/data/sports/nhl_teams.json +244 -0
- data/vendor/git/corpora.git/data/sports/olympics.json +572 -0
- data/vendor/git/corpora.git/data/sports/sports.json +972 -0
- data/vendor/git/corpora.git/data/technology/appliances.json +112 -0
- data/vendor/git/corpora.git/data/technology/computer_sciences.json +203 -0
- data/vendor/git/corpora.git/data/technology/fireworks.json +45 -0
- data/vendor/git/corpora.git/data/technology/guns_n_rifles.json +65 -0
- data/vendor/git/corpora.git/data/technology/knots.json +217 -0
- data/vendor/git/corpora.git/data/technology/lisp.json +70 -0
- data/vendor/git/corpora.git/data/technology/new_technologies.json +534 -0
- data/vendor/git/corpora.git/data/technology/photo_sharing_websites.json +42 -0
- data/vendor/git/corpora.git/data/technology/programming_languages.json +707 -0
- data/vendor/git/corpora.git/data/technology/programming_languages_popular.json +38 -0
- data/vendor/git/corpora.git/data/technology/social_networking_websites.json +217 -0
- data/vendor/git/corpora.git/data/technology/video_hosting_websites.json +98 -0
- data/vendor/git/corpora.git/data/transportation/commercial-aircraft.json +242 -0
- data/vendor/git/corpora.git/data/transportation/launchVehicleList.json +549 -0
- data/vendor/git/corpora.git/data/travel/lcc.json +378 -0
- data/vendor/git/corpora.git/data/words/adjs.json +965 -0
- data/vendor/git/corpora.git/data/words/adverbs.json +330 -0
- data/vendor/git/corpora.git/data/words/closed_pairs.json +203 -0
- data/vendor/git/corpora.git/data/words/common.json +986 -0
- data/vendor/git/corpora.git/data/words/compounds.json +13380 -0
- data/vendor/git/corpora.git/data/words/crash_blossoms.json +68 -0
- data/vendor/git/corpora.git/data/words/eggcorns.json +183 -0
- data/vendor/git/corpora.git/data/words/emoji/codePage437.json +261 -0
- data/vendor/git/corpora.git/data/words/emoji/cute_kaomoji.json +36 -0
- data/vendor/git/corpora.git/data/words/emoji/emoji.json +869 -0
- data/vendor/git/corpora.git/data/words/encouraging_words.json +53 -0
- data/vendor/git/corpora.git/data/words/ergative_verbs.json +286 -0
- data/vendor/git/corpora.git/data/words/expletives.json +615 -0
- data/vendor/git/corpora.git/data/words/harvard_sentences.json +728 -0
- data/vendor/git/corpora.git/data/words/infinitive_verbs.json +635 -0
- data/vendor/git/corpora.git/data/words/interjections.json +223 -0
- data/vendor/git/corpora.git/data/words/literature/infinitejest.json +155 -0
- data/vendor/git/corpora.git/data/words/literature/lovecraft_words.json +61 -0
- data/vendor/git/corpora.git/data/words/literature/mr_men_little_miss.json +94 -0
- data/vendor/git/corpora.git/data/words/literature/shakespeare_phrases.json +161 -0
- data/vendor/git/corpora.git/data/words/literature/shakespeare_sonnets.json +2929 -0
- data/vendor/git/corpora.git/data/words/literature/shakespeare_words.json +324 -0
- data/vendor/git/corpora.git/data/words/literature/technology_quotes.json +79 -0
- data/vendor/git/corpora.git/data/words/nouns.json +997 -0
- data/vendor/git/corpora.git/data/words/oprah_quotes.json +47 -0
- data/vendor/git/corpora.git/data/words/personal_nouns.json +9314 -0
- data/vendor/git/corpora.git/data/words/personal_pronouns.json +61 -0
- data/vendor/git/corpora.git/data/words/possessive_pronouns.json +43 -0
- data/vendor/git/corpora.git/data/words/prefix_root_suffix.json +3688 -0
- data/vendor/git/corpora.git/data/words/prepositions.json +135 -0
- data/vendor/git/corpora.git/data/words/proverbs.json +533 -0
- data/vendor/git/corpora.git/data/words/resume_action_words.json +142 -0
- data/vendor/git/corpora.git/data/words/rhymeless_words.json +125 -0
- data/vendor/git/corpora.git/data/words/spells.json +460 -0
- data/vendor/git/corpora.git/data/words/state_verbs.json +25 -0
- data/vendor/git/corpora.git/data/words/states_of_drunkenness.json +39 -0
- data/vendor/git/corpora.git/data/words/stopwords/ar.json +169 -0
- data/vendor/git/corpora.git/data/words/stopwords/bg.json +265 -0
- data/vendor/git/corpora.git/data/words/stopwords/cs.json +412 -0
- data/vendor/git/corpora.git/data/words/stopwords/da.json +70 -0
- data/vendor/git/corpora.git/data/words/stopwords/de.json +599 -0
- data/vendor/git/corpora.git/data/words/stopwords/en.json +862 -0
- data/vendor/git/corpora.git/data/words/stopwords/es.json +450 -0
- data/vendor/git/corpora.git/data/words/stopwords/fi.json +754 -0
- data/vendor/git/corpora.git/data/words/stopwords/fr.json +501 -0
- data/vendor/git/corpora.git/data/words/stopwords/gr.json +159 -0
- data/vendor/git/corpora.git/data/words/stopwords/it.json +439 -0
- data/vendor/git/corpora.git/data/words/stopwords/jp.json +50 -0
- data/vendor/git/corpora.git/data/words/stopwords/lv.json +171 -0
- data/vendor/git/corpora.git/data/words/stopwords/nl.json +275 -0
- data/vendor/git/corpora.git/data/words/stopwords/no.json +125 -0
- data/vendor/git/corpora.git/data/words/stopwords/pl.json +281 -0
- data/vendor/git/corpora.git/data/words/stopwords/pt.json +449 -0
- data/vendor/git/corpora.git/data/words/stopwords/ru.json +428 -0
- data/vendor/git/corpora.git/data/words/stopwords/sk.json +185 -0
- data/vendor/git/corpora.git/data/words/stopwords/sv.json +393 -0
- data/vendor/git/corpora.git/data/words/stopwords/tr.json +236 -0
- data/vendor/git/corpora.git/data/words/strange_words.json +65 -0
- data/vendor/git/corpora.git/data/words/ultraconserved.json +1673 -0
- data/vendor/git/corpora.git/data/words/units_of_time.json +32 -0
- data/vendor/git/corpora.git/data/words/us_president_quotes.json +202 -0
- data/vendor/git/corpora.git/data/words/verbs.json +2537 -0
- data/vendor/git/corpora.git/data/words/verbs_with_conjugations.json +13313 -0
- data/vendor/git/corpora.git/data/words/word_clues/clues_five.json +10296 -0
- data/vendor/git/corpora.git/data/words/word_clues/clues_four.json +6329 -0
- data/vendor/git/corpora.git/data/words/word_clues/clues_six.json +10909 -0
- data/vendor/git/corpora.git/package.json +23 -0
- metadata +403 -0
|
@@ -0,0 +1,385 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chemicals" :
|
|
3
|
+
[
|
|
4
|
+
"acetone cyanohydrin",
|
|
5
|
+
"acetone thiosemicarbazide",
|
|
6
|
+
"acrolein",
|
|
7
|
+
"acrylamide",
|
|
8
|
+
"acrylonitrile",
|
|
9
|
+
"acryloyl chloride",
|
|
10
|
+
"adiponitrile",
|
|
11
|
+
"aldicarb",
|
|
12
|
+
"aldrin",
|
|
13
|
+
"allyl alcohol",
|
|
14
|
+
"allylamine",
|
|
15
|
+
"aluminum phosphide",
|
|
16
|
+
"aminopterin",
|
|
17
|
+
"amiton",
|
|
18
|
+
"amiton oxalate",
|
|
19
|
+
"ammonia",
|
|
20
|
+
"amphetamine",
|
|
21
|
+
"aniline",
|
|
22
|
+
"2-tremethyl-aniline",
|
|
23
|
+
"antimony pentafluoride",
|
|
24
|
+
"antimycin a",
|
|
25
|
+
"antu (alpha-naphthylthiourea)",
|
|
26
|
+
"arsenic pentoxide",
|
|
27
|
+
"arsenous oxide",
|
|
28
|
+
"arsenous trichloride",
|
|
29
|
+
"arsine",
|
|
30
|
+
"azinphos-ethyl",
|
|
31
|
+
"azinphos-methyl",
|
|
32
|
+
"benzal chloride",
|
|
33
|
+
"trifluoromethyl-benzenamine",
|
|
34
|
+
"benzenearsonic acid",
|
|
35
|
+
"dichloro-trifluoromethyl-benzimidazole",
|
|
36
|
+
"benzotrichloride",
|
|
37
|
+
"benzyl chloride",
|
|
38
|
+
"benzyl cyanide",
|
|
39
|
+
"bicycloheptane-carbonitrile",
|
|
40
|
+
"bischloromethyl ketone",
|
|
41
|
+
"bitoscanate",
|
|
42
|
+
"boron trichloride",
|
|
43
|
+
"boron trifluoride",
|
|
44
|
+
"boron trifluoride compound with methyl ether",
|
|
45
|
+
"bromadiolone",
|
|
46
|
+
"bromine",
|
|
47
|
+
"cadmium oxide",
|
|
48
|
+
"cadmium stearate",
|
|
49
|
+
"calcium arsenate",
|
|
50
|
+
"camphechlor",
|
|
51
|
+
"cantharidin",
|
|
52
|
+
"carbachol chloride",
|
|
53
|
+
"carbamic acid",
|
|
54
|
+
"methyldimethyldithiolanmethyleneaminotirpate carbamic acid",
|
|
55
|
+
"carbofuran",
|
|
56
|
+
"carbon disulfide",
|
|
57
|
+
"carbophenothion",
|
|
58
|
+
"chlordane",
|
|
59
|
+
"chlorfenvinfos",
|
|
60
|
+
"chlorine",
|
|
61
|
+
"chlormephos",
|
|
62
|
+
"chlormequat chloride",
|
|
63
|
+
"chloroacetic acid",
|
|
64
|
+
"2-chloroethanol",
|
|
65
|
+
"chloroethyl chloroformate",
|
|
66
|
+
"chloroform",
|
|
67
|
+
"chloromethyl ether",
|
|
68
|
+
"chloromethyl methyl ether",
|
|
69
|
+
"chlorophacinone",
|
|
70
|
+
"chloroxuron",
|
|
71
|
+
"chlorthiophos",
|
|
72
|
+
"chromic chloride",
|
|
73
|
+
"cobalt carbonyl",
|
|
74
|
+
"cobalt-ethanediylbis",
|
|
75
|
+
"colchicine",
|
|
76
|
+
"coumaphos",
|
|
77
|
+
"crimidine",
|
|
78
|
+
"crotonaldehyde",
|
|
79
|
+
"cyanogen bromide",
|
|
80
|
+
"cyanogen iodide",
|
|
81
|
+
"cyanophos",
|
|
82
|
+
"cyanuric fluoride",
|
|
83
|
+
"cycloheximide",
|
|
84
|
+
"cyclohexylamine",
|
|
85
|
+
"decaborane",
|
|
86
|
+
"demeton",
|
|
87
|
+
"demeton-s-methyl",
|
|
88
|
+
"dialifor",
|
|
89
|
+
"diborane",
|
|
90
|
+
"dichloroethyl ether",
|
|
91
|
+
"dichloromethylphenylsilane",
|
|
92
|
+
"dichlorvos",
|
|
93
|
+
"dicrotophos",
|
|
94
|
+
"diepoxybutane",
|
|
95
|
+
"diethyl chlorophosphate",
|
|
96
|
+
"digitoxin",
|
|
97
|
+
"diglycidyl ether",
|
|
98
|
+
"digoxin",
|
|
99
|
+
"dimefox",
|
|
100
|
+
"dimethoate",
|
|
101
|
+
"dimethyl phosphorochloridothioate",
|
|
102
|
+
"dimethyl-p-phenylenediamine",
|
|
103
|
+
"dimethyldichlorosilane",
|
|
104
|
+
"dimethylhydrazine",
|
|
105
|
+
"dimetilan",
|
|
106
|
+
"dinitrocresol",
|
|
107
|
+
"dinoseb",
|
|
108
|
+
"dinoterb",
|
|
109
|
+
"dioxathion",
|
|
110
|
+
"diphacinone",
|
|
111
|
+
"disulfoton",
|
|
112
|
+
"dithiazanine iodide",
|
|
113
|
+
"dithiobiuret",
|
|
114
|
+
"endosulfan",
|
|
115
|
+
"endothion",
|
|
116
|
+
"endrin",
|
|
117
|
+
"epichlorohydrin",
|
|
118
|
+
"ergocalciferol",
|
|
119
|
+
"ergotamine tartrate",
|
|
120
|
+
"ethanesulfonyl chloride",
|
|
121
|
+
"ethion",
|
|
122
|
+
"ethoprophos",
|
|
123
|
+
"ethylbis-chloroethylamine",
|
|
124
|
+
"ethylene fluorohydrin",
|
|
125
|
+
"ethylene oxide",
|
|
126
|
+
"ethylenediamine",
|
|
127
|
+
"ethyleneimine",
|
|
128
|
+
"ethylthiocyanate",
|
|
129
|
+
"fenamiphos",
|
|
130
|
+
"fenitrothion",
|
|
131
|
+
"fensulfothion",
|
|
132
|
+
"fluenetil",
|
|
133
|
+
"fluorine",
|
|
134
|
+
"fluoroacetamide",
|
|
135
|
+
"fluoroacetic acid",
|
|
136
|
+
"fluoroacetyl chloride",
|
|
137
|
+
"fluorouracil",
|
|
138
|
+
"fonofos",
|
|
139
|
+
"formaldehyde",
|
|
140
|
+
"formaldehyde cyanohydrin",
|
|
141
|
+
"formetanate hydrochloride",
|
|
142
|
+
"formothion",
|
|
143
|
+
"formparanate",
|
|
144
|
+
"fosthietan",
|
|
145
|
+
"fuberidazole",
|
|
146
|
+
"furan",
|
|
147
|
+
"gallium trichloride",
|
|
148
|
+
"hexachlorocyclopentadiene",
|
|
149
|
+
"hexamethylenediamine",
|
|
150
|
+
"hydrazine",
|
|
151
|
+
"hydrocyanic acid",
|
|
152
|
+
"hydrogen chloride",
|
|
153
|
+
"hydrogen fluoride",
|
|
154
|
+
"hydrogen selenide",
|
|
155
|
+
"hydrogen sulfide",
|
|
156
|
+
"hydroquinone",
|
|
157
|
+
"isobenzan",
|
|
158
|
+
"isocyanic acid",
|
|
159
|
+
"isodrin",
|
|
160
|
+
"isophorone diisocyanate",
|
|
161
|
+
"isopropylmethylpyrazolyl dimethylcarbamate",
|
|
162
|
+
"lactonitrile",
|
|
163
|
+
"leptophos",
|
|
164
|
+
"lewisite",
|
|
165
|
+
"lindane",
|
|
166
|
+
"lithium hydride",
|
|
167
|
+
"malononitrile",
|
|
168
|
+
"mechlorethamine",
|
|
169
|
+
"mercuric acetate",
|
|
170
|
+
"mercuric chloride",
|
|
171
|
+
"mercuric oxide",
|
|
172
|
+
"methacrolein diacetate",
|
|
173
|
+
"methacrylic anhydride",
|
|
174
|
+
"methacrylonitrile",
|
|
175
|
+
"methacryloyl chloride",
|
|
176
|
+
"methacryloyloxyethyl isocyanate",
|
|
177
|
+
"methamidophos",
|
|
178
|
+
"methanesulfonyl fluoride",
|
|
179
|
+
"methidathion",
|
|
180
|
+
"methiocarb",
|
|
181
|
+
"methomyl",
|
|
182
|
+
"methoxyethylmercuric acetate",
|
|
183
|
+
"methyl 2-chloroacrylate",
|
|
184
|
+
"methyl bromide",
|
|
185
|
+
"methyl chloroformate",
|
|
186
|
+
"methyl hydrazine",
|
|
187
|
+
"methyl isocyanate",
|
|
188
|
+
"methyl isothiocyanate",
|
|
189
|
+
"methyl phenkapton",
|
|
190
|
+
"methyl phosphonic dichloride",
|
|
191
|
+
"methyl thiocyanate",
|
|
192
|
+
"methyl vinyl ketone",
|
|
193
|
+
"methylmercuric dicyanamide",
|
|
194
|
+
"methyltrichlorosilane",
|
|
195
|
+
"metolcarb",
|
|
196
|
+
"mevinphos",
|
|
197
|
+
"mexacarbate",
|
|
198
|
+
"mitomycin c",
|
|
199
|
+
"monocrotophos",
|
|
200
|
+
"muscimol",
|
|
201
|
+
"nickel carbonyl",
|
|
202
|
+
"nicotine sulfate",
|
|
203
|
+
"nitric oxide",
|
|
204
|
+
"nitrobenzene",
|
|
205
|
+
"nitrocyclohexane",
|
|
206
|
+
"nitrogen dioxide",
|
|
207
|
+
"n-nitrosodimethylamine",
|
|
208
|
+
"norbormide",
|
|
209
|
+
"organorhodium complex",
|
|
210
|
+
"ouabain",
|
|
211
|
+
"oxamyl",
|
|
212
|
+
"oxydisulfoton",
|
|
213
|
+
"paraquat",
|
|
214
|
+
"paraquat methosulfate",
|
|
215
|
+
"parathion",
|
|
216
|
+
"parathion-methyl",
|
|
217
|
+
"paris green",
|
|
218
|
+
"pentaborane",
|
|
219
|
+
"pentadecylamine",
|
|
220
|
+
"peracetic acid",
|
|
221
|
+
"perchloromethylmercaptan",
|
|
222
|
+
"phenol",
|
|
223
|
+
"phenoxarsine",
|
|
224
|
+
"phenyl dichloroarsine",
|
|
225
|
+
"phenylhydrazine hydrochloride",
|
|
226
|
+
"phenylmercury acetate",
|
|
227
|
+
"phenylsilatrane",
|
|
228
|
+
"phenylthiourea",
|
|
229
|
+
"phosacetim",
|
|
230
|
+
"phosfolan",
|
|
231
|
+
"phosgene",
|
|
232
|
+
"phosmet",
|
|
233
|
+
"phosphamidon",
|
|
234
|
+
"phosphine",
|
|
235
|
+
"phosphonothioic acid",
|
|
236
|
+
"methylethylphosphonothioic acid",
|
|
237
|
+
"nitrophenylphosphonothioic acid",
|
|
238
|
+
"phosphoric acid",
|
|
239
|
+
"dimethylphosphonothioic acid",
|
|
240
|
+
"phosphorus",
|
|
241
|
+
"phosphorus oxychloride",
|
|
242
|
+
"phosphorus pentachloride",
|
|
243
|
+
"phosphorus trichloride",
|
|
244
|
+
"physostigmine",
|
|
245
|
+
"picrotoxin",
|
|
246
|
+
"piperidine",
|
|
247
|
+
"pirimifos-ethyl",
|
|
248
|
+
"plutonium",
|
|
249
|
+
"polonium-210",
|
|
250
|
+
"potassium arsenite",
|
|
251
|
+
"potassium cyanide",
|
|
252
|
+
"potassium silver cyanide",
|
|
253
|
+
"promecarb",
|
|
254
|
+
"propargyl bromide",
|
|
255
|
+
"propionitrile",
|
|
256
|
+
"4-amino-propiophenone",
|
|
257
|
+
"propyleneimine",
|
|
258
|
+
"prothoate",
|
|
259
|
+
"pyrene",
|
|
260
|
+
"4-amino-pyridine",
|
|
261
|
+
"4-nitro-oxide-pyridine",
|
|
262
|
+
"pyriminil",
|
|
263
|
+
"salcomine",
|
|
264
|
+
"ricin",
|
|
265
|
+
"sarin",
|
|
266
|
+
"selenious acid",
|
|
267
|
+
"semicarbazide hydrochloride",
|
|
268
|
+
"4-aminobutyliethoxymethylsilane",
|
|
269
|
+
"sodium arsenate",
|
|
270
|
+
"sodium azide",
|
|
271
|
+
"sodium cacodylate",
|
|
272
|
+
"sodium cyanide",
|
|
273
|
+
"sodium fluoroacetate",
|
|
274
|
+
"sodium pentachlorophenate",
|
|
275
|
+
"sodium selenate",
|
|
276
|
+
"sodium selenite",
|
|
277
|
+
"acetoxytriphenylstannane",
|
|
278
|
+
"strychnine",
|
|
279
|
+
"strychnine sulfate",
|
|
280
|
+
"sulfotep",
|
|
281
|
+
"3-chloropropyl octyl sulfoxide",
|
|
282
|
+
"sulfur dioxide",
|
|
283
|
+
"sulfur tetrafluoride",
|
|
284
|
+
"sulfur trioxide",
|
|
285
|
+
"sulfuric acid",
|
|
286
|
+
"tabun",
|
|
287
|
+
"tellurium",
|
|
288
|
+
"tellurium hexafluoride",
|
|
289
|
+
"tetraethyl pyrophosphate",
|
|
290
|
+
"terbufos",
|
|
291
|
+
"tetraethyllead",
|
|
292
|
+
"tetraethyltin",
|
|
293
|
+
"tetranitromethane",
|
|
294
|
+
"thallium sulfate",
|
|
295
|
+
"thallous carbonate",
|
|
296
|
+
"thallous chloride",
|
|
297
|
+
"thallous malonate",
|
|
298
|
+
"thallous sulfate",
|
|
299
|
+
"thiocarbazide",
|
|
300
|
+
"thiofanox",
|
|
301
|
+
"thionazin",
|
|
302
|
+
"thiophenol",
|
|
303
|
+
"thiosemicarbazide",
|
|
304
|
+
"thiourea",
|
|
305
|
+
"2-methylphenylthiourea",
|
|
306
|
+
"titanium tetrachloride",
|
|
307
|
+
"4-diisocyanate toluene",
|
|
308
|
+
"6-diisocyanate toluene",
|
|
309
|
+
"triamiphos",
|
|
310
|
+
"triazofos",
|
|
311
|
+
"trichloro silane",
|
|
312
|
+
"trichloro dichlorophenyl silane",
|
|
313
|
+
"trichloroacetyl chloride",
|
|
314
|
+
"trichloroethylsilane",
|
|
315
|
+
"trichloronate",
|
|
316
|
+
"trichlorophenylsilane",
|
|
317
|
+
"triethoxysilane",
|
|
318
|
+
"trimethylchlorosilane",
|
|
319
|
+
"trimethylolpropane phosphite",
|
|
320
|
+
"trimethyltin chloride",
|
|
321
|
+
"triphenyltin chloride",
|
|
322
|
+
"valinomycin",
|
|
323
|
+
"vinyl acetate monomer",
|
|
324
|
+
"warfarin",
|
|
325
|
+
"warfarin sodium",
|
|
326
|
+
"xylylene dichloride",
|
|
327
|
+
"zinc phosphide",
|
|
328
|
+
"methemoglobin formers",
|
|
329
|
+
"4-methylcyclohexane methanol"
|
|
330
|
+
],
|
|
331
|
+
|
|
332
|
+
"gases" :
|
|
333
|
+
[
|
|
334
|
+
"arsenic pentafluoride",
|
|
335
|
+
"arsine",
|
|
336
|
+
"bis(trifluoromethyl)peroxide",
|
|
337
|
+
"boron tribromide",
|
|
338
|
+
"boron trichloride",
|
|
339
|
+
"boron trifluoride",
|
|
340
|
+
"bromine",
|
|
341
|
+
"bromine chloride",
|
|
342
|
+
"bromomethane",
|
|
343
|
+
"carbon monoxide",
|
|
344
|
+
"chlorine",
|
|
345
|
+
"chlorine pentafluoride",
|
|
346
|
+
"chlorine trifluoride",
|
|
347
|
+
"chlorofluorocarbons",
|
|
348
|
+
"chloropicrin",
|
|
349
|
+
"cyanogen",
|
|
350
|
+
"cyanogen chloride",
|
|
351
|
+
"diazomethane",
|
|
352
|
+
"diborane",
|
|
353
|
+
"dichloroacetylene",
|
|
354
|
+
"dichlorosilane",
|
|
355
|
+
"fluorine",
|
|
356
|
+
"formaldehyde, gas",
|
|
357
|
+
"germane",
|
|
358
|
+
"hexaethyl tetraphosphate",
|
|
359
|
+
"hydrogen azide",
|
|
360
|
+
"hydrogen cyanide",
|
|
361
|
+
"hydrogen selenide",
|
|
362
|
+
"hydrogen sulfide",
|
|
363
|
+
"hydrogen telluride",
|
|
364
|
+
"nickel tetracarbonyl",
|
|
365
|
+
"nitrogen dioxide",
|
|
366
|
+
"osmium tetroxide",
|
|
367
|
+
"oxygen difluoride",
|
|
368
|
+
"perchloryl fluoride",
|
|
369
|
+
"perfluoroisobutylene",
|
|
370
|
+
"phosgene",
|
|
371
|
+
"phosphine",
|
|
372
|
+
"phosphorus pentafluoride",
|
|
373
|
+
"selenium hexafluoride",
|
|
374
|
+
"silicon tetrachloride",
|
|
375
|
+
"silicon tetrafluoride",
|
|
376
|
+
"stibine",
|
|
377
|
+
"disulfur decafluoride",
|
|
378
|
+
"sulfur tetrafluoride",
|
|
379
|
+
"tellurium hexafluoride",
|
|
380
|
+
"tetraethyl pyrophosphate",
|
|
381
|
+
"tetraethyl dithiopyrophosphate",
|
|
382
|
+
"trifluoroacetyl chloride",
|
|
383
|
+
"tungsten hexafluoride"
|
|
384
|
+
]
|
|
385
|
+
}
|
|
@@ -0,0 +1,269 @@
|
|
|
1
|
+
{
|
|
2
|
+
"description": "A list of phrases describing weather conditions. This list includes all possible phrases that may be provided by the US National Weather Service's feeds of current weather conditions.",
|
|
3
|
+
"source": "http://w1.weather.gov/xml/current_obs/weather.php",
|
|
4
|
+
"conditions": [
|
|
5
|
+
"Mostly Cloudy",
|
|
6
|
+
"Mostly Cloudy with Haze",
|
|
7
|
+
"Mostly Cloudy and Breezy",
|
|
8
|
+
"Fair",
|
|
9
|
+
"Clear",
|
|
10
|
+
"Fair with Haze",
|
|
11
|
+
"Clear with Haze",
|
|
12
|
+
"Fair and Breezy",
|
|
13
|
+
"Clear and Breezy",
|
|
14
|
+
"A Few Clouds",
|
|
15
|
+
"A Few Clouds with Haze",
|
|
16
|
+
"A Few Clouds and Breezy",
|
|
17
|
+
"Partly Cloudy",
|
|
18
|
+
"Partly Cloudy with Haze",
|
|
19
|
+
"Partly Cloudy and Breezy",
|
|
20
|
+
"Overcast",
|
|
21
|
+
"Overcast with Haze",
|
|
22
|
+
"Overcast and Breezy",
|
|
23
|
+
"Fog/Mist",
|
|
24
|
+
"Fog",
|
|
25
|
+
"Freezing Fog",
|
|
26
|
+
"Shallow Fog",
|
|
27
|
+
"Partial Fog",
|
|
28
|
+
"Patches of Fog",
|
|
29
|
+
"Fog in Vicinity",
|
|
30
|
+
"Freezing Fog in Vicinity",
|
|
31
|
+
"Shallow Fog in Vicinity",
|
|
32
|
+
"Partial Fog in Vicinity",
|
|
33
|
+
"Patches of Fog in Vicinity",
|
|
34
|
+
"Light Freezing Fog",
|
|
35
|
+
"Heavy Freezing Fog",
|
|
36
|
+
"Smoke",
|
|
37
|
+
"Freezing Rain",
|
|
38
|
+
"Freezing Drizzle",
|
|
39
|
+
"Light Freezing Rain",
|
|
40
|
+
"Light Freezing Drizzle",
|
|
41
|
+
"Heavy Freezing Rain",
|
|
42
|
+
"Heavy Freezing Drizzle",
|
|
43
|
+
"Freezing Rain in Vicinity",
|
|
44
|
+
"Freezing Drizzle in Vicinity",
|
|
45
|
+
"Ice Pellets",
|
|
46
|
+
"Light Ice Pellets",
|
|
47
|
+
"Heavy Ice Pellets",
|
|
48
|
+
"Ice Pellets in Vicinity",
|
|
49
|
+
"Showers Ice Pellets",
|
|
50
|
+
"Thunderstorm Ice Pellets",
|
|
51
|
+
"Ice Crystals",
|
|
52
|
+
"Hail",
|
|
53
|
+
"Small Hail/Snow Pellets",
|
|
54
|
+
"Light Small Hail/Snow Pellets",
|
|
55
|
+
"Heavy small Hail/Snow Pellets",
|
|
56
|
+
"Showers Hail",
|
|
57
|
+
"Hail Showers",
|
|
58
|
+
"Freezing Rain Snow",
|
|
59
|
+
"Light Freezing Rain Snow",
|
|
60
|
+
"Heavy Freezing Rain Snow",
|
|
61
|
+
"Freezing Drizzle Snow",
|
|
62
|
+
"Light Freezing Drizzle Snow",
|
|
63
|
+
"Heavy Freezing Drizzle Snow",
|
|
64
|
+
"Snow Freezing Rain",
|
|
65
|
+
"Light Snow Freezing Rain",
|
|
66
|
+
"Heavy Snow Freezing Rain",
|
|
67
|
+
"Snow Freezing Drizzle",
|
|
68
|
+
"Light Snow Freezing Drizzle",
|
|
69
|
+
"Heavy Snow Freezing Drizzle",
|
|
70
|
+
"Rain Ice Pellets",
|
|
71
|
+
"Light Rain Ice Pellets",
|
|
72
|
+
"Heavy Rain Ice Pellets",
|
|
73
|
+
"Drizzle Ice Pellets",
|
|
74
|
+
"Light Drizzle Ice Pellets",
|
|
75
|
+
"Heavy Drizzle Ice Pellets",
|
|
76
|
+
"Ice Pellets Rain",
|
|
77
|
+
"Light Ice Pellets Rain",
|
|
78
|
+
"Heavy Ice Pellets Rain",
|
|
79
|
+
"Ice Pellets Drizzle",
|
|
80
|
+
"Light Ice Pellets Drizzle",
|
|
81
|
+
"Heavy Ice Pellets Drizzle",
|
|
82
|
+
"Rain Snow",
|
|
83
|
+
"Light Rain Snow",
|
|
84
|
+
"Heavy Rain Snow",
|
|
85
|
+
"Snow Rain",
|
|
86
|
+
"Light Snow Rain",
|
|
87
|
+
"Heavy Snow Rain",
|
|
88
|
+
"Drizzle Snow",
|
|
89
|
+
"Light Drizzle Snow",
|
|
90
|
+
"Snow Drizzle",
|
|
91
|
+
"Light Snow Drizzle",
|
|
92
|
+
"Heavy Drizzle Snow",
|
|
93
|
+
"Rain Showers",
|
|
94
|
+
"Light Rain Showers",
|
|
95
|
+
"Light Rain and Breezy",
|
|
96
|
+
"Heavy Rain Showers",
|
|
97
|
+
"Rain Showers in Vicinity",
|
|
98
|
+
"Light Showers Rain",
|
|
99
|
+
"Heavy Showers Rain",
|
|
100
|
+
"Showers Rain",
|
|
101
|
+
"Showers Rain in Vicinity",
|
|
102
|
+
"Rain Showers Fog/Mist",
|
|
103
|
+
"Light Rain Showers Fog/Mist",
|
|
104
|
+
"Heavy Rain Showers Fog/Mist",
|
|
105
|
+
"Rain Showers in Vicinity Fog/Mist",
|
|
106
|
+
"Light Showers Rain Fog/Mist",
|
|
107
|
+
"Heavy Showers Rain Fog/Mist",
|
|
108
|
+
"Showers Rain Fog/Mist",
|
|
109
|
+
"Showers Rain in Vicinity Fog/Mist",
|
|
110
|
+
"Thunderstorm",
|
|
111
|
+
"Thunderstorm Rain",
|
|
112
|
+
"Light Thunderstorm Rain",
|
|
113
|
+
"Heavy Thunderstorm Rain",
|
|
114
|
+
"Light Thunderstorm Rain Haze",
|
|
115
|
+
"Heavy Thunderstorm Rain Haze",
|
|
116
|
+
"Thunderstorm Fog",
|
|
117
|
+
"Light Thunderstorm Rain Fog",
|
|
118
|
+
"Heavy Thunderstorm Rain Fog",
|
|
119
|
+
"Thunderstorm Light Rain",
|
|
120
|
+
"Thunderstorm Heavy Rain",
|
|
121
|
+
"Thunderstorm Rain Fog/Mist",
|
|
122
|
+
"Thunderstorm Light Rain Fog/Mist",
|
|
123
|
+
"Thunderstorm Heavy Rain Fog/Mist",
|
|
124
|
+
"Thunderstorm in Vicinity Fog/Mist",
|
|
125
|
+
"Thunderstorm Showers in Vicinity",
|
|
126
|
+
"Thunderstorm in Vicinity Haze",
|
|
127
|
+
"Thunderstorm Haze in Vicinity",
|
|
128
|
+
"Thunderstorm Light Rain Haze",
|
|
129
|
+
"Thunderstorm Heavy Rain Haze",
|
|
130
|
+
"Thunderstorm Light Rain Fog",
|
|
131
|
+
"Thunderstorm Heavy Rain Fog",
|
|
132
|
+
"Thunderstorm Hail",
|
|
133
|
+
"Light Thunderstorm Rain Hail",
|
|
134
|
+
"Heavy Thunderstorm Rain Hail",
|
|
135
|
+
"Light Thunderstorm Rain Hail Fog/Mist",
|
|
136
|
+
"Heavy Thunderstorm Rain Hail Fog/Hail",
|
|
137
|
+
"Thunderstorm Showers in Vicinity Hail",
|
|
138
|
+
"Light Thunderstorm Rain Hail Haze",
|
|
139
|
+
"Heavy Thunderstorm Rain Hail Haze",
|
|
140
|
+
"Thunderstorm Hail Fog",
|
|
141
|
+
"Light Thunderstorm Rain Hail Fog",
|
|
142
|
+
"Heavy Thunderstorm Rain Hail Fog",
|
|
143
|
+
"Thunderstorm Light Rain Hail",
|
|
144
|
+
"Thunderstorm Heavy Rain Hail",
|
|
145
|
+
"Thunderstorm Rain Hail Fog/Mist",
|
|
146
|
+
"Thunderstorm Light Rain Hail Fog/Mist",
|
|
147
|
+
"Thunderstorm Heavy Rain Hail Fog/Mist",
|
|
148
|
+
"Thunderstorm in Vicinity Hail",
|
|
149
|
+
"Thunderstorm in Vicinity Hail Haze",
|
|
150
|
+
"Thunderstorm Haze in Vicinity Hail",
|
|
151
|
+
"Thunderstorm Light Rain Hail Haze",
|
|
152
|
+
"Thunderstorm Heavy Rain Hail Haze",
|
|
153
|
+
"Thunderstorm Light Rain Hail Fog",
|
|
154
|
+
"Thunderstorm Heavy Rain Hail Fog",
|
|
155
|
+
"Thunderstorm Small Hail/Snow Pellets",
|
|
156
|
+
"Thunderstorm Rain Small Hail/Snow Pellets",
|
|
157
|
+
"Light Thunderstorm Rain Small Hail/Snow Pellets",
|
|
158
|
+
"Heavy Thunderstorm Rain Small Hail/Snow Pellets",
|
|
159
|
+
"Snow",
|
|
160
|
+
"Light Snow",
|
|
161
|
+
"Heavy Snow",
|
|
162
|
+
"Snow Showers",
|
|
163
|
+
"Light Snow Showers",
|
|
164
|
+
"Heavy Snow Showers",
|
|
165
|
+
"Showers Snow",
|
|
166
|
+
"Light Showers Snow",
|
|
167
|
+
"Heavy Showers Snow",
|
|
168
|
+
"Snow Fog/Mist",
|
|
169
|
+
"Light Snow Fog/Mist",
|
|
170
|
+
"Heavy Snow Fog/Mist",
|
|
171
|
+
"Snow Showers Fog/Mist",
|
|
172
|
+
"Light Snow Showers Fog/Mist",
|
|
173
|
+
"Heavy Snow Showers Fog/Mist",
|
|
174
|
+
"Showers Snow Fog/Mist",
|
|
175
|
+
"Light Showers Snow Fog/Mist",
|
|
176
|
+
"Heavy Showers Snow Fog/Mist",
|
|
177
|
+
"Snow Fog",
|
|
178
|
+
"Light Snow Fog",
|
|
179
|
+
"Heavy Snow Fog",
|
|
180
|
+
"Snow Showers Fog",
|
|
181
|
+
"Light Snow Showers Fog",
|
|
182
|
+
"Heavy Snow Showers Fog",
|
|
183
|
+
"Showers Snow Fog",
|
|
184
|
+
"Light Showers Snow Fog",
|
|
185
|
+
"Heavy Showers Snow Fog",
|
|
186
|
+
"Showers in Vicinity Snow",
|
|
187
|
+
"Snow Showers in Vicinity",
|
|
188
|
+
"Snow Showers in Vicinity Fog/Mist",
|
|
189
|
+
"Snow Showers in Vicinity Fog",
|
|
190
|
+
"Low Drifting Snow",
|
|
191
|
+
"Blowing Snow",
|
|
192
|
+
"Snow Low Drifting Snow",
|
|
193
|
+
"Snow Blowing Snow",
|
|
194
|
+
"Light Snow Low Drifting Snow",
|
|
195
|
+
"Light Snow Blowing Snow",
|
|
196
|
+
"Light Snow Blowing Snow Fog/Mist",
|
|
197
|
+
"Heavy Snow Low Drifting Snow",
|
|
198
|
+
"Heavy Snow Blowing Snow",
|
|
199
|
+
"Thunderstorm Snow",
|
|
200
|
+
"Light Thunderstorm Snow",
|
|
201
|
+
"Heavy Thunderstorm Snow",
|
|
202
|
+
"Snow Grains",
|
|
203
|
+
"Light Snow Grains",
|
|
204
|
+
"Heavy Snow Grains",
|
|
205
|
+
"Heavy Blowing Snow",
|
|
206
|
+
"Blowing Snow in Vicinity",
|
|
207
|
+
"Windy",
|
|
208
|
+
"Breezy",
|
|
209
|
+
"Fair and Windy",
|
|
210
|
+
"A Few Clouds and Windy",
|
|
211
|
+
"Partly Cloudy and Windy",
|
|
212
|
+
"Mostly Cloudy and Windy",
|
|
213
|
+
"Overcast and Windy",
|
|
214
|
+
"Showers in Vicinity",
|
|
215
|
+
"Showers in Vicinity Fog/Mist",
|
|
216
|
+
"Showers in Vicinity Fog",
|
|
217
|
+
"Showers in Vicinity Haze",
|
|
218
|
+
"Freezing Rain Rain",
|
|
219
|
+
"Light Freezing Rain Rain",
|
|
220
|
+
"Heavy Freezing Rain Rain",
|
|
221
|
+
"Rain Freezing Rain",
|
|
222
|
+
"Light Rain Freezing Rain",
|
|
223
|
+
"Heavy Rain Freezing Rain",
|
|
224
|
+
"Freezing Drizzle Rain",
|
|
225
|
+
"Light Freezing Drizzle Rain",
|
|
226
|
+
"Heavy Freezing Drizzle Rain",
|
|
227
|
+
"Rain Freezing Drizzle",
|
|
228
|
+
"Light Rain Freezing Drizzle",
|
|
229
|
+
"Heavy Rain Freezing Drizzle",
|
|
230
|
+
"Thunderstorm in Vicinity",
|
|
231
|
+
"Thunderstorm in Vicinity Fog",
|
|
232
|
+
"Light Rain",
|
|
233
|
+
"Drizzle",
|
|
234
|
+
"Light Drizzle",
|
|
235
|
+
"Heavy Drizzle",
|
|
236
|
+
"Light Rain Fog/Mist",
|
|
237
|
+
"Drizzle Fog/Mist",
|
|
238
|
+
"Light Drizzle Fog/Mist",
|
|
239
|
+
"Heavy Drizzle Fog/Mist",
|
|
240
|
+
"Light Rain Fog",
|
|
241
|
+
"Drizzle Fog",
|
|
242
|
+
"Light Drizzle Fog",
|
|
243
|
+
"Heavy Drizzle Fog",
|
|
244
|
+
"Rain",
|
|
245
|
+
"Heavy Rain",
|
|
246
|
+
"Rain Fog/Mist",
|
|
247
|
+
"Heavy Rain Fog/Mist",
|
|
248
|
+
"Rain Fog",
|
|
249
|
+
"Heavy Rain Fog",
|
|
250
|
+
"Funnel Cloud",
|
|
251
|
+
"Funnel Cloud in Vicinity",
|
|
252
|
+
"Tornado/Water Spout",
|
|
253
|
+
"Dust",
|
|
254
|
+
"Low Drifting Dust",
|
|
255
|
+
"Blowing Dust",
|
|
256
|
+
"Sand",
|
|
257
|
+
"Blowing Sand",
|
|
258
|
+
"Low Drifting Sand",
|
|
259
|
+
"Dust/Sand Whirls",
|
|
260
|
+
"Dust/Sand Whirls in Vicinity",
|
|
261
|
+
"Dust Storm",
|
|
262
|
+
"Heavy Dust Storm",
|
|
263
|
+
"Dust Storm in Vicinity",
|
|
264
|
+
"Sand Storm",
|
|
265
|
+
"Heavy Sand Storm",
|
|
266
|
+
"Sand Storm in Vicinity",
|
|
267
|
+
"Haze"
|
|
268
|
+
]
|
|
269
|
+
}
|