
public class FoxInstances extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.apache.log4j.Logger |
logger |
protected Set<String> |
token |
| Constructor and Description |
|---|
FoxInstances() |
| Modifier and Type | Method and Description |
|---|---|
weka.core.Instances |
getInstances(Set<String> token,
Map<String,Set<Entity>> toolResults)
Gets instances from the given toolResults.
|
weka.core.Instances |
getInstances(Set<String> token,
Map<String,Set<Entity>> toolResults,
Map<String,String> oracle)
Gets instances from the given toolResults and oracle.
|
public weka.core.Instances getInstances(Set<String> token, Map<String,Set<Entity>> toolResults, Map<String,String> oracle)
input - plain texttoolResults - found entities of each tooloracel - correct training resultsCopyright © 2024. All rights reserved.