public class GreedyExtractor extends AbstractExtractor
Modifier and Type | Class and Description |
---|---|
private static class |
GreedyExtractor.EntryComp<T> |
Constructor and Description |
---|
GreedyExtractor() |
Modifier and Type | Method and Description |
---|---|
private static <T> void |
add(Map<T,Set<Matching.Entry<T>>> m,
T e,
Matching.Entry<T> ent) |
<O> Matching<O> |
extract(Measure<O> m,
Collection<? extends O> s,
Collection<? extends O> t) |
extract
private static <T> void add(Map<T,Set<Matching.Entry<T>>> m, T e, Matching.Entry<T> ent)
public <O> Matching<O> extract(Measure<O> m, Collection<? extends O> s, Collection<? extends O> t)
extract
in interface Extractor
extract
in class AbstractExtractor
(C) INRIA, Univ. Grenoble Alpes & friends, 2008-2017