Documentation ¶
Overview ¶
package main provides an CLI interface to http service to run gnmatcher functionality.
Copyright © 2020 Dmitry Mozzherin <dmozzherin@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Directories ¶
Path | Synopsis |
---|---|
internal
|
|
ent/exact
package exact contains interface for exact-matching strings to known scientific names.
|
package exact contains interface for exact-matching strings to known scientific names. |
ent/fuzzy
package fuzzy contains interfaces and code to facilitate fuzzy-matching of name-strings to scientific names collected in gnames database.
|
package fuzzy contains interfaces and code to facilitate fuzzy-matching of name-strings to scientific names collected in gnames database. |
ent/matcher
package matcher is the central processing unit for matching name-strings to known scientific names.
|
package matcher is the central processing unit for matching name-strings to known scientific names. |
ent/virus
package virus contains an interface for matching strings to names of viruses, plasmids, prions and other non-cellular entities.
|
package virus contains an interface for matching strings to names of viruses, plasmids, prions and other non-cellular entities. |
io/bloom
package bloom creates and serves bloom filters for stemmed canonical names, and names of viruses.
|
package bloom creates and serves bloom filters for stemmed canonical names, and names of viruses. |
io/dbase
package dbase provides convenience methods for accessing PostgreSQL database.
|
package dbase provides convenience methods for accessing PostgreSQL database. |
io/rest
package rest provides http REST interface to gnmatcher functionality.
|
package rest provides http REST interface to gnmatcher functionality. |
io/trie
package trie implements FuzzyMatcher interface that is responsible for fuzzy-matching strings to canonical forms of scientific names.
|
package trie implements FuzzyMatcher interface that is responsible for fuzzy-matching strings to canonical forms of scientific names. |
package gnmatcher provides the main use-case of the project, which is matching of possible name-strings to scientific names registered in a variety of biodiversity databases.
|
package gnmatcher provides the main use-case of the project, which is matching of possible name-strings to scientific names registered in a variety of biodiversity databases. |
config
package config contains information needed to run gnmatcher project.
|
package config contains information needed to run gnmatcher project. |
The purpose of this script is to find out how fast algorithms can go through a list of 100_000 names.
|
The purpose of this script is to find out how fast algorithms can go through a list of 100_000 names. |