JedAIToolkit icon indicating copy to clipboard operation
JedAIToolkit copied to clipboard

Make jedai-core Extensible

Open allan-shoup opened this issue 4 years ago • 0 comments

Users of jedai-core are unable to extend the library to utilize a custom similarity metric or entity matching method due to the enums defined in the project (e.g. SimilarityMetric, EntityMatchingMethod, BlockCleaningMethod, etc.). Instead, if these features utilized an extension mechanism (for example, java.util.ServiceLoader or something equivalent), custom features would be possible.

allan-shoup avatar Feb 10 '20 15:02 allan-shoup