Skip navigation links
C E G H S T V 

C

com.mtnfog.entity - package com.mtnfog.entity
 
com.mtnfog.entity.comparators - package com.mtnfog.entity.comparators
 
compare(Entity, Entity) - Method in class com.mtnfog.entity.comparators.EntityComparator
 

E

Entity - Class in com.mtnfog.entity
An entity.
Entity() - Constructor for class com.mtnfog.entity.Entity
Create a new entity.
Entity(Entity) - Constructor for class com.mtnfog.entity.Entity
Create a new entity from an existing entity.
Entity(String, double, String, String) - Constructor for class com.mtnfog.entity.Entity
Create a new entity given the attributes of the entity.
Entity(String, double, String, Span, String) - Constructor for class com.mtnfog.entity.Entity
Create a new entity given the attributes of the entity.
Entity(String) - Constructor for class com.mtnfog.entity.Entity
Create a new entity given the attributes of the entity.
Entity(String, String) - Constructor for class com.mtnfog.entity.Entity
Create a new entity given the attributes of the entity.
EntityComparator - Class in com.mtnfog.entity.comparators
EntityComparator(EntityComparator.Order) - Constructor for class com.mtnfog.entity.comparators.EntityComparator
Creates a new EntityComparator with the given sorting method.
EntityComparator.Order - Enum in com.mtnfog.entity.comparators
 
EntityMetadata - Class in com.mtnfog.entity
 
EntityMetadata() - Constructor for class com.mtnfog.entity.EntityMetadata
 
equals(Object) - Method in class com.mtnfog.entity.Entity
equals(Object) - Method in class com.mtnfog.entity.Span

G

getCharacterEnd() - Method in class com.mtnfog.entity.Span
Gets the character's end of the start of the span.
getCharacterStart() - Method in class com.mtnfog.entity.Span
Gets the character's start of the span.
getConfidence() - Method in class com.mtnfog.entity.Entity
Gets the confidence the entity actually is an entity.
getContext() - Method in class com.mtnfog.entity.Entity
Gets the context of the entity.
getDocumentId() - Method in class com.mtnfog.entity.Entity
Gets the document ID of the entity.
getExtractionDate() - Method in class com.mtnfog.entity.Entity
Gets the extraction date.
getLanguageCode() - Method in class com.mtnfog.entity.Entity
Gets the language code of the entity.
getMetadata() - Method in class com.mtnfog.entity.Entity
Gets the entity metadata.
getName() - Method in class com.mtnfog.entity.EntityMetadata
 
getSortingBy() - Method in class com.mtnfog.entity.comparators.EntityComparator
Gets the sorting order.
getSpan() - Method in class com.mtnfog.entity.Entity
Gets the entity Span in the text.
getText() - Method in class com.mtnfog.entity.Entity
Gets the text of the entity.
getTokenEnd() - Method in class com.mtnfog.entity.Span
Gets the end of the span.
getTokenStart() - Method in class com.mtnfog.entity.Span
Gets the token's start of the span.
getType() - Method in class com.mtnfog.entity.Entity
Gets the type of the entity.
getUri() - Method in class com.mtnfog.entity.Entity
Gets the URI of the entity.
getValue() - Method in class com.mtnfog.entity.EntityMetadata
 

H

hashCode() - Method in class com.mtnfog.entity.Entity
hashCode() - Method in class com.mtnfog.entity.Span

S

setCharacterEnd(int) - Method in class com.mtnfog.entity.Span
Sets the character-based index of the end of the span.
setCharacterStart(int) - Method in class com.mtnfog.entity.Span
Sets the character-based index of the span.
setConfidence(double) - Method in class com.mtnfog.entity.Entity
Sets the confidence the entity actually is an entity.
setContext(String) - Method in class com.mtnfog.entity.Entity
Sets the context of the entity.
setDocumentId(String) - Method in class com.mtnfog.entity.Entity
Sets the document ID of the entity.
setExtractionDate(long) - Method in class com.mtnfog.entity.Entity
Sets the extraction date.
setLanguageCode(String) - Method in class com.mtnfog.entity.Entity
Sets the language code for the entity.
setMetadata(Map<String, String>) - Method in class com.mtnfog.entity.Entity
Sets the entity metadata.
setName(String) - Method in class com.mtnfog.entity.EntityMetadata
 
setSpan(Span) - Method in class com.mtnfog.entity.Entity
Sets the entity Span in the text.
setText(String) - Method in class com.mtnfog.entity.Entity
Sets the text of the entity.
setType(String) - Method in class com.mtnfog.entity.Entity
Sets the type of the entity.
setUri(String) - Method in class com.mtnfog.entity.Entity
Sets the URI of the entity.
setValue(String) - Method in class com.mtnfog.entity.EntityMetadata
 
sort(Set<Entity>, EntityComparator.Order) - Static method in class com.mtnfog.entity.comparators.EntityComparator
Sort the entities.
Span - Class in com.mtnfog.entity
A span in text identified by token and character indexes.
Span(int, int, int, int) - Constructor for class com.mtnfog.entity.Span
Creates a new span.

T

toMap(List<EntityMetadata>) - Static method in class com.mtnfog.entity.EntityMetadata
Converts a list of EntityMetadata to a map.
toString() - Method in class com.mtnfog.entity.Entity
toString() - Method in class com.mtnfog.entity.Span
Returns the token-based span as a formatted string.

V

valueOf(String) - Static method in enum com.mtnfog.entity.comparators.EntityComparator.Order
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.mtnfog.entity.comparators.EntityComparator.Order
Returns an array containing the constants of this enum type, in the order they are declared.
C E G H S T V 
Skip navigation links

Copyright © 2017. All rights reserved.