Documentation ¶
Overview ¶
package exact contains interface for exact-matching strings to known scientific names.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExactMatcher ¶
type ExactMatcher interface { // Init loads cached data into memory, and creates cache, if it does not // exist yet. Init() // MatchCanonicalID matches canonical forms of scientific names. It takes // UUIDv5 filter generated out of name-string and checks if the same // UUIDv5 exists in the cached data. MatchCanonicalID(uuid string) bool }
ExactMatcher is the interface for exact matching strings. It matches them using UUIDv5 strings generated from the strings.
Click to show internal directories.
Click to hide internal directories.