Package org.genesys.taxonomy.checker


package org.genesys.taxonomy.checker
  • Class
    Description
    BestScore helps keeping track with best scores during streaming operations.
    Guava cache supported in-memory taxonomy database.
    List based in-memory "database".
    Based on pseudocode at https://en.wikipedia.org/wiki/Most_frequent_k_characters and http://rosettacode.org/wiki/Most_frequent_k_chars_distance Does not handle digits [0-9] for obvious reasons.
    Code from https://en.wikibooks.org/wiki/Algorithm_Implementation/Strings/Dice's_coefficient#Java
    The Class Suggestion.
    Suggest fixes to scientific names based on an in-memory list of valid taxonomies.
    Taxon record
    Defines searches possible against a database of taxonomic data.
    The Class TaxonomyException.