public interface Disambiguator
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.
|
EntityMatchList disambiguate(SpotMatchList sml)
sml
- - the list of spots detected in a document, each spot match contains a
list of candidate entities.Copyright © 2013. All rights reserved.