verifier

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 24, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Verifier

type Verifier interface {
	// Verify method takes a slice of name-strings, matches them to a variety of
	// scientific name databases and returns reconciliation/resolution results.
	Verify([]string) (map[string]vlib.Name, stats.Stats, float32)

	// IsConnected checks if there remote verification service is reachable.
	IsConnected() bool
}

Verifier 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.

func New

func New(url string, sources []int, all bool) Verifier

New creates an instance of Verifier

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL