quaesitor
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

QUAESITOR

QUAESITOR locates Latin scientific names in Chinese, Czech, Danish, Dutch, English, French, German, Italian, Japanese, Latin, Norwegian, Polish, Portuguese, Russian, Spanish, and Swedish text (approximately 96% of biodiversity titles). It uses a combination of pattern matching (regular expressions), a Bloom filter, and a trio of complementary ensembled neural networks. A live version of the web interface is hosted at the New York Botanical Garden.

Fig. 1. Precision–recall curves for all possible cutoff values calculated from validation data (5% of the total dataset). A 5% random error was added to the inherent BF error rate to mimic the effect of missing entries thereby depressing the BF, uEDFFNN, and bEDFFNN curves. The binominal (bEDFFNN) and uninominal (uEDFFNN) ensemble classifiers perform better than any of the input classifiers demonstrating complementarity. Fig. 2. Precision versus recall for (A) A100, (B) S800, and (C) COPIOUS datasets using LINNAEUS (L), NETINETI (N), QUAESITOR (Q), SPECIES (S), and TAXONFINDER (T). Error bars indicate 99% confidence intervals. Confidence area opacity indicates relative processing time on a log scale with darker colors indicating slower programs.

install

npm install quaesitor --save

use (node)

import { Quaesitor } from 'quaesitor';
const q = new Quaesitor();
await q.loadClassifiers();
const html = false;
console.log(await q.extractSpecies('Text with one or more Latin Scientific names, such as Cupressus sempervirens L., embedded within it.', html));

use (web)

Use the quaesitor.service in your own Angular project, see an implementation example in quaesitor.component.

citation

If you use this software, please cite: Little, D.P. 2020. Recognition of Latin scientific names using artificial neural networks. Applications in Plant Sciences 8(7): e11378.

license

MIT

related repositories

Readme

Keywords

none

Package Sidebar

Install

npm i quaesitor

Weekly Downloads

14

Version

1.1.0

License

MIT

Unpacked Size

7.68 MB

Total Files

19

Last publish

Collaborators

  • dpl10