public class MultiSpotter
extends org.aksw.qa.annotation.spotter.ASpotter
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
logger |
private List<org.aksw.qa.annotation.spotter.ASpotter> |
spotters |
private Map<String,List<org.aksw.qa.commons.datastructure.Entity>> |
totalResult |
| Constructor and Description |
|---|
MultiSpotter(org.aksw.qa.annotation.spotter.ASpotter... spotters) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<org.aksw.qa.commons.datastructure.Entity>> |
getEntities(String question) |
static void |
main(String[] args) |
private void |
mergeResults(Map<String,List<org.aksw.qa.commons.datastructure.Entity>> result) |
private static final org.slf4j.Logger logger
private List<org.aksw.qa.annotation.spotter.ASpotter> spotters
public MultiSpotter(org.aksw.qa.annotation.spotter.ASpotter... spotters)
public Map<String,List<org.aksw.qa.commons.datastructure.Entity>> getEntities(String question)
getEntities in class org.aksw.qa.annotation.spotter.ASpotterprivate void mergeResults(Map<String,List<org.aksw.qa.commons.datastructure.Entity>> result)
Copyright © 2016–2017 Pivotal Software, Inc.. All rights reserved.