AtlasOfLivingAustralia / ala-name-matching

Atlas name matching API and index generation
Other
10 stars 13 forks source link

Restructure library to avoid pulling in masses of unnecessary libraries #127

Closed charvolant closed 3 years ago

charvolant commented 3 years ago

The current ala-name-matching is a mixture of model, search library and index merging and building utilities. The dependencies from GBIF also tend to pull in a number of unnecessary libraries.

Split these up into smaller modules so that an application doesn't have a mass of extra dependencies.