public class TopScoreEntityDisambiguator extends Object implements Disambiguator
Constructor and Description |
---|
TopScoreEntityDisambiguator() |
Modifier and Type | Method and Description |
---|---|
EntityMatchList |
disambiguate(SpotMatchList sml)
Given a list of matched spots, where each spot has
one or more candidate entities, returns a list
of entities, so that each spot can have at most
one entity.
|
public EntityMatchList disambiguate(SpotMatchList sml)
Disambiguator
disambiguate
in interface Disambiguator
sml
- - the list of spots detected in a document, each spot match contains a
list of candidate entities.Copyright © 2013. All rights reserved.