Clathurellinae

Clathurellinae was a subfamily of small to quite large sea snails, marine gastropod mollusks in the family Conidae.[1]

Clathurellinae
Scientific classification
Kingdom:
Phylum:
Class:
(unranked):
Superfamily:
Family:
Subfamily:
Clathurellinae

Genera

See text

Synonyms

Borsoniinae A. Bellardi, 1875
Pseudotominae A. Bellardi, 1888
Diptychomitrinae L. Bellardi, 1888
Mitrolumnidae Sacco, 1904
Mitromorphinae Casey, 1904
Lorinae Thiele, 1925

In 2011 this subfamily was split into three new families: Borsoniidae, Mitromorphidae and Clathurellidae [2]

Genera

Genera in the subfamily Clathurellinae used to include:[3] The following list is maintained for historical reasons.

Notes:

gollark: `True`
gollark: ```pythonimport requestsimport randomimport fileinputdef weighted_choice(choices): total = sum(weight for choice, weight in choices) r = random.uniform(0, total) upto = 0 for choice, weight in choices: if upto + weight >= r: return choice upto += weight assert False, "Shouldn't get here"def get_rhymes(word, extra_params={}): default_params = { "rel_rhy": word, "max": 20, "md": "pf" } return requests.get("https://api.datamuse.com/words/", params={**default_params, **extra_params}).json()def get_frequency(word_object): for tag in word_object["tags"]: if tag.startswith("f:"): return float(tag[2:]) return 0def get_rhyme(word, params): options = get_rhymes(word, params) options = list(map(lambda word_object: (word_object["word"], get_frequency(word_object)), options)) if len(options) == 0: return word return weighted_choice(options)last = Nonefor line in fileinput.input(): line = line.replace("\n", "") if last != None: print(line + " " + get_rhyme(last, {})) last = None else: last = line.replace(".", "").split(" ")[-1] print(line)```
gollark: My automated rap generatorIs far superior to puny human rappers laterIt is backed by the entire resourcesOf this random online dictionary and word relation query API resource isTechnically it still relies on human interventionTo produce the input text to turn into rap intentionAnd due to the limitations of current natural language processingIt is unable to significantly transform the input text reprocessingThis is because spoken human languagesAre mostly not designed with machine-parseability language isor ease of understandingas major goals expandingand were we using better-designed languages, automated rapwould surely be much easier. app
gollark: Does that even rhyme?Um... BLIME!
gollark: This is totally a rapA rap is what it is chap

References

  1. Bouchet P. & Rocroi J.-P. (Ed.) (2005). "Classification and nomenclator of gastropod families". Malacologia 47(1-2). ISBN 3-925919-72-4. 397 pp.
  2. Bouchet P., Kantor Yu.I., Sysoev A. & Puillandre N. (2011) A new operational classification of the Conoidea. Journal of Molluscan Studies 77: 273-308.
  3. WoRMS (2010). Clathurellinae. In: Bouchet, P.; Gofas, S.; Rosenberg, G. (2010) World Marine Mollusca database. Accessed through: World Register of Marine Species at http://www.marinespecies.org/aphia.php?p=taxdetails&id=153873 on 2010-04-01
  4. Bouchet, P; A. Sysoev (November 2001). "Typhlosyrinx -like tropical deep-water turriform gastropods (Mollusca, Gastropoda, Conoidea)". Journal of Natural History. 35 (11): 1693–1715. doi:10.1080/002229301317092405..

Further reading

  • Vaught, K.C. (1989). A classification of the living Mollusca. American Malacologists: Melbourne, FL (USA). ISBN 0-915826-22-4. XII, 195 pp.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.