gnames / gnparser

GNparser normalises scientific names and extracts their semantic elements.
MIT License
40 stars 5 forks source link

Named hybrids have the authorship included in the parsed species field #266

Closed gdower closed 1 month ago

gdower commented 1 month ago

For named hybrids, the authorship gets included in the parsed species field:

"species": "cus L." https://parser.globalnames.org/?format=html&names=Aus+x+cus+L.&with_details=on

In comparison, parsing works as expected for hybrid formulas:

"species": "bus",
...
"species": "cus",
...

https://parser.globalnames.org/?format=html&names=Aus+bus+L.+x+Aus+cus+L.&with_details=on

dimus commented 1 month ago

Definitely a bug