Import dnet-pace-core module in this project and use it after renaming to dhp-pace-core #319

Merged
giambattista.bloisi merged 198 commits from beta_with_pace_core into beta 2023-07-11 14:03:15 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b247a86e69 - Show all commits

View File

@ -8,7 +8,7 @@ import java.util.Map;
/**
* The Class SortedJaroWinkler.
*/
@DistanceClass("Sorted2JaroWinkler")
@DistanceClass("SortedLevel2JaroWinkler")
public class SortedLevel2JaroWinkler extends SortedSecondStringDistanceAlgo {
/**