Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VerifierBHL ¶
type VerifierBHL interface { // Reset removes saved data from the previous verification. Reset() error // Verify method organizes names detected in BHL, verifies them against // many scientific name databases, and returns reconciliation/resolution // results. Verify() error // ExtractUniqueNames runs after name detection is finished. It goes through // the detected names and saves the unique list off all names, their odds, // and the number of their occurrences. ExtractUniqueNames() error }
VerifierBHL interface provides reconciliation and resolution of scientific names. Reconciliation matches name-string to all found lexical variants of the string. Resolution uses information in taxonomic databases such as Catalogue of Life to determing currently accepted name according to the database.
Click to show internal directories.
Click to hide internal directories.