All Projects → gbif → name-parser

gbif / name-parser

Licence: Apache-2.0 license
The core GBIF scientific name parser library

Programming Languages

java
68154 projects - #9 most used programming language

GBIF Name Parser(s)

The project contains various implementations of parsers for scientific names.

At the core there is an independent parser mainly based on regular expression with minimal dependencies. The modules provided by this project are:

  • name-parser: The main GBIF Name Parser implementing the API natively
  • name-parser-api: The minimal API to represent parsed names.
  • name-parser-antlr: A highly experimental parser using an ANTLR grammar for parsing.
  • name-parser-v1: The GBIF Name Parser wrapped to implement the GBIF API

The GBIF name parser has been tested with millions of GBIF names over many years. An extensive body of unit tests has been created over the years that guarantee high parsing qualities.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].