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,122 @@
|
|
|
1
|
+
{
|
|
2
|
+
"description": "Infectious diseases. A subset of the OBO Human Disease Ontology",
|
|
3
|
+
"source": "https://github.com/DiseaseOntology/HumanDiseaseOntology",
|
|
4
|
+
"diseases":
|
|
5
|
+
[
|
|
6
|
+
"chikungunya",
|
|
7
|
+
"African tick-bite fever",
|
|
8
|
+
"Astrakhan spotted fever",
|
|
9
|
+
"Indian tick typhus",
|
|
10
|
+
"Israeli tick typhus",
|
|
11
|
+
"Far Eastern spotted fever",
|
|
12
|
+
"Japanese spotted fever",
|
|
13
|
+
"Rickettsia parkeri spotted fever",
|
|
14
|
+
"Rocky Mountain spotted fever",
|
|
15
|
+
"oropharyngeal anthrax",
|
|
16
|
+
"erysipeloid",
|
|
17
|
+
"La Crosse encephalitis",
|
|
18
|
+
"dengue shock syndrome",
|
|
19
|
+
"asymptomatic dengue",
|
|
20
|
+
"inhalation anthrax",
|
|
21
|
+
"Argentine hemorrhagic fever",
|
|
22
|
+
"Bolivian hemorrhagic fever",
|
|
23
|
+
"Venezuelan hemorrhagic fever",
|
|
24
|
+
"Brazilian hemorrhagic fever",
|
|
25
|
+
"Chapare hemorrhagic fever",
|
|
26
|
+
"Whitewater Arroyo hemorrhagic fever",
|
|
27
|
+
"Korean hemorrhagic fever",
|
|
28
|
+
"nephropathia epidemica",
|
|
29
|
+
"lujo hemorrhagic fever",
|
|
30
|
+
"swine influenza",
|
|
31
|
+
"Alkhurma hemorrhagic fever",
|
|
32
|
+
"epidemic typhus",
|
|
33
|
+
"endemic typhus",
|
|
34
|
+
"aneruptive fever",
|
|
35
|
+
"sennetsu fever",
|
|
36
|
+
"Barmah Forest virus disease",
|
|
37
|
+
"Ross River fever",
|
|
38
|
+
"Oropouche fever",
|
|
39
|
+
"Balkan hemorrhagic fever",
|
|
40
|
+
"sleeping sickness",
|
|
41
|
+
"pneumonic plague",
|
|
42
|
+
"bubonic plague",
|
|
43
|
+
"Queensland tick typhus",
|
|
44
|
+
"setariasis",
|
|
45
|
+
"dirofilariasis",
|
|
46
|
+
"Eastern equine encephalitis",
|
|
47
|
+
"Western equine encephalitis",
|
|
48
|
+
"Siberian tick typhus",
|
|
49
|
+
"pasteurellosis",
|
|
50
|
+
"Brucella suis brucellosis",
|
|
51
|
+
"brucellosis",
|
|
52
|
+
"Q fever",
|
|
53
|
+
"rickettsialpox",
|
|
54
|
+
"Brill-Zinsser disease",
|
|
55
|
+
"cat-scratch disease",
|
|
56
|
+
"rabies",
|
|
57
|
+
"ornithosis",
|
|
58
|
+
"hemorrhagic fever with renal syndrome",
|
|
59
|
+
"Phlebotomus fever",
|
|
60
|
+
"Listeria meningitis",
|
|
61
|
+
"listeriosis",
|
|
62
|
+
"Lyme disease",
|
|
63
|
+
"Creutzfeldt-Jakob disease",
|
|
64
|
+
"ulceroglandular tularemia",
|
|
65
|
+
"sodoku disease",
|
|
66
|
+
"Chagas disease",
|
|
67
|
+
"lymphocytic choriomeningitis",
|
|
68
|
+
"dengue disease",
|
|
69
|
+
"dengue hemorrhagic fever",
|
|
70
|
+
"Crimean-Congo hemorrhagic fever",
|
|
71
|
+
"Plasmodium ovale malaria",
|
|
72
|
+
"tick-borne relapsing fever",
|
|
73
|
+
"oculoglandular tularemia",
|
|
74
|
+
"Haverhill fever",
|
|
75
|
+
"Rift Valley fever",
|
|
76
|
+
"scrub typhus",
|
|
77
|
+
"gastrointestinal anthrax",
|
|
78
|
+
"glanders",
|
|
79
|
+
"urinary schistosomiasis",
|
|
80
|
+
"Brucella canis brucellosis",
|
|
81
|
+
"boutonneuse fever",
|
|
82
|
+
"gastrointestinal tularemia",
|
|
83
|
+
"dipetalonemiasis",
|
|
84
|
+
"Brucella melitensis brucellosis",
|
|
85
|
+
"Brucella abortus brucellosis",
|
|
86
|
+
"hantavirus pulmonary syndrome",
|
|
87
|
+
"cryptosporidiosis",
|
|
88
|
+
"pneumonic tularemia",
|
|
89
|
+
"tularemia",
|
|
90
|
+
"leptospirosis",
|
|
91
|
+
"West Nile encephalitis",
|
|
92
|
+
"West Nile fever",
|
|
93
|
+
"Newcastle disease",
|
|
94
|
+
"aleutian mink disease",
|
|
95
|
+
"severe acute respiratory syndrome",
|
|
96
|
+
"monkeypox",
|
|
97
|
+
"septicemic plague",
|
|
98
|
+
"plague",
|
|
99
|
+
"encephalitozoonosis",
|
|
100
|
+
"Ebola hemorrhagic fever",
|
|
101
|
+
"hepatitis E",
|
|
102
|
+
"avian influenza",
|
|
103
|
+
"actinobacillosis",
|
|
104
|
+
"melioidosis",
|
|
105
|
+
"borna disease",
|
|
106
|
+
"human immunodeficiency virus infectious disease",
|
|
107
|
+
"acquired immunodeficiency syndrome",
|
|
108
|
+
"cutaneous anthrax",
|
|
109
|
+
"milker's nodule",
|
|
110
|
+
"contagious pustular dermatitis",
|
|
111
|
+
"cowpox",
|
|
112
|
+
"leishmaniasis",
|
|
113
|
+
"cutaneous leishmaniasis",
|
|
114
|
+
"visceral leishmaniasis",
|
|
115
|
+
"mucocutaneous leishmaniasis",
|
|
116
|
+
"monieziasis",
|
|
117
|
+
"Lassa fever",
|
|
118
|
+
"Venezuelan equine encephalitis",
|
|
119
|
+
"babesiosis",
|
|
120
|
+
"yellow fever"
|
|
121
|
+
]
|
|
122
|
+
}
|
|
@@ -0,0 +1,551 @@
|
|
|
1
|
+
{
|
|
2
|
+
"description": "Disease symptoms. From the OBO Symptom Ontology",
|
|
3
|
+
"source": "https://github.com/DiseaseOntology/SymptomOntology",
|
|
4
|
+
"symptoms":
|
|
5
|
+
[
|
|
6
|
+
"backache",
|
|
7
|
+
"blindness",
|
|
8
|
+
"deafness",
|
|
9
|
+
"disorientation",
|
|
10
|
+
"dry cough",
|
|
11
|
+
"hemorrhagic gastroenteritis",
|
|
12
|
+
"hepatic necrosis",
|
|
13
|
+
"hepatitis",
|
|
14
|
+
"hepatosplenomegaly",
|
|
15
|
+
"hydrocephalus",
|
|
16
|
+
"hyperreflexia",
|
|
17
|
+
"hypotension",
|
|
18
|
+
"joint pain",
|
|
19
|
+
"laryngitis",
|
|
20
|
+
"laryngotracheitis",
|
|
21
|
+
"lethargy",
|
|
22
|
+
"lymphangitis",
|
|
23
|
+
"lymphoblastoma",
|
|
24
|
+
"lymphopenia",
|
|
25
|
+
"massive hepatic necrosis",
|
|
26
|
+
"mild encephalitis",
|
|
27
|
+
"muscle cramp",
|
|
28
|
+
"plasmacytosis",
|
|
29
|
+
"mouth papules",
|
|
30
|
+
"tracheitis",
|
|
31
|
+
"thrombocytopenia",
|
|
32
|
+
"rales",
|
|
33
|
+
"rhinitis",
|
|
34
|
+
"liver inflammation",
|
|
35
|
+
"severe backache",
|
|
36
|
+
"conjunctivitis",
|
|
37
|
+
"severe conjunctivitis",
|
|
38
|
+
"severe headache",
|
|
39
|
+
"severe joint pain",
|
|
40
|
+
"severe necrosis",
|
|
41
|
+
"sinusitis",
|
|
42
|
+
"skin ulcer",
|
|
43
|
+
"bronchopneumonia",
|
|
44
|
+
"steatorrhea",
|
|
45
|
+
"vasculitis",
|
|
46
|
+
"thymus symptom",
|
|
47
|
+
"spleen symptom",
|
|
48
|
+
"tracheobronchitis",
|
|
49
|
+
"incoordination",
|
|
50
|
+
"bubo",
|
|
51
|
+
"weariness",
|
|
52
|
+
"exhaustion",
|
|
53
|
+
"tiredness",
|
|
54
|
+
"wheelbarrowing",
|
|
55
|
+
"hopping",
|
|
56
|
+
"conscious proprioception",
|
|
57
|
+
"abnormal hemiwalking hemistanding",
|
|
58
|
+
"spontaneous abortion",
|
|
59
|
+
"acute arthritis",
|
|
60
|
+
"acute meningoencephalitis",
|
|
61
|
+
"acute painful vision loss",
|
|
62
|
+
"acute suppurative parotiditis",
|
|
63
|
+
"afebrile",
|
|
64
|
+
"ischemia",
|
|
65
|
+
"photophobia",
|
|
66
|
+
"asthenopia",
|
|
67
|
+
"eye strain",
|
|
68
|
+
"agraphia",
|
|
69
|
+
"anomia",
|
|
70
|
+
"inability to comprehend speech",
|
|
71
|
+
"inability to speak",
|
|
72
|
+
"inability to form words",
|
|
73
|
+
"poor enunciation",
|
|
74
|
+
"receptive aphasia",
|
|
75
|
+
"areflexia",
|
|
76
|
+
"absence of knee jerk reflex",
|
|
77
|
+
"limb weakness",
|
|
78
|
+
"arm weakness",
|
|
79
|
+
"leg weakness",
|
|
80
|
+
"atrial fibrillation",
|
|
81
|
+
"hemorrhagic diarrhea",
|
|
82
|
+
"bloody stool",
|
|
83
|
+
"body ache",
|
|
84
|
+
"bradycardia",
|
|
85
|
+
"inability to think clearly",
|
|
86
|
+
"cloudy cornea",
|
|
87
|
+
"colic",
|
|
88
|
+
"colicky pain",
|
|
89
|
+
"continuous profuse salivation",
|
|
90
|
+
"cornea symptom",
|
|
91
|
+
"corneal opacity",
|
|
92
|
+
"corneal ulcers",
|
|
93
|
+
"cough with bloody sputum",
|
|
94
|
+
"cyclic fever",
|
|
95
|
+
"decreased appetite",
|
|
96
|
+
"increased appetite",
|
|
97
|
+
"decreased conscious proprioception",
|
|
98
|
+
"decreased flexor withdrawal reflex",
|
|
99
|
+
"diffuse rash",
|
|
100
|
+
"anisocoria",
|
|
101
|
+
"diminished gag reflex",
|
|
102
|
+
"absent gag reflex",
|
|
103
|
+
"double vision",
|
|
104
|
+
"dry hacking cough",
|
|
105
|
+
"dry mouth",
|
|
106
|
+
"absence seizure",
|
|
107
|
+
"focal seizure",
|
|
108
|
+
"generalized seizure",
|
|
109
|
+
"tonic-clonic seizure",
|
|
110
|
+
"epileptic seizure",
|
|
111
|
+
"simple partial seizure",
|
|
112
|
+
"complex partial seizure",
|
|
113
|
+
"myoclonic seizure",
|
|
114
|
+
"clonic seizure",
|
|
115
|
+
"tonic seizure",
|
|
116
|
+
"atonic seizure",
|
|
117
|
+
"excess salivation",
|
|
118
|
+
"extensive ulcer",
|
|
119
|
+
"extreme exhaustion",
|
|
120
|
+
"extreme fatigue",
|
|
121
|
+
"eye discharge",
|
|
122
|
+
"fixed dilated pupils",
|
|
123
|
+
"facial paralysis",
|
|
124
|
+
"fixed pupil",
|
|
125
|
+
"flaccid paralysis",
|
|
126
|
+
"gas pain",
|
|
127
|
+
"hemiparesis",
|
|
128
|
+
"hemolysis",
|
|
129
|
+
"hepatic abscess",
|
|
130
|
+
"hepatic dysfunction",
|
|
131
|
+
"hilar lymphadenitis",
|
|
132
|
+
"hoarse voice",
|
|
133
|
+
"hyperemia",
|
|
134
|
+
"hyperesthesia",
|
|
135
|
+
"hypopyon",
|
|
136
|
+
"hypoxemia",
|
|
137
|
+
"impaired coordination",
|
|
138
|
+
"impaired gag reflex",
|
|
139
|
+
"inability to feed",
|
|
140
|
+
"inibility to stand",
|
|
141
|
+
"inability to swallow",
|
|
142
|
+
"loss of appetite",
|
|
143
|
+
"inflamed eyes",
|
|
144
|
+
"joint inflammation",
|
|
145
|
+
"keratitis",
|
|
146
|
+
"lateroventral deviation of the head",
|
|
147
|
+
"leg cramp",
|
|
148
|
+
"leukopenia",
|
|
149
|
+
"loss of tendon reflex",
|
|
150
|
+
"melena",
|
|
151
|
+
"mild bronchitis",
|
|
152
|
+
"mild hypotension",
|
|
153
|
+
"tetanic convulsion",
|
|
154
|
+
"mild tetanic convulsion",
|
|
155
|
+
"mouth sore",
|
|
156
|
+
"muscles ache",
|
|
157
|
+
"muscle soreness",
|
|
158
|
+
"muscle tenderness",
|
|
159
|
+
"muscle necrosis",
|
|
160
|
+
"neck weakness",
|
|
161
|
+
"night sweats",
|
|
162
|
+
"nystagmus",
|
|
163
|
+
"occasional diplopia",
|
|
164
|
+
"limb edema",
|
|
165
|
+
"ophthalmoplegia",
|
|
166
|
+
"slurred speech",
|
|
167
|
+
"painful lymph glands",
|
|
168
|
+
"palpebral edema",
|
|
169
|
+
"panting respiration",
|
|
170
|
+
"lip paralysis",
|
|
171
|
+
"throat muscle paralysis",
|
|
172
|
+
"paraplegia",
|
|
173
|
+
"parotid abscess",
|
|
174
|
+
"peripheral muscle weakness",
|
|
175
|
+
"poor feeding",
|
|
176
|
+
"profound weakness",
|
|
177
|
+
"emaciation",
|
|
178
|
+
"progressive emaciation",
|
|
179
|
+
"progressive prostration",
|
|
180
|
+
"progressive weakness",
|
|
181
|
+
"prostatic abscess",
|
|
182
|
+
"prostatic infection",
|
|
183
|
+
"proximal paralysis of arm and leg",
|
|
184
|
+
"respiratory paralysis",
|
|
185
|
+
"runny nose",
|
|
186
|
+
"salivation",
|
|
187
|
+
"severe abdominal cramp",
|
|
188
|
+
"severe diarrhea",
|
|
189
|
+
"severe mastitis",
|
|
190
|
+
"severe myalgia",
|
|
191
|
+
"severe pneumonia",
|
|
192
|
+
"spleen abscess",
|
|
193
|
+
"stiff neck",
|
|
194
|
+
"nose symptom",
|
|
195
|
+
"stupor",
|
|
196
|
+
"thyroid symptom",
|
|
197
|
+
"thyroid abscesses",
|
|
198
|
+
"ear symptom",
|
|
199
|
+
"tinnitus",
|
|
200
|
+
"muscle twitching",
|
|
201
|
+
"facial muscle twitching",
|
|
202
|
+
"mydriasis",
|
|
203
|
+
"unreactive mydriasis",
|
|
204
|
+
"vertigo",
|
|
205
|
+
"weak cry",
|
|
206
|
+
"wobble",
|
|
207
|
+
"dyspareunia",
|
|
208
|
+
"syncope",
|
|
209
|
+
"cataplexy",
|
|
210
|
+
"hyperthermia",
|
|
211
|
+
"amaurosis fugax",
|
|
212
|
+
"amaurosis",
|
|
213
|
+
"contracted pupil",
|
|
214
|
+
"miosis",
|
|
215
|
+
"hematochezia",
|
|
216
|
+
"claudication",
|
|
217
|
+
"reticulocytosis",
|
|
218
|
+
"macrocytosis",
|
|
219
|
+
"hypoventilation",
|
|
220
|
+
"bradypnea",
|
|
221
|
+
"pleuritic chest pain",
|
|
222
|
+
"anasarca",
|
|
223
|
+
"earache",
|
|
224
|
+
"toothache",
|
|
225
|
+
"heartburn",
|
|
226
|
+
"elbow pain",
|
|
227
|
+
"knee pain",
|
|
228
|
+
"shoulder pain",
|
|
229
|
+
"faint",
|
|
230
|
+
"bloodshot eye",
|
|
231
|
+
"bloody sputum",
|
|
232
|
+
"epistaxis",
|
|
233
|
+
"cardiogenic shock",
|
|
234
|
+
"septic shock",
|
|
235
|
+
"abnormal sputum",
|
|
236
|
+
"right upper quadrant abdominal rigidity",
|
|
237
|
+
"abnormal weight gain",
|
|
238
|
+
"left upper quadrant abdominal pain",
|
|
239
|
+
"abdominal pain",
|
|
240
|
+
"hepatomegaly",
|
|
241
|
+
"lack of normal physiological development",
|
|
242
|
+
"failure to thrive",
|
|
243
|
+
"delayed milestones",
|
|
244
|
+
"right lower quadrant abdominal rigidity",
|
|
245
|
+
"generalized abdominal rigidity",
|
|
246
|
+
"epigastric abdominal rigidity",
|
|
247
|
+
"left upper quadrant abdominal rigidity",
|
|
248
|
+
"multiple sites abdominal rigidity",
|
|
249
|
+
"underweight",
|
|
250
|
+
"loss of weight",
|
|
251
|
+
"epigastric abdominal swelling",
|
|
252
|
+
"persistent vegetative state",
|
|
253
|
+
"left lower quadrant abdominal tenderness",
|
|
254
|
+
"multiple sites abdominal tenderness",
|
|
255
|
+
"continuous leakage of urine",
|
|
256
|
+
"dysphagia",
|
|
257
|
+
"renal colic",
|
|
258
|
+
"epigastric abdominal tenderness",
|
|
259
|
+
"periumbilic abdominal tenderness",
|
|
260
|
+
"generalized abdominal tenderness",
|
|
261
|
+
"right upper quadrant abdominal tenderness",
|
|
262
|
+
"right lower quadrant abdominal tenderness",
|
|
263
|
+
"left lower quadrant abdominal swelling",
|
|
264
|
+
"mixed incontinence (female) (male)",
|
|
265
|
+
"headache",
|
|
266
|
+
"throat pain",
|
|
267
|
+
"hemorrhage from throat",
|
|
268
|
+
"head swelling",
|
|
269
|
+
"male stress incontinence",
|
|
270
|
+
"generalized abdominal pain",
|
|
271
|
+
"abnormal feces",
|
|
272
|
+
"enlargement of lymph nodes",
|
|
273
|
+
"transient alteration of awareness",
|
|
274
|
+
"tachycardia",
|
|
275
|
+
"splenomegaly",
|
|
276
|
+
"urge incontinence",
|
|
277
|
+
"post-void dribbling",
|
|
278
|
+
"periumbilic abdominal swelling",
|
|
279
|
+
"epigastric abdominal pain",
|
|
280
|
+
"transient paralysis of limb",
|
|
281
|
+
"multiple sites abdominal swelling",
|
|
282
|
+
"right lower quadrant abdominal pain",
|
|
283
|
+
"right upper quadrant abdominal pain",
|
|
284
|
+
"right lower quadrant abdominal swelling",
|
|
285
|
+
"generalized abdominal swelling",
|
|
286
|
+
"left lower quadrant abdominal rigidity",
|
|
287
|
+
"left upper quadrant abdominal swelling",
|
|
288
|
+
"incomplete bladder emptying",
|
|
289
|
+
"voice disturbance",
|
|
290
|
+
"multiple sites abdominal pain",
|
|
291
|
+
"right upper quadrant abdominal swelling",
|
|
292
|
+
"short stature",
|
|
293
|
+
"diarrhea",
|
|
294
|
+
"insomnia",
|
|
295
|
+
"splitting of urinary stream",
|
|
296
|
+
"aphonia",
|
|
297
|
+
"precordial pain",
|
|
298
|
+
"chest pain",
|
|
299
|
+
"fussy",
|
|
300
|
+
"incontinence without sensory awareness",
|
|
301
|
+
"insomnia with sleep apnea",
|
|
302
|
+
"dysfunctions associated with sleep stages",
|
|
303
|
+
"sleep apnea",
|
|
304
|
+
"hypersomnia",
|
|
305
|
+
"hypersomnia with sleep apnea",
|
|
306
|
+
"disruptions of 24-hour sleep-wake cycle",
|
|
307
|
+
"sleep related movement disorder",
|
|
308
|
+
"overflow incontinence",
|
|
309
|
+
"slowing of urinary stream",
|
|
310
|
+
"left upper quadrant abdominal tenderness",
|
|
311
|
+
"excessive crying",
|
|
312
|
+
"febrile convulsion",
|
|
313
|
+
"cheyne-stokes respiration",
|
|
314
|
+
"apnea",
|
|
315
|
+
"hyperventilation",
|
|
316
|
+
"orthopnea",
|
|
317
|
+
"tachypnea",
|
|
318
|
+
"wheezing",
|
|
319
|
+
"coma",
|
|
320
|
+
"nocturnal enuresis",
|
|
321
|
+
"syncope and collapse",
|
|
322
|
+
"periumbilic abdominal pain",
|
|
323
|
+
"periumbilic abdominal rigidity",
|
|
324
|
+
"lack of coordination",
|
|
325
|
+
"left lower quadrant abdominal pain",
|
|
326
|
+
"alexia",
|
|
327
|
+
"acute mesenteric lymphadenitis",
|
|
328
|
+
"acute renal failure",
|
|
329
|
+
"conscious disturbance",
|
|
330
|
+
"disturbed vision",
|
|
331
|
+
"vision distortion",
|
|
332
|
+
"exanthema",
|
|
333
|
+
"frontal headache",
|
|
334
|
+
"hemolytic anemia",
|
|
335
|
+
"hip pain",
|
|
336
|
+
"inflammatory low back pain",
|
|
337
|
+
"leukocytosis",
|
|
338
|
+
"low backache",
|
|
339
|
+
"maculopapular rash",
|
|
340
|
+
"opisthotonus",
|
|
341
|
+
"papular rash",
|
|
342
|
+
"ankle rash",
|
|
343
|
+
"synovitis",
|
|
344
|
+
"tache noire",
|
|
345
|
+
"thick white exudate on tongue",
|
|
346
|
+
"wound discharge",
|
|
347
|
+
"yellow dropping",
|
|
348
|
+
"irritability",
|
|
349
|
+
"mouth bleeding",
|
|
350
|
+
"ischemic necrosis of jejunum",
|
|
351
|
+
"extraocular muscles paralysis",
|
|
352
|
+
"pareses",
|
|
353
|
+
"purpuric rash",
|
|
354
|
+
"yellow exudate from nose",
|
|
355
|
+
"yellow exudate from eyes",
|
|
356
|
+
"abnormal behavior",
|
|
357
|
+
"abnormal hemistanding",
|
|
358
|
+
"abnormal hemiwalking",
|
|
359
|
+
"sudden onset of fever",
|
|
360
|
+
"bradykinesia",
|
|
361
|
+
"acute cranial nerve dysfunction",
|
|
362
|
+
"acute diarrhea",
|
|
363
|
+
"acute enteritis",
|
|
364
|
+
"acute gastroenteritis",
|
|
365
|
+
"acute dyspnea",
|
|
366
|
+
"acute weight loss",
|
|
367
|
+
"aggressive behavior",
|
|
368
|
+
"bifrontal headache",
|
|
369
|
+
"chronic cough",
|
|
370
|
+
"chronic fatigue syndrome",
|
|
371
|
+
"circling movement",
|
|
372
|
+
"cranial nerve palsies",
|
|
373
|
+
"cytopenia",
|
|
374
|
+
"decreased pharyngeal tone",
|
|
375
|
+
"decreased sucking",
|
|
376
|
+
"deltoid muscle weakness",
|
|
377
|
+
"nasal discharge",
|
|
378
|
+
"droopy ears",
|
|
379
|
+
"dysphonia",
|
|
380
|
+
"expressive aphasia",
|
|
381
|
+
"facial weakness",
|
|
382
|
+
"flaccid muscle tone",
|
|
383
|
+
"granulomatous inflammation",
|
|
384
|
+
"head pressing",
|
|
385
|
+
"hind limb paralysis",
|
|
386
|
+
"intraretinal hemorrhage",
|
|
387
|
+
"leg swelling",
|
|
388
|
+
"microangiopathic hemolytic anemia",
|
|
389
|
+
"moderate anemia",
|
|
390
|
+
"moderate conjuctival injection",
|
|
391
|
+
"multiple abscesses",
|
|
392
|
+
"painful reginal lymphadenopathy",
|
|
393
|
+
"palate weakness",
|
|
394
|
+
"partial hind limb paralysis",
|
|
395
|
+
"sudden ataxis",
|
|
396
|
+
"sternocleidomastoid weakness",
|
|
397
|
+
"suppurative pneumonia",
|
|
398
|
+
"lymph gland swelling",
|
|
399
|
+
"yellowish green diarrhea",
|
|
400
|
+
"nasal bleeding",
|
|
401
|
+
"gum bleeding",
|
|
402
|
+
"blotchy red rash",
|
|
403
|
+
"cervical lymphadenopathy",
|
|
404
|
+
"extreme prostration",
|
|
405
|
+
"facial edema",
|
|
406
|
+
"hemodynamic instability",
|
|
407
|
+
"herpetic lesion on upper lip",
|
|
408
|
+
"intense anxiety",
|
|
409
|
+
"severe chest pain",
|
|
410
|
+
"intense toxemia",
|
|
411
|
+
"mild conjunctivitis",
|
|
412
|
+
"parotid pain",
|
|
413
|
+
"excess lymphocytes in cerebrospinal fluid",
|
|
414
|
+
"retrobulbar pain",
|
|
415
|
+
"subconjunctival bleeding",
|
|
416
|
+
"testicular pain",
|
|
417
|
+
"pelvic swelling",
|
|
418
|
+
"pelvic mass",
|
|
419
|
+
"pelvic lump",
|
|
420
|
+
"generalized pelvic lump",
|
|
421
|
+
"right lower quadrant pelvic lump",
|
|
422
|
+
"epigastric pelvic lump",
|
|
423
|
+
"left lower quadrant pelvic lump",
|
|
424
|
+
"left upper quadrant pelvic lump",
|
|
425
|
+
"right upper quadrant pelvic lump",
|
|
426
|
+
"multiple sites pelvic lump",
|
|
427
|
+
"periumbilic pelvic lump",
|
|
428
|
+
"right upper quadrant pelvic mass",
|
|
429
|
+
"left lower quadrant pelvic mass",
|
|
430
|
+
"epigastric pelvic mass",
|
|
431
|
+
"left upper quadrant pelvic mass",
|
|
432
|
+
"generalized pelvic mass",
|
|
433
|
+
"periumbilic pelvic mass",
|
|
434
|
+
"multiple sites pelvic mass",
|
|
435
|
+
"right lower quadrant pelvic mass",
|
|
436
|
+
"multiple sites pelvic swelling",
|
|
437
|
+
"generalized pelvic swelling",
|
|
438
|
+
"epigastric pelvic swelling",
|
|
439
|
+
"left lower quadrant pelvic swelling",
|
|
440
|
+
"left upper quadrant pelvic swelling",
|
|
441
|
+
"periumbilic pelvic swelling",
|
|
442
|
+
"right lower quadrant pelvic swelling",
|
|
443
|
+
"right upper quadrant pelvic swelling",
|
|
444
|
+
"left upper quadrant abdominal mass",
|
|
445
|
+
"left lower quadrant abdominal mass",
|
|
446
|
+
"epigastric abdominal mass",
|
|
447
|
+
"multiple sites abdominal mass",
|
|
448
|
+
"generalized abdominal mass",
|
|
449
|
+
"periumbilic abdominal mass",
|
|
450
|
+
"right lower quadrant abdominal mass",
|
|
451
|
+
"right upper quadrant abdominal mass",
|
|
452
|
+
"multiple sites abdominal lump",
|
|
453
|
+
"periumbilic abdominal lump",
|
|
454
|
+
"epigastric abdominal lump",
|
|
455
|
+
"left upper quadrant abdominal lump",
|
|
456
|
+
"right lower quadrant abdominal lump",
|
|
457
|
+
"right upper quadrant abdominal lump",
|
|
458
|
+
"generalized abdominal lump",
|
|
459
|
+
"left lower quadrant abdominal lump",
|
|
460
|
+
"dysfunctions associated with arousal from sleep",
|
|
461
|
+
"inability to concentrate",
|
|
462
|
+
"chronic enteritis",
|
|
463
|
+
"sinus bradycardia",
|
|
464
|
+
"junctional tachycardia",
|
|
465
|
+
"paroxysmal tachycardia",
|
|
466
|
+
"sinus tachycardia",
|
|
467
|
+
"ventricular tachycardia",
|
|
468
|
+
"sore eyes",
|
|
469
|
+
"neck pain",
|
|
470
|
+
"phantom pain",
|
|
471
|
+
"nociceptive pain",
|
|
472
|
+
"neuropathic pain",
|
|
473
|
+
"visceral pain",
|
|
474
|
+
"hypoesthesia",
|
|
475
|
+
"hypoalgesia",
|
|
476
|
+
"hyperalgesia",
|
|
477
|
+
"chronic pain",
|
|
478
|
+
"breakthrough pain",
|
|
479
|
+
"acute pain",
|
|
480
|
+
"allodynia",
|
|
481
|
+
"reactive hyperemia",
|
|
482
|
+
"active hyperemia",
|
|
483
|
+
"functional hyperemia",
|
|
484
|
+
"face hyperemia",
|
|
485
|
+
"hyperemia of the neck",
|
|
486
|
+
"spastic paralysis",
|
|
487
|
+
"motor paralysis",
|
|
488
|
+
"congested sclera",
|
|
489
|
+
"gross hematuria",
|
|
490
|
+
"stress incontinence",
|
|
491
|
+
"hypermenorrhea",
|
|
492
|
+
"metrorrhagia",
|
|
493
|
+
"subjective vertigo",
|
|
494
|
+
"objective vertigo",
|
|
495
|
+
"rigidity hypokinesia",
|
|
496
|
+
"postural instability hypokinesia",
|
|
497
|
+
"freezing hypokinesia",
|
|
498
|
+
"referred pain",
|
|
499
|
+
"facial tremor",
|
|
500
|
+
"lesions in oropharynx",
|
|
501
|
+
"lesions in mouth",
|
|
502
|
+
"cervical edema",
|
|
503
|
+
"breathing problems",
|
|
504
|
+
"nasal congestion",
|
|
505
|
+
"icteric eyes",
|
|
506
|
+
"otitis",
|
|
507
|
+
"decreased tongue tone",
|
|
508
|
+
"transient fever",
|
|
509
|
+
"low-grade fever",
|
|
510
|
+
"prolonged fever",
|
|
511
|
+
"mild fever",
|
|
512
|
+
"high fever",
|
|
513
|
+
"very high fever",
|
|
514
|
+
"hyperpyrexia",
|
|
515
|
+
"Pel-Epstein fever",
|
|
516
|
+
"continuous fever",
|
|
517
|
+
"remittent fever",
|
|
518
|
+
"relapsing fever",
|
|
519
|
+
"hypotensive",
|
|
520
|
+
"anaphylactic shock",
|
|
521
|
+
"exophthalmos",
|
|
522
|
+
"ventricular bradycardia",
|
|
523
|
+
"cardiac fibrillation",
|
|
524
|
+
"ventricular fibrillation",
|
|
525
|
+
"adenopathy",
|
|
526
|
+
"coagulopathy",
|
|
527
|
+
"microangiopathy",
|
|
528
|
+
"hyponatremia",
|
|
529
|
+
"hematemesis",
|
|
530
|
+
"septicemia",
|
|
531
|
+
"toxemia",
|
|
532
|
+
"pharyngitis",
|
|
533
|
+
"diaphoresis",
|
|
534
|
+
"dyspnea",
|
|
535
|
+
"lymphadenitis",
|
|
536
|
+
"hematogenous",
|
|
537
|
+
"muscle pain",
|
|
538
|
+
"muscle tightness",
|
|
539
|
+
"excessive tearing",
|
|
540
|
+
"light sensitivity",
|
|
541
|
+
"pneumonia",
|
|
542
|
+
"ocular lesion",
|
|
543
|
+
"constipation",
|
|
544
|
+
"hoarseness",
|
|
545
|
+
"hyperactivity",
|
|
546
|
+
"limited attention",
|
|
547
|
+
"communication difficulty",
|
|
548
|
+
"obsessive interests",
|
|
549
|
+
"repetitive behavior"
|
|
550
|
+
]
|
|
551
|
+
}
|