Package | Description |
---|---|
org.aksw.fox | |
org.aksw.fox.data |
fox data
|
org.aksw.fox.nerlearner |
fox ner learner
|
org.aksw.fox.nerlearner.reader |
fox ner reader
|
org.aksw.fox.output | |
org.aksw.fox.tools | |
org.aksw.fox.tools.linking | |
org.aksw.fox.tools.linking.common | |
org.aksw.fox.tools.ner |
NER tools of FOX
|
org.aksw.fox.tools.ner.common | |
org.aksw.fox.tools.ner.en | |
org.aksw.fox.tools.ner.fr | |
org.aksw.fox.tools.ner.it | |
org.aksw.fox.tools.re | |
org.aksw.fox.tools.re.common.boa | |
org.aksw.fox.tools.re.en | |
org.aksw.fox.utils |
fox utils
|
org.aksw.fox.webservice.oke |
Modifier and Type | Method and Description |
---|---|
protected Set<Entity> |
Fox.doNER() |
protected Set<Entity> |
Fox.doNERLight(String name) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Set<Relation>> |
Fox.doRE(Set<Entity> entities)
Gets toolname to relations
|
protected void |
Fox.html(Set<Entity> entities,
String input) |
void |
FoxUtil.infotrace(NERTools nerTools,
Set<Entity> entities)
Prints debug infos about entities for each tool and final entities in fox.
|
protected void |
Fox.setOutput(Set<Entity> entities,
Map<String,Set<Relation>> relations) |
protected void |
Fox.setURIs(Set<Entity> entities) |
Modifier and Type | Field and Description |
---|---|
protected Entity |
Relation.objectEntity |
protected Entity |
Relation.subjectEntity |
Modifier and Type | Method and Description |
---|---|
Entity |
Entity.addAllIndicies(Set<Integer> indices)
Adds start indices.
|
Entity |
Entity.addIndicies(int index)
Adds start indices
|
Entity |
Relation.getObjectEntity() |
Entity |
Relation.getSubjectEntity() |
Modifier and Type | Method and Description |
---|---|
static List<Entity> |
Entity.breakdownAndSortEntity(Set<Entity> entities)
Each entity with just one index and sorted.
|
static Map<Integer,Entity> |
Entity.indexToEntity(List<Entity> entities) |
Modifier and Type | Method and Description |
---|---|
static int |
Entity.getIndex(Entity e)
The entity needs a single index pair.
|
Modifier and Type | Method and Description |
---|---|
static List<Entity> |
Entity.breakdownAndSortEntity(Set<Entity> entities)
Each entity with just one index and sorted.
|
static Map<Integer,Entity> |
Entity.indexToEntity(List<Entity> entities) |
Constructor and Description |
---|
Entity(Entity entity)
Copy constructor.
|
Relation(Entity subjectEntity,
String relationLabel,
String relationByTool,
Entity objectEntity,
List<URI> relation,
String tool,
float relevance)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,Set<Entity>> |
PostProcessing.toolResults |
Modifier and Type | Method and Description |
---|---|
Set<Entity> |
FoxClassifier.classify(IPostProcessing pp)
Rewrites results and input to labels, uses a serialized classifier to classify this labels and
rewrites the labels.
|
Map<String,Set<Entity>> |
PostProcessing.getLabeledToolResults() |
Map<String,Set<Entity>> |
IPostProcessing.getLabeledToolResults()
Gets labeled tool results.
|
Map<String,Set<Entity>> |
PostProcessing.getToolResults() |
Map<String,Set<Entity>> |
IPostProcessing.getToolResults()
Gets cleaned tool results.
|
Set<Entity> |
PostProcessing.instancesToEntities(weka.core.Instances instances)
Labeled instances to final entities.
|
Set<Entity> |
IPostProcessing.instancesToEntities(weka.core.Instances instances) |
Modifier and Type | Method and Description |
---|---|
void |
TokenCategoryMatrix.setFound(Entity entity,
String splitregText) |
Modifier and Type | Method and Description |
---|---|
protected void |
FoxClassifier.initInstances(Set<String> input,
Map<String,Set<Entity>> toolResults,
Map<String,String> oracle)
Initializes
FoxClassifier.instances . |
void |
TokenManager.repairEntities(Set<Entity> entities) |
void |
FoxClassifier.training(String input,
Map<String,Set<Entity>> toolResults,
Map<String,String> oracle)
Reads files, init.
|
Constructor and Description |
---|
PostProcessing(TokenManager tokenManager,
Map<String,Set<Entity>> toolResults)
PostProcessing.
|
TokenCategoryMatrix(Set<String> token,
Set<String> categories,
String nullCategory,
Set<Entity> foundEntities,
String splitregText) |
Modifier and Type | Method and Description |
---|---|
weka.core.Instances |
FoxInstances.getInstances(Set<String> token,
Map<String,Set<Entity>> toolResults)
Gets instances from the given toolResults.
|
weka.core.Instances |
FoxInstances.getInstances(Set<String> token,
Map<String,Set<Entity>> toolResults,
Map<String,String> oracle)
Gets instances from the given toolResults and oracle.
|
Modifier and Type | Method and Description |
---|---|
void |
IFoxJena.addEntities(Set<Entity> entities,
String start,
String end,
String tool,
String version) |
void |
FoxJena.addEntities(Set<Entity> entities,
String start,
String end,
String toolName,
String version)
Entities from an activity.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,Set<Entity>> |
NERTools.toolResults |
Modifier and Type | Method and Description |
---|---|
Set<Entity> |
NERTools.getEntities(String input) |
Map<String,Set<Entity>> |
NERTools.getToolResult() |
Modifier and Type | Field and Description |
---|---|
protected Set<Entity> |
AbstractLinking.entities |
Modifier and Type | Method and Description |
---|---|
Set<Entity> |
ILinking.getResults()
Returns results.
|
Set<Entity> |
AbstractLinking.getResults() |
Modifier and Type | Method and Description |
---|---|
void |
ILinking.setInput(Set<Entity> entities,
String input)
Sets the input.
|
void |
AbstractLinking.setInput(Set<Entity> entities,
String input) |
void |
NoLinking.setUris(Set<Entity> entities,
String input) |
void |
ILinking.setUris(Set<Entity> entities,
String input) |
void |
DirectLinking.setUris(Set<Entity> entities,
String input) |
Modifier and Type | Field and Description |
---|---|
protected Map<Integer,Entity> |
Agdistis.indexMap |
Modifier and Type | Method and Description |
---|---|
protected void |
Agdistis.addURItoEntities(String json,
Set<Entity> entities) |
void |
Agdistis.setUris(Set<Entity> entities,
String input) |
Modifier and Type | Field and Description |
---|---|
protected List<Entity> |
AbstractNER.entityList |
Modifier and Type | Method and Description |
---|---|
protected Entity |
AbstractNER.getEntity(String text,
String type,
float relevance,
String tool)
Creates a new Entity object.
|
Modifier and Type | Method and Description |
---|---|
List<Entity> |
AbstractNER._retrieve(String input) |
protected List<Entity> |
AbstractNER.clean(List<Entity> list)
Cleans the entities, uses a tokenizer to tokenize all entities with the same algorithm.
|
List<Entity> |
INER.getResults()
Returns results.
|
List<Entity> |
AbstractNER.getResults() |
List<Entity> |
INER.retrieve(String input)
Retrieves Entity objects from the give input String with sentences as plain text.
|
abstract List<Entity> |
AbstractNER.retrieve(String input) |
Modifier and Type | Method and Description |
---|---|
protected List<Entity> |
AbstractNER.clean(List<Entity> list)
Cleans the entities, uses a tokenizer to tokenize all entities with the same algorithm.
|
Modifier and Type | Method and Description |
---|---|
protected List<Entity> |
AlchemyCommon.alchemyNERResponseParser(org.json.JSONObject o) |
List<Entity> |
TagMeCommon.retrieve(String input) |
List<Entity> |
StanfordCommon.retrieve(String text) |
List<Entity> |
SpotlightCommon.retrieve(String input) |
List<Entity> |
OpenNLPCommon.retrieve(String input) |
List<Entity> |
BalieCommon.retrieve(String input) |
List<Entity> |
AlchemyCommon.retrieve(String input) |
protected List<Entity> |
TagMeCommon.retrieveSentences(List<String> sentences) |
protected List<Entity> |
AlchemyCommon.retrieveSentences(List<String> sentences) |
Modifier and Type | Method and Description |
---|---|
List<Entity> |
IllinoisExtendedEN.getEntities(Vector<edu.illinois.cs.cogcomp.lbjava.parse.LinkedVector> sentences) |
List<Entity> |
StanfordENOldVersion.retrieve(String input) |
List<Entity> |
IllinoisExtendedEN.retrieve(String input) |
Modifier and Type | Method and Description |
---|---|
List<Entity> |
NercFR.retrieve(String input) |
Modifier and Type | Method and Description |
---|---|
protected List<Entity> |
TextProIT.createEntities(String answer) |
List<Entity> |
TextProIT.retrieve(String input) |
Modifier and Type | Field and Description |
---|---|
protected Set<Entity> |
AbstractRE.entities |
Modifier and Type | Method and Description |
---|---|
protected Map<Integer,List<Entity>> |
AbstractRE.sentenceToEntities(Map<Integer,String> sentences,
List<Entity> entities)
Allocates the entities to sentences.
|
protected Map<Integer,Entity> |
AbstractRE.setEntityIDs(List<Entity> entities)
Adds an id to each entity.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Set<Relation> |
AbstractRE._extract(String text,
List<Entity> entities) |
protected Map<Integer,List<Entity>> |
AbstractRE.sentenceToEntities(Map<Integer,String> sentences,
List<Entity> entities)
Allocates the entities to sentences.
|
protected Map<Integer,Entity> |
AbstractRE.setEntityIDs(List<Entity> entities)
Adds an id to each entity.
|
void |
IRE.setInput(String input,
Set<Entity> entities)
Sets the input.
|
void |
AbstractRE.setInput(String input,
Set<Entity> entities) |
Modifier and Type | Method and Description |
---|---|
protected Set<Relation> |
ABoaIndex._extract(String text,
List<Entity> entities) |
Modifier and Type | Method and Description |
---|---|
protected Set<Relation> |
StanfordREEN._extract(String text,
List<Entity> unused) |
protected Set<Relation> |
PattyEN._extract(String text,
List<Entity> entities) |
protected Set<Relation> |
OcelotEN._extract(String text,
List<Entity> entities) |
Modifier and Type | Method and Description |
---|---|
Map<String,Set<Entity>> |
DataTestFactory.getTestEntities()
Test data for entities.
|
Modifier and Type | Method and Description |
---|---|
protected List<Entity> |
Oke.getEntities(org.aksw.gerbil.transfer.nif.Document doc) |
Copyright © 2024. All rights reserved.