GlobalNamesArchitecture / gnparser

Split scientific names to meaningful elements with meta information
https://parser.globalnames.org/
MIT License
20 stars 2 forks source link

authorities confused as subgenera #376

Closed diatomsRcool closed 5 years ago

diatomsRcool commented 7 years ago

Having issues with genera like Cheilolejeunea (Spruce) Steph. The "Spruce" is being interpreted as a subgenus, when it is an authority. In the botanical code the original authority is often retained and placed in parentheses after someone else (in this case "Steph.") has revised the genus. I think the Genus (Subgenus) pattern is common in the zoological code. We need to be able to tell the difference and get it right.

diatomsRcool commented 7 years ago

This is a big problem and we would like to have it prioritized, if possible.

dimus commented 5 years ago

It is a known problem, and very hard to solve. Probably we need a list of known generic authors for plants and if 'subgenus' matches that list -- declare it an author. Moving it to Go gnparser.

https://gitlab.com/gogna/gnparser/issues/51