Uses of Class
eu.openaire.common.author.AuthorMatch
-
Uses of AuthorMatch in eu.openaire.common.author
Methods in eu.openaire.common.author that return AuthorMatchModifier and TypeMethodDescriptionstatic <UA,CA> AuthorMatch <UA, CA> AuthorMatch.of(UA baseAuthor, CA enrichingAuthor, double confidence) AuthorMatch.withStepName(String stepName) Creates a new AuthorMatch instance with a modified step name.Methods in eu.openaire.common.author that return types with arguments of type AuthorMatchModifier and TypeMethodDescriptionstatic <BA,EA> List <AuthorMatch<BA, EA>> AuthorMatchers.findMatches(List<BA> base_authors, List<EA> enrichment_authors, List<AuthorMatcherStep<BA, EA>> steps) Finds matches between a list of base authors and a list of enriching authors using a sequence of matching steps.java.util.function.Predicate<List<AuthorMatch<BA, EA>>> AuthorMatcherStep.getExclusionPredicate()Gets the exclusion predicate used in this step.AuthorMatcherStep.getMatchingFunc()Gets the matching function used in this step.Method parameters in eu.openaire.common.author with type arguments of type AuthorMatchModifier and TypeMethodDescriptionAuthorMatcherStep.Builder.exclusionPredicate(java.util.function.Predicate<List<AuthorMatch<BA, EA>>> exclusionPredicate) Sets the exclusion predicate for this builder.AuthorMatcherStep.Builder.matchingFunc(java.util.function.BiFunction<BA, EA, Optional<AuthorMatch<BA, EA>>> matchingFunc) Sets the matching function for this builder.