GlobalNamesArchitecture / gnparser

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

Correctly parse `Velutina haliotoides (Linnaeus, 1758), <i>sensu</i> Fabricius, 1780` #460

Closed alexander-myltsev closed 6 years ago

alexander-myltsev commented 6 years ago

derived from https://github.com/GlobalNamesArchitecture/gnparser/issues/452

  1. check if tags <i> are removed
  2. should be parsed same as Velutina haliotoides (Linnaeus, 1758) sensu Fabricius, 1780
  3. Names should also be parsed correctly:
Velutina haliotoides (Linnaeus, 1758), <i>sensu</i> Fabricius, 1780
Velutina haliotoides (Linnaeus, 1758), sensu Fabricius, 1780
Velutina haliotoides (Linnaeus, 1758),
alexander-myltsev commented 6 years ago

closed by https://github.com/GlobalNamesArchitecture/gnparser/issues/460