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,1007 @@
|
|
|
1
|
+
{
|
|
2
|
+
"description": "Types of cancer. A subset of the OBO Human Disease Ontology",
|
|
3
|
+
"source": "https://github.com/DiseaseOntology/HumanDiseaseOntology",
|
|
4
|
+
"cancers":
|
|
5
|
+
[
|
|
6
|
+
"embryonal testis carcinoma",
|
|
7
|
+
"sphenoorbital meningioma",
|
|
8
|
+
"lacrimal gland squamous cell carcinoma",
|
|
9
|
+
"duodenal gastrinoma",
|
|
10
|
+
"anal canal carcinoma",
|
|
11
|
+
"unilateral retinoblastoma",
|
|
12
|
+
"adenomyoma",
|
|
13
|
+
"posterior mediastinum cancer",
|
|
14
|
+
"cerebellar vermis medulloblastoma",
|
|
15
|
+
"central nervous system childhood germ cell tumor",
|
|
16
|
+
"malignant neoplasm of acoustic nerve",
|
|
17
|
+
"malignant childhood germ cell neoplasm",
|
|
18
|
+
"classic pulmonary blastoma",
|
|
19
|
+
"rete ovarii adenocarcinoma",
|
|
20
|
+
"rectum neuroendocrine neoplasm",
|
|
21
|
+
"prostate small cell carcinoma",
|
|
22
|
+
"gemistocytic astrocytoma",
|
|
23
|
+
"epithelioid neurofibroma",
|
|
24
|
+
"T-cell childhood lymphoblastic lymphoma",
|
|
25
|
+
"papillary follicular thyroid adenocarcinoma",
|
|
26
|
+
"breast hemangiopericytoma",
|
|
27
|
+
"uterine corpus serous adenocarcinoma",
|
|
28
|
+
"placental choriocarcinoma",
|
|
29
|
+
"cervical squamous cell carcinoma",
|
|
30
|
+
"glans penis cancer",
|
|
31
|
+
"peripheral nervous system ganglioneuroblastoma",
|
|
32
|
+
"cervical atypical polypoid adenomyoma",
|
|
33
|
+
"breast secretory carcinoma",
|
|
34
|
+
"myeloid and lymphoid neoplasms associated with PDGFRA rearrangement",
|
|
35
|
+
"adult acute monocytic leukemia",
|
|
36
|
+
"juvenile myelomonocytic leukemia",
|
|
37
|
+
"nerve root neoplasm",
|
|
38
|
+
"spindle cell thymoma",
|
|
39
|
+
"colon lymphoma",
|
|
40
|
+
"melanotic medulloblastoma",
|
|
41
|
+
"parasagittal meningioma",
|
|
42
|
+
"spindle cell sarcoma",
|
|
43
|
+
"vulva squamous cell carcinoma",
|
|
44
|
+
"ossifying fibromyxoid tumor",
|
|
45
|
+
"breast mucinous carcinoma",
|
|
46
|
+
"malignant giant cell tumor of the tendon sheath",
|
|
47
|
+
"ovarian surface papilloma",
|
|
48
|
+
"mucinous stomach adenocarcinoma",
|
|
49
|
+
"brain stem angioblastoma",
|
|
50
|
+
"pancreatic acinar cell adenocarcinoma",
|
|
51
|
+
"spinal chordoma",
|
|
52
|
+
"bladder urothelial papillary carcinoma",
|
|
53
|
+
"rectal cloacogenic carcinoma",
|
|
54
|
+
"childhood ovarian endodermal sinus tumor",
|
|
55
|
+
"estrogen-receptor positive breast cancer",
|
|
56
|
+
"meningothelial meningioma",
|
|
57
|
+
"maxillary cancer",
|
|
58
|
+
"glottis verrucous carcinoma",
|
|
59
|
+
"bladder urachal urothelial carcinoma",
|
|
60
|
+
"gastrointestinal neuroendocrine tumor",
|
|
61
|
+
"posterior foramen magnum meningioma",
|
|
62
|
+
"myeloid neoplasms associated with PDGFRB rearrangement",
|
|
63
|
+
"childhood brain meningioma",
|
|
64
|
+
"fibrous histiocytoma",
|
|
65
|
+
"perineurioma",
|
|
66
|
+
"endocardium cancer",
|
|
67
|
+
"extramedullary plasmacytoma",
|
|
68
|
+
"liver rhabdomyosarcoma",
|
|
69
|
+
"nodal marginal zone lymphoma",
|
|
70
|
+
"small intestine lymphoma",
|
|
71
|
+
"familial meningioma",
|
|
72
|
+
"gastrointestinal stromal tumor",
|
|
73
|
+
"Bartholin's gland adenocarcinoma",
|
|
74
|
+
"extrahepatic bile duct leiomyosarcoma",
|
|
75
|
+
"signet ring cell adenocarcinoma",
|
|
76
|
+
"hypercalcemic type ovarian small cell carcinoma",
|
|
77
|
+
"sporadic breast cancer",
|
|
78
|
+
"cerebral lymphoma",
|
|
79
|
+
"giant cell glioblastoma",
|
|
80
|
+
"juxtacortical osteosarcoma",
|
|
81
|
+
"malignant ovarian Brenner tumor",
|
|
82
|
+
"malignant conjunctival melanoma",
|
|
83
|
+
"lymphangiosarcoma",
|
|
84
|
+
"monoclonal gammopathy of uncertain significance",
|
|
85
|
+
"gastrinoma",
|
|
86
|
+
"extraosseous chondrosarcoma",
|
|
87
|
+
"pancreatic non-functioning delta cell tumor",
|
|
88
|
+
"cutaneous leiomyosarcoma",
|
|
89
|
+
"testicular leukemia",
|
|
90
|
+
"composite lymphoma",
|
|
91
|
+
"adult medulloblastoma",
|
|
92
|
+
"intermediate cell type ciliary body melanoma",
|
|
93
|
+
"esophageal adenoid cystic carcinoma",
|
|
94
|
+
"acute T cell leukemia",
|
|
95
|
+
"pediatric leptomeningeal melanoma",
|
|
96
|
+
"adult malignant hemangiopericytoma",
|
|
97
|
+
"tenosynovial giant cell tumor",
|
|
98
|
+
"childhood cerebellar astrocytic neoplasm",
|
|
99
|
+
"papillary renal cell carcinoma",
|
|
100
|
+
"chordoid meningioma",
|
|
101
|
+
"childhood parosteal osteogenic sarcoma",
|
|
102
|
+
"neurofibroma of the esophagus",
|
|
103
|
+
"lymphoepithelioma-like thymic carcinoma",
|
|
104
|
+
"female breast upper-inner quadrant cancer",
|
|
105
|
+
"meninges sarcoma",
|
|
106
|
+
"liver sarcoma",
|
|
107
|
+
"acute promyelocytic leukemia",
|
|
108
|
+
"childhood vagina botryoid rhabdomyosarcoma",
|
|
109
|
+
"gastric diffuse adenocarcinoma",
|
|
110
|
+
"pleomorphic xanthoastrocytoma",
|
|
111
|
+
"mixed cell type kidney Wilms' tumor",
|
|
112
|
+
"fibrillary astrocytoma",
|
|
113
|
+
"vaginal yolk sac tumor",
|
|
114
|
+
"childhood mediastinal neurogenic tumor",
|
|
115
|
+
"submandibular gland cancer",
|
|
116
|
+
"mature teratoma of the ovary",
|
|
117
|
+
"epithelioid malignant peripheral nerve sheath tumor",
|
|
118
|
+
"gastric cardia adenocarcinoma",
|
|
119
|
+
"gastric teratoma",
|
|
120
|
+
"intracranial primitive neuroectodermal tumor",
|
|
121
|
+
"Klatskin's tumor",
|
|
122
|
+
"plantar verrucous skin carcinoma",
|
|
123
|
+
"ampulla of Vater small cell carcinoma",
|
|
124
|
+
"adult central nervous system choriocarcinoma",
|
|
125
|
+
"lipid-cell variant infiltrating bladder urothelial carcinoma",
|
|
126
|
+
"adenoid basal cell carcinoma",
|
|
127
|
+
"gestational choriocarcinoma",
|
|
128
|
+
"glassy cell variant cervical adenosquamous carcinoma",
|
|
129
|
+
"heart leiomyosarcoma",
|
|
130
|
+
"extrahepatic bile duct small cell adenocarcinoma",
|
|
131
|
+
"jugular foramen meningioma",
|
|
132
|
+
"iris spindle cell melanoma",
|
|
133
|
+
"testicular fibroma",
|
|
134
|
+
"gastric signet ring cell adenocarcinoma",
|
|
135
|
+
"pediatric extraocular retinoblastoma",
|
|
136
|
+
"jaw cancer",
|
|
137
|
+
"pediatric ependymoma",
|
|
138
|
+
"Bartholin's gland adenoid cystic carcinoma",
|
|
139
|
+
"central nervous system embryonal carcinoma",
|
|
140
|
+
"melanocytic psammomatous MPNST",
|
|
141
|
+
"choroid mixed cell melanoma",
|
|
142
|
+
"anterior foramen magnum meningioma",
|
|
143
|
+
"childhood teratocarcinoma of the testis",
|
|
144
|
+
"carcinoma arising in nasal papillomatosis",
|
|
145
|
+
"childhood cerebellar neoplasm",
|
|
146
|
+
"meningeal melanomatosis",
|
|
147
|
+
"eyelid carcinoma",
|
|
148
|
+
"breast malignant eccrine spiradenoma",
|
|
149
|
+
"laryngeal small cell carcinoma",
|
|
150
|
+
"sebaceous adenocarcinoma",
|
|
151
|
+
"pilocytic astrocytoma of cerebellum",
|
|
152
|
+
"vulvar apocrine adenocarcinoma",
|
|
153
|
+
"trachea carcinoma",
|
|
154
|
+
"minor vestibular glands adenoma",
|
|
155
|
+
"penis mixed squamous cell carcinoma",
|
|
156
|
+
"fallopian tube carcinosarcoma",
|
|
157
|
+
"superior vena cava leiomyosarcoma",
|
|
158
|
+
"juxtacortical chondrosarcoma",
|
|
159
|
+
"esophageal adenosquamous carcinoma",
|
|
160
|
+
"nodular ganglioneuroblastoma",
|
|
161
|
+
"nasal cavity lymphoma",
|
|
162
|
+
"childhood leukemia",
|
|
163
|
+
"Sertoli cell tumor",
|
|
164
|
+
"fallopian tube clear cell adenocarcinoma",
|
|
165
|
+
"fibrous synovial sarcoma",
|
|
166
|
+
"periampullary adenocarcinoma",
|
|
167
|
+
"malignant anus melanoma",
|
|
168
|
+
"cornea squamous cell carcinoma",
|
|
169
|
+
"adult ependymoblastoma",
|
|
170
|
+
"cribriform carcinoma",
|
|
171
|
+
"malignant adult ependymoma",
|
|
172
|
+
"middle ear squamous cell carcinoma",
|
|
173
|
+
"stroma-dominant and stroma-poor composite ganglioneuroblastoma",
|
|
174
|
+
"appendix adenocarcinoma",
|
|
175
|
+
"ovarian Wilms' cancer",
|
|
176
|
+
"pseudoglandular variant testicular seminoma",
|
|
177
|
+
"infiltrative basal cell carcinoma",
|
|
178
|
+
"cervical alveolar soft part sarcoma",
|
|
179
|
+
"malignant ciliary body melanoma",
|
|
180
|
+
"small intestinal vasoactive intestinal peptide producing tumor",
|
|
181
|
+
"malignant Sertoli-Leydig cell tumor",
|
|
182
|
+
"ampullary signet ring cell adenocarcinoma",
|
|
183
|
+
"adult pineal parenchymal tumor",
|
|
184
|
+
"myocardium cancer",
|
|
185
|
+
"malignant struma ovarii",
|
|
186
|
+
"brain stem ependymoma",
|
|
187
|
+
"mucoepidermoid carcinoma",
|
|
188
|
+
"splenic manifestation of hairy cell leukemia",
|
|
189
|
+
"mucinous adenocarcinoma",
|
|
190
|
+
"submucosal invasive colon adenocarcinoma",
|
|
191
|
+
"childhood germ cell brain tumor",
|
|
192
|
+
"extrahepatic bile duct adenocarcinoma",
|
|
193
|
+
"vulvar keratoacanthoma-like carcinoma",
|
|
194
|
+
"chronic eosinophilic leukemia",
|
|
195
|
+
"extraosseous Ewing's sarcoma",
|
|
196
|
+
"malignant choroid melanoma",
|
|
197
|
+
"esophagus sarcoma",
|
|
198
|
+
"marginal zone B-cell lymphoma",
|
|
199
|
+
"superficial basal cell carcinoma",
|
|
200
|
+
"tracheal lymphoma",
|
|
201
|
+
"gastric leiomyosarcoma",
|
|
202
|
+
"papillary transitional carcinoma",
|
|
203
|
+
"bladder mixed adenocarcinoma",
|
|
204
|
+
"ovarian cystadenocarcinoma",
|
|
205
|
+
"colorectal adenocarcinoma",
|
|
206
|
+
"adult teratoma",
|
|
207
|
+
"bile duct cystadenocarcinoma",
|
|
208
|
+
"bladder squamous cell carcinoma",
|
|
209
|
+
"nodular basal cell carcinoma",
|
|
210
|
+
"auricular cancer",
|
|
211
|
+
"bone angioendothelial sarcoma",
|
|
212
|
+
"renal pelvis transitional cell carcinoma",
|
|
213
|
+
"gastroesophageal junction adenocarcinoma",
|
|
214
|
+
"chest wall parachordoma",
|
|
215
|
+
"aleukemic monocytic leukemia cutis",
|
|
216
|
+
"malignant biphasic mesothelioma",
|
|
217
|
+
"prostatic urethral cancer",
|
|
218
|
+
"cerebral convexity meningioma",
|
|
219
|
+
"extracranial neuroblastoma",
|
|
220
|
+
"maxillary sinus adenoid cystic carcinoma",
|
|
221
|
+
"mixed glioma",
|
|
222
|
+
"intermediate cell type choroid melanoma",
|
|
223
|
+
"eye lymphoma",
|
|
224
|
+
"bronchiolo-alveolar adenocarcinoma",
|
|
225
|
+
"female reproductive endometrioid cancer",
|
|
226
|
+
"retina lymphoma",
|
|
227
|
+
"central epithelioid sarcoma",
|
|
228
|
+
"renal Wilms' tumor",
|
|
229
|
+
"brain stem medulloblastoma",
|
|
230
|
+
"ovarian seromucinous carcinoma",
|
|
231
|
+
"spinal cord intramedullary teratoma",
|
|
232
|
+
"heart lymphoma",
|
|
233
|
+
"myofibroma",
|
|
234
|
+
"cervix endometrial stromal tumor",
|
|
235
|
+
"macrocystic pattern testicular yolk sac tumor",
|
|
236
|
+
"parathyroid carcinoma",
|
|
237
|
+
"colon small cell carcinoma",
|
|
238
|
+
"spinal canal intradural extramedullary neoplasm",
|
|
239
|
+
"nipple carcinoma",
|
|
240
|
+
"vaginal endometrial stromal tumor",
|
|
241
|
+
"middle ear adenocarcinoma",
|
|
242
|
+
"clear cell basal cell carcinoma",
|
|
243
|
+
"congenital mesoblastic nephroma",
|
|
244
|
+
"hepatocellular clear cell carcinoma",
|
|
245
|
+
"nephroblastoma",
|
|
246
|
+
"adult botryoid rhabdomyosarcoma",
|
|
247
|
+
"bladder hepatoid adenocarcinoma",
|
|
248
|
+
"Meckel's diverticulum cancer",
|
|
249
|
+
"postgerminal center chronic lymphocytic leukemia/small lymphocytic lymphoma",
|
|
250
|
+
"periocular meningioma",
|
|
251
|
+
"parotid gland adenoid cystic carcinoma",
|
|
252
|
+
"combined thymoma",
|
|
253
|
+
"signet ring cell variant cervical mucinous adenocarcinoma",
|
|
254
|
+
"adult epithelioid sarcoma",
|
|
255
|
+
"small cell osteogenic sarcoma",
|
|
256
|
+
"myeloproliferative neoplasm",
|
|
257
|
+
"intra-abdominal lymph node mast cell malignancy",
|
|
258
|
+
"conjunctival squamous cell carcinoma",
|
|
259
|
+
"breast granular cell tumor",
|
|
260
|
+
"fibrolamellar carcinoma",
|
|
261
|
+
"middle ear carcinoma",
|
|
262
|
+
"synovial sarcoma",
|
|
263
|
+
"Askin's tumor",
|
|
264
|
+
"adult central nervous system mixed germ cell tumor",
|
|
265
|
+
"invasive malignant thymoma",
|
|
266
|
+
"esophagus melanoma",
|
|
267
|
+
"spindle cell liposarcoma",
|
|
268
|
+
"localized chondrosarcoma",
|
|
269
|
+
"appendix mucinous cystadenocarcinoma",
|
|
270
|
+
"malignant cystic nephroma",
|
|
271
|
+
"ovarian mucinous neoplasm",
|
|
272
|
+
"ovarian squamous cell neoplasm",
|
|
273
|
+
"cervical endometrial stromal sarcoma",
|
|
274
|
+
"epididymal neoplasm",
|
|
275
|
+
"anal margin basal cell carcinoma",
|
|
276
|
+
"anal squamous cell carcinoma",
|
|
277
|
+
"intracerebral cystic meningioma",
|
|
278
|
+
"pleomorphic adenoma carcinoma",
|
|
279
|
+
"heart sarcoma",
|
|
280
|
+
"bladder clear cell adenocarcinoma",
|
|
281
|
+
"lymphoblastic lymphoma",
|
|
282
|
+
"microinvasive cervical squamous cell carcinoma",
|
|
283
|
+
"clear cell sarcoma",
|
|
284
|
+
"labium majus cancer",
|
|
285
|
+
"Hodgkin's lymphoma, lymphocytic depletion",
|
|
286
|
+
"small intestine adenocarcinoma",
|
|
287
|
+
"salivary gland adenoid cystic carcinoma",
|
|
288
|
+
"malignant fibrous histiocytoma of bone",
|
|
289
|
+
"B-cell adult acute lymphocytic leukemia",
|
|
290
|
+
"choroid epithelioid cell melanoma",
|
|
291
|
+
"cervical Wilms' tumor",
|
|
292
|
+
"ampulla of Vater adenosquamous carcinoma",
|
|
293
|
+
"posterior urethra cancer",
|
|
294
|
+
"childhood choriocarcinoma of the ovary",
|
|
295
|
+
"bladder lateral wall cancer",
|
|
296
|
+
"uterus leiomyosarcoma",
|
|
297
|
+
"pediatric CNS choriocarcinoma",
|
|
298
|
+
"mediastinum angiosarcoma",
|
|
299
|
+
"ovarian mesodermal adenosarcoma",
|
|
300
|
+
"pericardial mesothelioma",
|
|
301
|
+
"cellular myxoid liposarcoma",
|
|
302
|
+
"large cell carcinoma with rhabdoid phenotype",
|
|
303
|
+
"orbit rhabdomyosarcoma",
|
|
304
|
+
"extragonadal seminoma",
|
|
305
|
+
"cerebellar liponeurocytoma",
|
|
306
|
+
"NUT midline carcinoma",
|
|
307
|
+
"ciliary body epithelioid cell melanoma",
|
|
308
|
+
"signet ring cell intrahepatic cholangiocarcinoma",
|
|
309
|
+
"spinal cord astrocytoma",
|
|
310
|
+
"granular cell leiomyosarcoma",
|
|
311
|
+
"kidney pelvis papillary carcinoma",
|
|
312
|
+
"malignant giant cell tumor of soft parts",
|
|
313
|
+
"gastric tubular adenocarcinoma",
|
|
314
|
+
"bladder trigone cancer",
|
|
315
|
+
"posterior uveal melanoma",
|
|
316
|
+
"asynchronous multifocal osteogenic sarcoma",
|
|
317
|
+
"uterine corpus myxoid leiomyosarcoma",
|
|
318
|
+
"bone leiomyosarcoma",
|
|
319
|
+
"multilocular clear cell renal cell carcinoma",
|
|
320
|
+
"adult spinal cord ependymoma",
|
|
321
|
+
"T-cell large granular lymphocyte leukemia",
|
|
322
|
+
"malignant epithelial mesothelioma",
|
|
323
|
+
"rectum sarcomatoid carcinoma",
|
|
324
|
+
"melanomatosis",
|
|
325
|
+
"optic nerve sheath meningioma",
|
|
326
|
+
"intraneural perineurioma",
|
|
327
|
+
"pulmonary neuroendocrine tumor",
|
|
328
|
+
"mediastinum liposarcoma",
|
|
329
|
+
"small cell sarcoma",
|
|
330
|
+
"juvenile pilocytic astrocytoma",
|
|
331
|
+
"aflatoxins-related hepatocellular carcinoma",
|
|
332
|
+
"polyvesicular vitelline pattern testicular yolk sac tumor",
|
|
333
|
+
"intraocular mixed cell type melanoma",
|
|
334
|
+
"grade III astrocytoma",
|
|
335
|
+
"fallopian tube germ cell cancer",
|
|
336
|
+
"gastric squamous cell carcinoma",
|
|
337
|
+
"lipid-rich carcinoma",
|
|
338
|
+
"urethra adenocarcinoma",
|
|
339
|
+
"endodermal sinus pattern testicular yolk sac tumor",
|
|
340
|
+
"pancreatic non-invasive mucinous cystadenocarcinoma",
|
|
341
|
+
"Skene gland carcinoma",
|
|
342
|
+
"basal cell carcinoma",
|
|
343
|
+
"nasal cavity olfactory neuroblastoma",
|
|
344
|
+
"pancreatic foamy gland adenocarcinoma",
|
|
345
|
+
"eye carcinoma",
|
|
346
|
+
"pediatric germ cell cancer",
|
|
347
|
+
"soft tissue peripheral neuroepithelioma",
|
|
348
|
+
"pediatric ovarian germ cell tumor",
|
|
349
|
+
"superior vena cava angiosarcoma",
|
|
350
|
+
"vallecula cancer",
|
|
351
|
+
"vulvar non-keratinizing squamous cell carcinoma",
|
|
352
|
+
"spindle cell rhabdomyosarcoma",
|
|
353
|
+
"tonsil cancer",
|
|
354
|
+
"cystic teratoma",
|
|
355
|
+
"thymus clear cell carcinoma",
|
|
356
|
+
"uterine ligament clear cell adenocarcinoma",
|
|
357
|
+
"bile duct clear cell adenocarcinoma",
|
|
358
|
+
"enteric pattern testicular yolk sac tumor",
|
|
359
|
+
"vagina leiomyosarcoma",
|
|
360
|
+
"breast myoepitheliosis",
|
|
361
|
+
"acute monocytic leukemia",
|
|
362
|
+
"pseudomyxoma peritonei",
|
|
363
|
+
"clitoris cancer",
|
|
364
|
+
"esophagus lymphoma",
|
|
365
|
+
"solid adenocarcinoma with mucin production",
|
|
366
|
+
"lymphoepithelioma-like acinar prostate adenocarcinoma",
|
|
367
|
+
"hepatic flexure cancer",
|
|
368
|
+
"soft palate cancer",
|
|
369
|
+
"cellular phase chronic idiopathic myelofibrosis",
|
|
370
|
+
"childhood choroid plexus cancer",
|
|
371
|
+
"mixed mucinous and nonmucinous bronchioloalveolar adenocarcinoma",
|
|
372
|
+
"uvula cancer",
|
|
373
|
+
"adult acute lymphocytic leukemia",
|
|
374
|
+
"urinary bladder villous adenoma",
|
|
375
|
+
"breast leiomyosarcoma",
|
|
376
|
+
"placental site trophoblastic tumor",
|
|
377
|
+
"sarcomatoid mesothelioma",
|
|
378
|
+
"encapsulated thymoma",
|
|
379
|
+
"intrahepatic gall duct cancer",
|
|
380
|
+
"extraocular retinoblastoma",
|
|
381
|
+
"anal margin squamous cell carcinoma",
|
|
382
|
+
"micropapillary variant infiltrating bladder urothelial carcinoma",
|
|
383
|
+
"dendritic cell thymoma",
|
|
384
|
+
"parametrium malignant neoplasm",
|
|
385
|
+
"lung mucoepidermoid carcinoma",
|
|
386
|
+
"lumbar spinal canal and spinal cord meningioma",
|
|
387
|
+
"mixed astrocytoma-ependymoma",
|
|
388
|
+
"ampulla of Vater mucinous adenocarcinoma",
|
|
389
|
+
"bladder papillary clear cell adenocarcinoma",
|
|
390
|
+
"clivus chondroid chordoma",
|
|
391
|
+
"nerve plexus neoplasm",
|
|
392
|
+
"null-cell leukemia",
|
|
393
|
+
"Ehrlich tumor carcinoma",
|
|
394
|
+
"fibrosarcoma of bone",
|
|
395
|
+
"neonatal leukemia",
|
|
396
|
+
"gastric papillary adenocarcinoma",
|
|
397
|
+
"vaginal carcinosarcoma",
|
|
398
|
+
"malignant thyroid stimulating hormone producing neoplasm of pituitary gland",
|
|
399
|
+
"lung occult small cell carcinoma",
|
|
400
|
+
"thymus basaloid carcinoma",
|
|
401
|
+
"breast adenomyoepithelioma",
|
|
402
|
+
"diffuse large B-cell lymphoma",
|
|
403
|
+
"Langerhans cell sarcoma",
|
|
404
|
+
"choriocarcinoma of ovary",
|
|
405
|
+
"breast myoepithelial carcinoma",
|
|
406
|
+
"kidney rhabdoid cancer",
|
|
407
|
+
"fallopian tube serous adenocarcinoma",
|
|
408
|
+
"vulvar eccrine adenocarcinoma",
|
|
409
|
+
"endocervical carcinoma",
|
|
410
|
+
"urethra squamous cell carcinoma",
|
|
411
|
+
"choroid spindle cell melanoma",
|
|
412
|
+
"gastric small cell carcinoma",
|
|
413
|
+
"ampulla of Vater squamous cell carcinoma",
|
|
414
|
+
"childhood precursor T-lymphoblastic lymphoma/leukemia",
|
|
415
|
+
"vagina botryoid rhabdomyosarcoma",
|
|
416
|
+
"scrotal carcinoma",
|
|
417
|
+
"malignant ependymoma",
|
|
418
|
+
"immature teratoma of ovary",
|
|
419
|
+
"dysgerminoma",
|
|
420
|
+
"synchronous multifocal osteogenic sarcoma",
|
|
421
|
+
"pleomorphic liposarcoma",
|
|
422
|
+
"trophoblastic neoplasm",
|
|
423
|
+
"serous cystadenocarcinoma",
|
|
424
|
+
"glandular-alveolar pattern testicular yolk sac tumor",
|
|
425
|
+
"cutaneous T cell lymphoma",
|
|
426
|
+
"diencephalic neoplasm",
|
|
427
|
+
"amyloid tumor",
|
|
428
|
+
"heart fibrosarcoma",
|
|
429
|
+
"clear cell variant infiltrating bladder urothelial carcinoma",
|
|
430
|
+
"childhood kidney cell carcinoma",
|
|
431
|
+
"lacrimal duct cancer",
|
|
432
|
+
"struma ovarii",
|
|
433
|
+
"Kaposi's sarcoma",
|
|
434
|
+
"breast columnar cell mucinous carcinoma",
|
|
435
|
+
"penis Paget's disease",
|
|
436
|
+
"adult vagina botryoid rhabdomyosarcoma",
|
|
437
|
+
"penis sarcoma",
|
|
438
|
+
"ovary serous adenocarcinoma",
|
|
439
|
+
"spinal cord oligodendroglioma",
|
|
440
|
+
"central nervous system leiomyosarcoma",
|
|
441
|
+
"eccrine porocarcinoma",
|
|
442
|
+
"juvenile astrocytoma",
|
|
443
|
+
"familial renal papillary carcinoma",
|
|
444
|
+
"gallbladder papillary carcinoma",
|
|
445
|
+
"nonmucinous bronchioloalveolar adenocarcinoma",
|
|
446
|
+
"lumbar plexus neoplasm",
|
|
447
|
+
"childhood central nervous system primitive neuroectodermal neoplasm",
|
|
448
|
+
"bilateral meningioma of optic nerve",
|
|
449
|
+
"fallopian tube adenosarcoma",
|
|
450
|
+
"cervix melanoma",
|
|
451
|
+
"childhood pleomorphic rhabdomyosarcoma",
|
|
452
|
+
"pineal region teratoma",
|
|
453
|
+
"adult central nervous system mature teratoma",
|
|
454
|
+
"synchronous bilateral breast carcinoma",
|
|
455
|
+
"chordoid glioma",
|
|
456
|
+
"Waldeyer's ring cancer",
|
|
457
|
+
"keratinizing squamous cell carcinoma",
|
|
458
|
+
"gallbladder mucinous carcinoma",
|
|
459
|
+
"sweat gland carcinoma",
|
|
460
|
+
"rectosigmoid cancer",
|
|
461
|
+
"childhood embryonal testis carcinoma",
|
|
462
|
+
"endodermal sinus tumor",
|
|
463
|
+
"chondroblastoma",
|
|
464
|
+
"lacrimal gland adenocarcinoma",
|
|
465
|
+
"progesterone-receptor positive breast cancer",
|
|
466
|
+
"lower clivus meningioma",
|
|
467
|
+
"nonencapsulated sclerosing carcinoma",
|
|
468
|
+
"pineal dysgerminoma",
|
|
469
|
+
"refractory hematologic cancer",
|
|
470
|
+
"gliosarcoma",
|
|
471
|
+
"pancreatic ACTH hormone producing tumor",
|
|
472
|
+
"cerebral neuroblastoma",
|
|
473
|
+
"myoepithelial carcinoma",
|
|
474
|
+
"myxoid liposarcoma",
|
|
475
|
+
"reticular pattern testicular yolk sac tumor",
|
|
476
|
+
"infundibulocystic basal cell carcinoma",
|
|
477
|
+
"HCL-V",
|
|
478
|
+
"liver lymphoma",
|
|
479
|
+
"bladder sarcoma",
|
|
480
|
+
"upper gum cancer",
|
|
481
|
+
"suprasellar meningioma",
|
|
482
|
+
"kidney osteogenic sarcoma",
|
|
483
|
+
"parietal lobe neoplasm",
|
|
484
|
+
"neurilemmoma of the fifth cranial nerve",
|
|
485
|
+
"mediastinal gray zone lymphoma",
|
|
486
|
+
"breast liposarcoma",
|
|
487
|
+
"anal canal adenocarcinoma",
|
|
488
|
+
"epithelial malignant thymoma",
|
|
489
|
+
"gallbladder rhabdomyosarcoma",
|
|
490
|
+
"cecum lymphoma",
|
|
491
|
+
"alveolar rhabdomyosarcoma",
|
|
492
|
+
"penile urethral cancer",
|
|
493
|
+
"prostate rhabdomyosarcoma",
|
|
494
|
+
"sebaceous basal cell carcinoma",
|
|
495
|
+
"Her2-receptor negative breast cancer",
|
|
496
|
+
"pancreatic delta cell neoplasm",
|
|
497
|
+
"esophagus leiomyosarcoma",
|
|
498
|
+
"sarcomatoid renal cell carcinoma",
|
|
499
|
+
"chronic myelomonocytic leukemia",
|
|
500
|
+
"pulmonary artery leiomyosarcoma",
|
|
501
|
+
"foramen magnum meningioma",
|
|
502
|
+
"vulvar basaloid squamous cell carcinoma",
|
|
503
|
+
"juvenile type testicular granulosa cell tumor",
|
|
504
|
+
"supratentorial primitive neuroectodermal tumor",
|
|
505
|
+
"progesterone-receptor negative breast cancer",
|
|
506
|
+
"vulvar inverted follicular keratosis",
|
|
507
|
+
"adult malignant mesenchymoma",
|
|
508
|
+
"aggressive digital papillary adenocarcinoma",
|
|
509
|
+
"pineal region immature teratoma",
|
|
510
|
+
"adult central nervous system teratoma",
|
|
511
|
+
"Hodgkin's lymphoma, lymphocytic-histiocytic predominance",
|
|
512
|
+
"pediatric cerebral ependymoblastoma",
|
|
513
|
+
"trachea mucoepidermoid carcinoma",
|
|
514
|
+
"vulvar childhood botryoid-type embryonal rhabdomyosarcoma",
|
|
515
|
+
"inflammatory leiomyosarcoma",
|
|
516
|
+
"fallopian tube mucinous adenocarcinoma",
|
|
517
|
+
"polyembryoma of the ovary",
|
|
518
|
+
"Krukenberg carcinoma",
|
|
519
|
+
"myeloid and lymphoid neoplasms associated with FGFR1 abnormalities",
|
|
520
|
+
"perianal skin Paget's disease",
|
|
521
|
+
"malignant skin fibrous histiocytoma",
|
|
522
|
+
"nasal cavity adenocarcinoma",
|
|
523
|
+
"adult pleomorphic rhabdomyosarcoma",
|
|
524
|
+
"peritoneal mesothelioma",
|
|
525
|
+
"sphenocavernous meningioma",
|
|
526
|
+
"anal Buschke-Lowenstein tumor",
|
|
527
|
+
"gastric lymphoma",
|
|
528
|
+
"ovarian endometrioid stromal sarcoma",
|
|
529
|
+
"bladder colonic type adenocarcinoma",
|
|
530
|
+
"multiple myeloma",
|
|
531
|
+
"bile duct signet ring cell carcinoma",
|
|
532
|
+
"amelanotic melanoma",
|
|
533
|
+
"pediatric ovarian dysgerminoma",
|
|
534
|
+
"pancreatic ductal adenocarcinoma",
|
|
535
|
+
"papillary squamous carcinoma",
|
|
536
|
+
"cecum carcinoma",
|
|
537
|
+
"female breast nipple and areola cancer",
|
|
538
|
+
"gastric liposarcoma",
|
|
539
|
+
"mesenchymal chondrosarcoma",
|
|
540
|
+
"lymphoma-like variant infiltrating bladder urothelial carcinoma",
|
|
541
|
+
"retroperitoneal neuroblastoma",
|
|
542
|
+
"epiglottis cancer",
|
|
543
|
+
"cutaneous solitary mastocytoma",
|
|
544
|
+
"chronic monocytic leukemia",
|
|
545
|
+
"lymph node adenoid cystic carcinoma",
|
|
546
|
+
"lateral ventricle meningioma",
|
|
547
|
+
"acute leukemia",
|
|
548
|
+
"uterine ligament serous adenocarcinoma",
|
|
549
|
+
"cecum adenocarcinoma",
|
|
550
|
+
"extraskeletal mesenchymal chondrosarcoma",
|
|
551
|
+
"intraventricular meningioma",
|
|
552
|
+
"prostate adenoid cystic carcinoma",
|
|
553
|
+
"brain meningioma",
|
|
554
|
+
"colorectal carcinoma",
|
|
555
|
+
"acral lentiginous melanoma",
|
|
556
|
+
"ethmoid sinus adenoid cystic carcinoma",
|
|
557
|
+
"kidney pelvis sarcomatoid transitional cell carcinoma",
|
|
558
|
+
"benign struma ovarii",
|
|
559
|
+
"gastric fundus cancer",
|
|
560
|
+
"thymus adenocarcinoma",
|
|
561
|
+
"central neurocytoma",
|
|
562
|
+
"gallbladder leiomyosarcoma",
|
|
563
|
+
"uterine corpus endometrial carcinoma",
|
|
564
|
+
"splenic marginal zone lymphoma",
|
|
565
|
+
"frontal sinus cancer",
|
|
566
|
+
"hepatoid pattern ovarian yolk sac tumor",
|
|
567
|
+
"bone giant cell sarcoma",
|
|
568
|
+
"subglottis squamous cell carcinoma",
|
|
569
|
+
"pancreatic intraductal papillary-colloid carcinoma",
|
|
570
|
+
"spindle epithelial tumor with thymus-like differentiation tumor",
|
|
571
|
+
"endometrial small cell carcinoma",
|
|
572
|
+
"hormone producing pituitary cancer",
|
|
573
|
+
"peripheral epithelioid sarcoma",
|
|
574
|
+
"optic nerve astrocytoma",
|
|
575
|
+
"sarcomatoid uterine corpus endometrioid adenocarcinoma",
|
|
576
|
+
"cellular congenital mesoblastic nephroma",
|
|
577
|
+
"tongue cancer",
|
|
578
|
+
"endometrial stromal tumor",
|
|
579
|
+
"ovary rhabdomyosarcoma",
|
|
580
|
+
"fallopian tube squamous cell carcinoma",
|
|
581
|
+
"vaginal endometrial stromal sarcoma",
|
|
582
|
+
"adult T-cell leukemia",
|
|
583
|
+
"mixed type rhabdomyosarcoma",
|
|
584
|
+
"ovary leiomyosarcoma",
|
|
585
|
+
"laryngeal neuroendocrine tumor",
|
|
586
|
+
"colloid carcinoma of the pancreas",
|
|
587
|
+
"villous adenocarcinoma",
|
|
588
|
+
"ampulla of Vater clear cell adenocarcinoma",
|
|
589
|
+
"scrotum squamous cell carcinoma",
|
|
590
|
+
"cerebellar astrocytoma",
|
|
591
|
+
"intrapelvic lymph node leukemic reticuloendotheliosis",
|
|
592
|
+
"squamous cell bile duct carcinoma",
|
|
593
|
+
"diffuse meningeal melanocytosis",
|
|
594
|
+
"vaginal squamous tumor",
|
|
595
|
+
"brainstem intraparenchymal clear cell meningioma",
|
|
596
|
+
"urinary bladder anterior wall cancer",
|
|
597
|
+
"choroid necrotic melanoma",
|
|
598
|
+
"solitary plasmacytoma of chest wall",
|
|
599
|
+
"lung leiomyosarcoma",
|
|
600
|
+
"signet ring basal cell carcinoma",
|
|
601
|
+
"ovary transitional cell carcinoma",
|
|
602
|
+
"uterine corpus endometrial stromal sarcoma",
|
|
603
|
+
"internal auditory canal meningioma",
|
|
604
|
+
"tubular adenocarcinoma",
|
|
605
|
+
"megakaryocytic leukemia",
|
|
606
|
+
"leiomyosarcoma",
|
|
607
|
+
"gliofibroma",
|
|
608
|
+
"prostate adenocarcinoma",
|
|
609
|
+
"intracranial chondrosarcoma",
|
|
610
|
+
"meningeal melanocytoma",
|
|
611
|
+
"cloacogenic carcinoma",
|
|
612
|
+
"childhood brainstem astrocytoma",
|
|
613
|
+
"adult liposarcoma",
|
|
614
|
+
"medullomyoblastoma",
|
|
615
|
+
"vagina sarcoma",
|
|
616
|
+
"glioblastoma multiforme",
|
|
617
|
+
"sarcomatoid penile squamous cell carcinoma",
|
|
618
|
+
"malignant epithelioid hemangioendothelioma",
|
|
619
|
+
"petroclival meningioma",
|
|
620
|
+
"extraosseous osteosarcoma",
|
|
621
|
+
"pineoblastoma",
|
|
622
|
+
"abducens nerve neoplasm",
|
|
623
|
+
"glioblastoma neural subtype",
|
|
624
|
+
"familial chronic myelocytic leukemia-like syndrome",
|
|
625
|
+
"cervical adenosarcoma",
|
|
626
|
+
"anal colloid adenocarcinoma",
|
|
627
|
+
"cervical neuroblastoma",
|
|
628
|
+
"malignant breast melanoma",
|
|
629
|
+
"bone chondrosarcoma",
|
|
630
|
+
"uterine body mixed cancer",
|
|
631
|
+
"gallbladder melanoma",
|
|
632
|
+
"adenosquamous bile duct carcinoma",
|
|
633
|
+
"classic congenital mesoblastic nephroma",
|
|
634
|
+
"cerebellar angioblastoma",
|
|
635
|
+
"ureter transitional cell carcinoma",
|
|
636
|
+
"infiltrating bladder lymphoepithelioma-like carcinoma",
|
|
637
|
+
"non-secretory myeloma",
|
|
638
|
+
"small intestine carcinoma",
|
|
639
|
+
"adult central nervous system germinoma",
|
|
640
|
+
"vestibule of mouth cancer",
|
|
641
|
+
"Bartholin's gland small cell carcinoma",
|
|
642
|
+
"Barrett's adenocarcinoma",
|
|
643
|
+
"glycogen-rich clear cell breast carcinoma",
|
|
644
|
+
"thymus sarcomatoid carcinoma",
|
|
645
|
+
"familial melanoma",
|
|
646
|
+
"pediatric epithelioid sarcoma",
|
|
647
|
+
"neurofibroma",
|
|
648
|
+
"papillary meningioma of the cerebellum",
|
|
649
|
+
"labia minora cancer",
|
|
650
|
+
"brain oligodendroglioma",
|
|
651
|
+
"glioblastoma proneural subtype",
|
|
652
|
+
"endometrial transitional cell carcinoma",
|
|
653
|
+
"epithelial predominant Wilms' tumor",
|
|
654
|
+
"gestational uterine corpus choriocarcinoma",
|
|
655
|
+
"thymus adenosquamous carcinoma",
|
|
656
|
+
"ovarian small cell carcinoma",
|
|
657
|
+
"hereditary Wilms' tumor",
|
|
658
|
+
"noninvasive malignant thymoma",
|
|
659
|
+
"malignant peritoneal solitary fibrous tumor",
|
|
660
|
+
"follicular basal cell carcinoma",
|
|
661
|
+
"thoracic spinal canal and spinal cord meningioma",
|
|
662
|
+
"precursor T-lymphoblastic lymphoma/leukemia refractory",
|
|
663
|
+
"gastric cardia carcinoma",
|
|
664
|
+
"mucosal melanoma",
|
|
665
|
+
"uterine ligament endometrioid adenocarcinoma",
|
|
666
|
+
"cellular neurofibroma",
|
|
667
|
+
"mixed lacrimal gland cancer",
|
|
668
|
+
"retroperitoneal hemangiopericytoma",
|
|
669
|
+
"adrenal cortical adenocarcinoma",
|
|
670
|
+
"trochlear nerve neoplasm",
|
|
671
|
+
"childhood mature teratoma of the ovary",
|
|
672
|
+
"bone squamous cell carcinoma",
|
|
673
|
+
"parotid gland cancer",
|
|
674
|
+
"adult brain stem glioma",
|
|
675
|
+
"nonpapillary renal cell carcinoma",
|
|
676
|
+
"epidural spinal canal meningioma",
|
|
677
|
+
"adult brainstem astrocytoma",
|
|
678
|
+
"spinal cord lymphoma",
|
|
679
|
+
"pericardium cancer",
|
|
680
|
+
"splenic manifestation of leukemia",
|
|
681
|
+
"breast lymphoma",
|
|
682
|
+
"uveal epithelioid cell melanoma",
|
|
683
|
+
"pancreatic non-invasive intraductal papillary-mucinous carcinoma",
|
|
684
|
+
"malignant ovarian cyst",
|
|
685
|
+
"micropapillomatosis labialis",
|
|
686
|
+
"pineal region mature teratoma",
|
|
687
|
+
"glomus tumor",
|
|
688
|
+
"bladder signet ring cell adenocarcinoma",
|
|
689
|
+
"papillary carcinoma",
|
|
690
|
+
"acantholytic squamous cell skin carcinoma",
|
|
691
|
+
"lymphoepithelioma-like carcinoma",
|
|
692
|
+
"indolent myeloma",
|
|
693
|
+
"temporal lobe neoplasm",
|
|
694
|
+
"esophageal basaloid squamous cell carcinoma",
|
|
695
|
+
"non-gestational ovarian choriocarcinoma",
|
|
696
|
+
"invasive ductal carcinoma",
|
|
697
|
+
"acantholytic variant squamous cell breast carcinoma",
|
|
698
|
+
"prostate squamous cell carcinoma",
|
|
699
|
+
"testis sarcoma",
|
|
700
|
+
"large cell neuroendocrine carcinoma",
|
|
701
|
+
"epidural spinal canal angiolipoma",
|
|
702
|
+
"petrous apex meningioma",
|
|
703
|
+
"uterine corpus choriocarcinoma",
|
|
704
|
+
"thyroid lymphoma",
|
|
705
|
+
"lymph node palisaded myofibroblastoma",
|
|
706
|
+
"anal canal squamous cell carcinoma",
|
|
707
|
+
"colon squamous cell carcinoma",
|
|
708
|
+
"pancreas sarcoma",
|
|
709
|
+
"extraosseous Ewings sarcoma-primitive neuroepithelial tumor",
|
|
710
|
+
"gastrointestinal lymphoma",
|
|
711
|
+
"ovary papillary carcinoma",
|
|
712
|
+
"childhood extraosseous osteosarcoma",
|
|
713
|
+
"pediatric intraocular retinoblastoma",
|
|
714
|
+
"main bronchus cancer",
|
|
715
|
+
"lung superior sulcus carcinoma",
|
|
716
|
+
"hereditary conventional renal cell carcinoma",
|
|
717
|
+
"rectum leiomyosarcoma",
|
|
718
|
+
"liposarcoma of the ovary",
|
|
719
|
+
"jejunal cancer",
|
|
720
|
+
"peritoneal serous papillary adenocarcinoma",
|
|
721
|
+
"thymus small cell carcinoma",
|
|
722
|
+
"pancreatic signet ring cell adenocarcinoma",
|
|
723
|
+
"Littre gland carcinoma",
|
|
724
|
+
"malignant gastric teratoma",
|
|
725
|
+
"myxoid liposarcoma of the ovary",
|
|
726
|
+
"lung lymphoma",
|
|
727
|
+
"necrotic uveal melanoma",
|
|
728
|
+
"Waldenstroem's macroglobulinemia",
|
|
729
|
+
"trigeminal nerve neoplasm",
|
|
730
|
+
"somatostatinoma",
|
|
731
|
+
"fallopian tube transitional cell carcinoma",
|
|
732
|
+
"parapharyngeal meningioma",
|
|
733
|
+
"spindle cell carcinoma",
|
|
734
|
+
"osteoclast-like giant cell neoplasm of the pancreas",
|
|
735
|
+
"lung clear cell carcinoma",
|
|
736
|
+
"seminal vesicle adenocarcinoma",
|
|
737
|
+
"paraurethral gland cancer",
|
|
738
|
+
"female breast lower-inner quadrant cancer",
|
|
739
|
+
"mucinous cystadenocarcinoma",
|
|
740
|
+
"chronic myeloid leukemia",
|
|
741
|
+
"nervous system hibernoma",
|
|
742
|
+
"mast-cell leukemia",
|
|
743
|
+
"breast angiosarcoma",
|
|
744
|
+
"kidney fibrosarcoma",
|
|
745
|
+
"neuroendocrine carcinoma",
|
|
746
|
+
"colon mucinous adenocarcinoma",
|
|
747
|
+
"adrenal gland pheochromocytoma",
|
|
748
|
+
"columnar cell variant papillary carcinoma",
|
|
749
|
+
"hemangiopericytoma",
|
|
750
|
+
"prostate stromal sarcoma",
|
|
751
|
+
"conventional leiomyosarcoma",
|
|
752
|
+
"malignant visceral pleura tumor",
|
|
753
|
+
"uterine ligament papillary cystadenoma",
|
|
754
|
+
"vulva basal cell carcinoma",
|
|
755
|
+
"mature teratoma",
|
|
756
|
+
"vulvar glandular tumor",
|
|
757
|
+
"papillary thymic adenocarcinoma",
|
|
758
|
+
"cervical carcinosarcoma",
|
|
759
|
+
"pituitary carcinoma",
|
|
760
|
+
"villoglandular variant cervical mucinous adenocarcinoma",
|
|
761
|
+
"prostate colloid adenocarcinoma",
|
|
762
|
+
"mucinous bronchioloalveolar adenocarcinoma",
|
|
763
|
+
"metachronous kidney Wilms' tumor",
|
|
764
|
+
"myxosarcoma",
|
|
765
|
+
"atypical chronic myeloid leukemia",
|
|
766
|
+
"atypical lipomatous tumor",
|
|
767
|
+
"fallopian tube teratoma",
|
|
768
|
+
"giant cell reparative granuloma",
|
|
769
|
+
"vaginal Mullerian papilloma",
|
|
770
|
+
"microcystic variant infiltrating bladder urothelial carcinoma",
|
|
771
|
+
"cervical large cell neuroendocrine carcinoma",
|
|
772
|
+
"occipital lobe neoplasm",
|
|
773
|
+
"macrotrabecular hepatoblastoma",
|
|
774
|
+
"familiar fallopian tube carcinoma",
|
|
775
|
+
"T-cell childhood acute lymphocytic leukemia",
|
|
776
|
+
"thyroid angiosarcoma",
|
|
777
|
+
"dendritic cell sarcoma",
|
|
778
|
+
"tibial adamantinoma",
|
|
779
|
+
"pancreas lymphoma",
|
|
780
|
+
"non-invasive bladder urothelial carcinoma",
|
|
781
|
+
"isthmus cancer",
|
|
782
|
+
"laryngeal mucoepidermoid carcinoma",
|
|
783
|
+
"collecting duct carcinoma",
|
|
784
|
+
"benign mesenchymoma",
|
|
785
|
+
"malignant cardiac peripheral nerve sheath neoplasm",
|
|
786
|
+
"dysgerminoma of ovary",
|
|
787
|
+
"female breast central part cancer",
|
|
788
|
+
"mucinous intrahepatic cholangiocarcinoma",
|
|
789
|
+
"leptomeninges sarcoma",
|
|
790
|
+
"MALT lymphoma",
|
|
791
|
+
"chondroblastic osteosarcoma",
|
|
792
|
+
"pharynx squamous cell carcinoma",
|
|
793
|
+
"uterine corpus epithelioid leiomyosarcoma",
|
|
794
|
+
"gallbladder signet ring cell adenocarcinoma",
|
|
795
|
+
"testicular thecoma",
|
|
796
|
+
"C-P angle neurinoma",
|
|
797
|
+
"gallbladder pleomorphic giant cell adenocarcinoma",
|
|
798
|
+
"osteosclerotic myeloma",
|
|
799
|
+
"glioblastoma classical subtype",
|
|
800
|
+
"childhood malignant schwannoma",
|
|
801
|
+
"testicular pure germ cell tumor",
|
|
802
|
+
"nipple duct carcinoma",
|
|
803
|
+
"frontal lobe neoplasm",
|
|
804
|
+
"childhood optic nerve glioma",
|
|
805
|
+
"adamantinoid basal cell epithelioma",
|
|
806
|
+
"testicular lymphoma",
|
|
807
|
+
"meninges hemangiopericytoma",
|
|
808
|
+
"T-cell adult acute lymphocytic leukemia",
|
|
809
|
+
"classic variant of chromophobe renal cell carcinoma",
|
|
810
|
+
"lung oat cell carcinoma",
|
|
811
|
+
"breast malignant phyllodes tumor",
|
|
812
|
+
"splenic flexure cancer",
|
|
813
|
+
"vulvar sebaceous carcinoma",
|
|
814
|
+
"invasive lobular carcinoma",
|
|
815
|
+
"anal gland adenocarcinoma",
|
|
816
|
+
"olfactory neuroblastoma",
|
|
817
|
+
"esophageal neuroendocrine tumor",
|
|
818
|
+
"nonossifying fibromyxoid tumor",
|
|
819
|
+
"conjunctival cancer",
|
|
820
|
+
"lung combined large cell neuroendocrine carcinoma",
|
|
821
|
+
"larynx leiomyosarcoma",
|
|
822
|
+
"cerebellopontine angle meningioma",
|
|
823
|
+
"cerebellopontine angle primitive neuroectodermal",
|
|
824
|
+
"childhood malignant hemangiopericytoma",
|
|
825
|
+
"adult brainstem gliosarcoma",
|
|
826
|
+
"mammary Paget's disease",
|
|
827
|
+
"ovarian angiosarcoma",
|
|
828
|
+
"pancreatic gastrinoma",
|
|
829
|
+
"glandular pattern ovarian yolk sac tumor",
|
|
830
|
+
"small intestine carcinoid neuroendocrine tumor",
|
|
831
|
+
"gastric gastrinoma",
|
|
832
|
+
"cervicomedullary junction neoplasm",
|
|
833
|
+
"esophagus liposarcoma",
|
|
834
|
+
"ceruminous adenocarcinoma",
|
|
835
|
+
"penis basaloid carcinoma",
|
|
836
|
+
"chronic leukemia",
|
|
837
|
+
"distal biliary tract carcinoma",
|
|
838
|
+
"malignant acrospiroma",
|
|
839
|
+
"vulvar proximal-type epithelioid sarcoma",
|
|
840
|
+
"pediatric fibrosarcoma",
|
|
841
|
+
"small intestine leiomyosarcoma",
|
|
842
|
+
"vulval Paget's disease",
|
|
843
|
+
"ovarian large-cell neuroendocrine carcinoma",
|
|
844
|
+
"uterine corpus adenocarcinofibroma",
|
|
845
|
+
"mast cell neoplasm",
|
|
846
|
+
"lung combined type small cell carcinoma",
|
|
847
|
+
"basosquamous carcinoma",
|
|
848
|
+
"bronchus cancer",
|
|
849
|
+
"childhood central nervous system mixed germ cell tumor",
|
|
850
|
+
"colon Kaposi sarcoma",
|
|
851
|
+
"ileum cancer",
|
|
852
|
+
"pituitary stalk meningioma",
|
|
853
|
+
"extragonadal nonseminomatous germ cell tumor",
|
|
854
|
+
"malignant neoplasm of short bones of lower limb",
|
|
855
|
+
"testicular Brenner tumor",
|
|
856
|
+
"central nervous system mesenchymal non-meningothelial tumor",
|
|
857
|
+
"luminal breast carcinoma",
|
|
858
|
+
"mediastinal mesenchymal tumor",
|
|
859
|
+
"sarcomatoid basal cell carcinoma",
|
|
860
|
+
"telangiectatic osteogenic sarcoma",
|
|
861
|
+
"Pancoast tumor",
|
|
862
|
+
"pineal region choriocarcinoma",
|
|
863
|
+
"malignant mesenchymoma",
|
|
864
|
+
"childhood oligodendroglioma",
|
|
865
|
+
"myelofibrosis",
|
|
866
|
+
"subacute leukemia",
|
|
867
|
+
"nodular medulloblastoma",
|
|
868
|
+
"acinar cell cystadenocarcinoma",
|
|
869
|
+
"gallbladder small cell carcinoma",
|
|
870
|
+
"large cell medulloblastoma",
|
|
871
|
+
"kidney leiomyosarcoma",
|
|
872
|
+
"endometrioid ovary carcinoma",
|
|
873
|
+
"adult brain ependymoma",
|
|
874
|
+
"endometrial stromal sarcoma",
|
|
875
|
+
"malignant mediastinum hemangiopericytoma",
|
|
876
|
+
"fallopian tube leiomyosarcoma",
|
|
877
|
+
"adult intracranial malignant hemangiopericytoma",
|
|
878
|
+
"anaplastic large cell lymphoma",
|
|
879
|
+
"Wolffian duct adenocarcinoma",
|
|
880
|
+
"malignant spiradenoma",
|
|
881
|
+
"chest wall bone cancer",
|
|
882
|
+
"adrenal medulla cancer",
|
|
883
|
+
"pediatric lymphoma",
|
|
884
|
+
"diaphragma sellae meningioma",
|
|
885
|
+
"testicular trophoblastic tumor",
|
|
886
|
+
"uterine corpus adenosarcoma",
|
|
887
|
+
"endometrial adenocarcinoma",
|
|
888
|
+
"refractory plasma cell neoplasm",
|
|
889
|
+
"testicular Leydig cell tumor",
|
|
890
|
+
"lung papillary adenocarcinoma",
|
|
891
|
+
"perivascular epithelioid cell tumor",
|
|
892
|
+
"malignant granular cell skin tumor",
|
|
893
|
+
"vulvar leiomyosarcoma",
|
|
894
|
+
"labia majora carcinoma",
|
|
895
|
+
"testicular yolk sac tumor",
|
|
896
|
+
"vulva verrucous carcinoma",
|
|
897
|
+
"cervical adenosquamous carcinoma",
|
|
898
|
+
"spinal cord neuroblastoma",
|
|
899
|
+
"central nervous system endodermal sinus tumor",
|
|
900
|
+
"glottis squamous cell carcinoma",
|
|
901
|
+
"breast sarcoma",
|
|
902
|
+
"large intestine adenocarcinoma",
|
|
903
|
+
"postcricoid region cancer",
|
|
904
|
+
"descending colon cancer",
|
|
905
|
+
"pancreatic somatostatinoma",
|
|
906
|
+
"pediatric mesenchymal chondrosarcoma",
|
|
907
|
+
"chronic neutrophilic leukemia",
|
|
908
|
+
"vaginal glandular tumor",
|
|
909
|
+
"osteosarcoma arising in bone Paget's disease",
|
|
910
|
+
"bladder lymphoma",
|
|
911
|
+
"intraocular lymphoma",
|
|
912
|
+
"cervical spinal canal and spinal cord meningioma",
|
|
913
|
+
"malignant gastric germ cell tumor",
|
|
914
|
+
"dermoid cyst of ovary",
|
|
915
|
+
"gastric adenosquamous carcinoma",
|
|
916
|
+
"parameningeal embryonal rhabdomyosarcoma",
|
|
917
|
+
"cerebral primitive neuroectodermal tumor",
|
|
918
|
+
"clear cell renal cell carcinoma",
|
|
919
|
+
"subacute myeloid leukemia",
|
|
920
|
+
"head and neck squamous cell carcinoma",
|
|
921
|
+
"Sezary's disease",
|
|
922
|
+
"lung adenoid cystic carcinoma",
|
|
923
|
+
"adrenal medulla carcinoma",
|
|
924
|
+
"cervical endometrioid adenocarcinoma",
|
|
925
|
+
"morpheaform basal cell carcinoma",
|
|
926
|
+
"adrenal gland ganglioneuroblastoma",
|
|
927
|
+
"pregerminal center chronic lymphocytic leukemia/small lymphocytic lymphoma",
|
|
928
|
+
"solid pattern testicular yolk sac tumor",
|
|
929
|
+
"ovarian serous cystadenocarcinoma",
|
|
930
|
+
"pancreatic colloid cystadenocarcinoma",
|
|
931
|
+
"childhood botryoid rhabdomyosarcoma",
|
|
932
|
+
"pancreatic endocrine carcinoma",
|
|
933
|
+
"anus leiomyosarcoma",
|
|
934
|
+
"vulvar squamous papilloma",
|
|
935
|
+
"lung squamous cell carcinoma",
|
|
936
|
+
"mucin-rich endometrial endometrioid adenocarcinoma",
|
|
937
|
+
"prostate embryonal rhabdomyosarcoma",
|
|
938
|
+
"sternum cancer",
|
|
939
|
+
"adenosquamous carcinoma",
|
|
940
|
+
"pancreatic vasoactive intestinal peptide producing tumor",
|
|
941
|
+
"cortical thymoma",
|
|
942
|
+
"colon sarcoma",
|
|
943
|
+
"female breast upper-outer quadrant cancer",
|
|
944
|
+
"ovarian lymphoma",
|
|
945
|
+
"childhood central nervous system immature teratoma",
|
|
946
|
+
"ovarian sex-cord stromal tumor",
|
|
947
|
+
"breast mucoepidermoid carcinoma",
|
|
948
|
+
"ovarian endometrial cancer",
|
|
949
|
+
"subungual glomus tumor",
|
|
950
|
+
"familial medullary thyroid carcinoma",
|
|
951
|
+
"hepatoblastoma",
|
|
952
|
+
"spinal cord primitive neuroectodermal neoplasm",
|
|
953
|
+
"aorta angiosarcoma",
|
|
954
|
+
"mixed endometrial stromal and smooth muscle tumor",
|
|
955
|
+
"tonsillar fossa cancer",
|
|
956
|
+
"ureter squamous cell carcinoma",
|
|
957
|
+
"mixed hepatoblastoma",
|
|
958
|
+
"type C thymoma",
|
|
959
|
+
"Hodgkin's lymphoma, nodular sclerosis",
|
|
960
|
+
"sacrum chordoma",
|
|
961
|
+
"lung sarcoma",
|
|
962
|
+
"cervical keratinizing squamous cell carcinoma",
|
|
963
|
+
"thymus lymphoma",
|
|
964
|
+
"thalamic neoplasm",
|
|
965
|
+
"gliomatosis cerebri",
|
|
966
|
+
"fibrous meningioma",
|
|
967
|
+
"labia minora carcinoma",
|
|
968
|
+
"aleukemic leukemia cutis",
|
|
969
|
+
"Bartholin's gland squamous cell carcinoma",
|
|
970
|
+
"solitary osseous plasmacytoma",
|
|
971
|
+
"large cell carcinoma",
|
|
972
|
+
"neurofibrosarcoma",
|
|
973
|
+
"anus sarcoma",
|
|
974
|
+
"intestinal variant cervical mucinous adenocarcinoma",
|
|
975
|
+
"glomangiosarcoma",
|
|
976
|
+
"adult central nervous system primitive neuroectodermal neoplasm",
|
|
977
|
+
"anus rhabdomyosarcoma",
|
|
978
|
+
"atypical neurofibroma",
|
|
979
|
+
"pineal region meningioma",
|
|
980
|
+
"cavernous sinus meningioma",
|
|
981
|
+
"mediastinum neuroblastoma",
|
|
982
|
+
"prolymphocytic leukemia",
|
|
983
|
+
"transient myeloproliferative syndrome",
|
|
984
|
+
"basophilic adenocarcinoma",
|
|
985
|
+
"inflammatory myofibroblastic tumor",
|
|
986
|
+
"sarcomatoid squamous cell skin carcinoma",
|
|
987
|
+
"gallbladder sarcoma",
|
|
988
|
+
"breast papillary carcinoma",
|
|
989
|
+
"superficial urinary bladder cancer",
|
|
990
|
+
"Richter's syndrome",
|
|
991
|
+
"B- and T-cell mixed leukemia",
|
|
992
|
+
"mucoepidermoid esophageal carcinoma",
|
|
993
|
+
"vulvar seborrheic keratosis",
|
|
994
|
+
"pineal gland astrocytoma",
|
|
995
|
+
"intracortical osteogenic sarcoma",
|
|
996
|
+
"round ligament malignant neoplasm",
|
|
997
|
+
"adult astrocytic tumour",
|
|
998
|
+
"bladder urachal carcinoma",
|
|
999
|
+
"childhood immature teratoma of ovary",
|
|
1000
|
+
"retroperitoneum carcinoma",
|
|
1001
|
+
"cholangiolocellular carcinoma",
|
|
1002
|
+
"bilateral breast cancer",
|
|
1003
|
+
"rectum squamous cell carcinoma",
|
|
1004
|
+
"duodenal somatostatinoma",
|
|
1005
|
+
"larynx sarcoma"
|
|
1006
|
+
]
|
|
1007
|
+
}
|