A B C D E F G H I K L M O P Q R S T U W X

A

addAnnotation(Text) - Method in class com.languagecomputer.api.text.DefaultDocument
Adds a Text to the Document.
addAnnotation(Text) - Method in interface com.languagecomputer.api.text.Document
Adds a Text to this Document.
addKeyword(Keyword) - Method in class com.languagecomputer.api.query.DefaultQuery
Adds a Keyword to the keyword representation of the DefaultQuery.
addMention(Text) - Method in class com.languagecomputer.api.text.DefaultMentionChain
Adds a new mention to the DefaultMentionChain.
addMetaData(String, String) - Method in class com.languagecomputer.api.text.DefaultDocument
Adds meta information about the Document using a key-value pair.
addMetaData(String, String) - Method in interface com.languagecomputer.api.text.Document
Adds meta information about the Document using a key-value pair.
addRequiredEntityType(String) - Method in class com.languagecomputer.api.query.DefaultQuery
Adds an entity type to the required entity type representation of the DefaultQuery.
addRole(String, Text) - Method in class com.languagecomputer.api.text.DefaultAttribute
Adds a role instance to this Attribute.
addRole(String, Text) - Method in class com.languagecomputer.api.text.DefaultEvent
Adds a role instance to this Event.
addService(String) - Method in class com.languagecomputer.api.text.DefaultDocument
Adds the serviceName to the list of Services that have been processed this Document.
addService(String) - Method in interface com.languagecomputer.api.text.Document
Adds the serviceName to the list of Services that have been processed this Document.
annotate(Document, List<String>) - Method in interface com.languagecomputer.api.AnnotationMetaService
Process the given Document with the given services.
annotate(Document, List<String>) - Method in class com.languagecomputer.api.AnnotationMetaServiceWebClient
Process the given Document with the given services.
annotate(String, String, String, List<String>) - Method in interface com.languagecomputer.api.AnnotationMetaWebService
Annotates the document with the provided services.
annotate(String, String, String, List<String>) - Method in class com.languagecomputer.api.AnnotationMetaWebServiceImpl
Annotates the document with the provided services.
annotate(Document, List<String>) - Method in class com.languagecomputer.api.DefaultAnnotationMetaService
Process the given Document with the given services.
ANNOTATION_META_SERVICE - Static variable in class com.languagecomputer.client.WebClient
 
AnnotationMetaService - Interface in com.languagecomputer.api
A meta-Service that processes a single Document with a given list of other Services.
AnnotationMetaServiceWebClient - Class in com.languagecomputer.api
Web service client wrapper for the AnnotationMetaService.
AnnotationMetaServiceWebClient(ServiceConfig) - Constructor for class com.languagecomputer.api.AnnotationMetaServiceWebClient
Creates a new AnnotationMetaServiceWebClient with the given ServiceConfig.
AnnotationMetaWebService - Interface in com.languagecomputer.api
Interface for annotation meta web service.
AnnotationMetaWebServiceImpl - Class in com.languagecomputer.api
Implementation of AnnotationMetaWebService.
AnnotationMetaWebServiceImpl(SessionManager) - Constructor for class com.languagecomputer.api.AnnotationMetaWebServiceImpl
Creates a new AnnotationMetaWebServiceImpl using the given sessionManager.
AnnotationService - Interface in com.languagecomputer.api
A Service that processes a single Document, attaching Text annotations.
AnnotationType<T extends Text> - Class in com.languagecomputer.api.text
Identifier for a particular type of annotation.
AnnotationType(String) - Constructor for class com.languagecomputer.api.text.AnnotationType
Creates a new AnnotationType with the given value.
Answer - Interface in com.languagecomputer.api.query
Representation of an answer to a Query.
AnswerExtractionService - Interface in com.languagecomputer.api
Service capable of extracting Answers for a Query from a set of Documents.
AnswerExtractionServiceWebClient - Class in com.languagecomputer.api
Web service client wrapper for the AnswerExtractionService.
AnswerExtractionServiceWebClient(ServiceConfig) - Constructor for class com.languagecomputer.api.AnswerExtractionServiceWebClient
Creates a new AnswerExtractionServiceWebClient with the given ServiceConfig.
AnswerExtractionWebService - Interface in com.languagecomputer.api
Interface for answer extraction web service.
AnswerExtractionWebServiceImpl - Class in com.languagecomputer.api
Implementation of AnswerExtractionWebService.
AnswerExtractionWebServiceImpl(SessionManager) - Constructor for class com.languagecomputer.api.AnswerExtractionWebServiceImpl
Creates a new AnswerExtractionWebServiceImpl using the given sessionManager.
AnswerFusionService - Interface in com.languagecomputer.api
Service capable of fusing Answers for a Query from a set of already-extracted Answers.
AnswerFusionServiceWebClient - Class in com.languagecomputer.api
Web service client wrapper for the AnswerFusionService.
AnswerFusionServiceWebClient(ServiceConfig) - Constructor for class com.languagecomputer.api.AnswerFusionServiceWebClient
Creates a new AnswerFusionServiceWebClient with the given ServiceConfig.
AnswerFusionWebService - Interface in com.languagecomputer.api
Interface for answer fusion web service.
AnswerFusionWebServiceImpl - Class in com.languagecomputer.api
Implementation of AnswerFusionWebService.
AnswerFusionWebServiceImpl(SessionManager) - Constructor for class com.languagecomputer.api.AnswerFusionWebServiceImpl
Creates a new AnswerFusionWebServiceImpl using the given sessionManager.
answerQuestion(String) - Method in interface com.languagecomputer.api.QAService
Returns an ordered list of Answers to the given natural language question.
Attribute - Interface in com.languagecomputer.api.text
Representation of an attribute (set).
ATTRIBUTE_SERVICE - Static variable in class com.languagecomputer.client.WebClient
 
AttributeService - Interface in com.languagecomputer.api
Attribute recognition service.
AttributeServiceWebClient - Class in com.languagecomputer.api
Web service client wrapper for the AttributeService.
AttributeServiceWebClient(ServiceConfig) - Constructor for class com.languagecomputer.api.AttributeServiceWebClient
Creates a new AttributeServiceWebClient with the given ServiceConfig.
AttributeWebService - Interface in com.languagecomputer.api
Interface for attribute annotation web service.
AttributeWebServiceImpl - Class in com.languagecomputer.api
Implementation of AttributeWebService.
AttributeWebServiceImpl(SessionManager) - Constructor for class com.languagecomputer.api.AttributeWebServiceImpl
Creates a new AttributeWebServiceImpl using the given sessionManager.

B

BaseAnnotationWebServiceImpl - Class in com.languagecomputer.api
Generic implementation of a BaseWebServiceImpl for annotation-based services.
BaseAnnotationWebServiceImpl(SessionManager) - Constructor for class com.languagecomputer.api.BaseAnnotationWebServiceImpl
Creates a new BaseAnnotationWebServiceImpl using the given sessionManager.
BaseWebClient<T extends BaseWebService> - Class in com.languagecomputer.api
Base web client wrapper for the services.
BaseWebClient(ServiceConfig) - Constructor for class com.languagecomputer.api.BaseWebClient
Creates a new BaseWebClient with the ServiceConfig.
BaseWebService - Interface in com.languagecomputer.api
Base interface for web service operations.
BaseWebServiceImpl - Class in com.languagecomputer.api
Implementation of web service operations.
BaseWebServiceImpl(SessionManager) - Constructor for class com.languagecomputer.api.BaseWebServiceImpl
Creates a new BaseWebServiceImpl with the given SessionManager.
BatchWebClient - Class in com.languagecomputer.client
WebClient For batch processing Files.
BatchWebClient(String, List<String>) - Constructor for class com.languagecomputer.client.BatchWebClient
Creates a new BatchWebClient with the services located on the given host.

C

checkAlive() - Method in class com.languagecomputer.server.WebServerThread
 
close() - Method in class com.languagecomputer.api.Session
Ends this Session, removing any state that goes with it.
com.languagecomputer.api - package com.languagecomputer.api
 
com.languagecomputer.api.query - package com.languagecomputer.api.query
 
com.languagecomputer.api.sample - package com.languagecomputer.api.sample
 
com.languagecomputer.api.text - package com.languagecomputer.api.text
 
com.languagecomputer.client - package com.languagecomputer.client
 
com.languagecomputer.server - package com.languagecomputer.server
 
compare(Text, Text) - Method in class com.languagecomputer.api.text.TextComparator
Compares the two Text objects according to the sorting algorithm described above.
COREFERENCE_SERVICE - Static variable in class com.languagecomputer.client.WebClient
 
CoreferenceService - Interface in com.languagecomputer.api
Coreference service.
CoreferenceServiceWebClient - Class in com.languagecomputer.api
Web service client wrapper for the CoreferenceService.
CoreferenceServiceWebClient(ServiceConfig) - Constructor for class com.languagecomputer.api.CoreferenceServiceWebClient
Creates a new CoreferenceServiceWebClient with the given ServiceConfig.
CoreferenceWebService - Interface in com.languagecomputer.api
Interface for coreference annotation web service.
CoreferenceWebServiceImpl - Class in com.languagecomputer.api
Implementation of CoreferenceWebService.
CoreferenceWebServiceImpl(SessionManager) - Constructor for class com.languagecomputer.api.CoreferenceWebServiceImpl
Creates a new CoreferenceWebServiceImpl using the given sessionManager.
createNewSession() - Method in class com.languagecomputer.api.SessionManager
Factory method to create a new Session.
CURRENT_VERSION - Static variable in class com.languagecomputer.api.query.QueryXML
 
CURRENT_VERSION - Static variable in class com.languagecomputer.api.text.DocumentXML
 

D

DefaultAnnotationMetaService - Class in com.languagecomputer.api
Default implementation of the AnnotationMetaService.
DefaultAnnotationMetaService() - Constructor for class com.languagecomputer.api.DefaultAnnotationMetaService
 
DefaultAnswer - Class in com.languagecomputer.api.query
Default implementation of a Answer.
DefaultAnswer() - Constructor for class com.languagecomputer.api.query.DefaultAnswer
Creates a new DefaultAnswer.
DefaultAttribute - Class in com.languagecomputer.api.text
Default implementation of an Attribute.
DefaultAttribute() - Constructor for class com.languagecomputer.api.text.DefaultAttribute
Creates a new DefaultAttribute.
DefaultDocument - Class in com.languagecomputer.api.text
Default implementation of a Document.
DefaultDocument() - Constructor for class com.languagecomputer.api.text.DefaultDocument
Creates a new DefaultDocument.
DefaultEntity - Class in com.languagecomputer.api.text
Default implementation of an Entity.
DefaultEntity() - Constructor for class com.languagecomputer.api.text.DefaultEntity
Creates a new DefaultEntity.
DefaultEvent - Class in com.languagecomputer.api.text
Default implementation of an Event.
DefaultEvent() - Constructor for class com.languagecomputer.api.text.DefaultEvent
Creates a new DefaultEvent.
DefaultKeyword - Class in com.languagecomputer.api.query
Default implementation of a Keyword.
DefaultKeyword() - Constructor for class com.languagecomputer.api.query.DefaultKeyword
 
DefaultMentionChain - Class in com.languagecomputer.api.text
Default implementation of an MentionChain.
DefaultMentionChain() - Constructor for class com.languagecomputer.api.text.DefaultMentionChain
Creates a new DefaultMentionChain.
DefaultQuery - Class in com.languagecomputer.api.query
Default implementation of a Query.
DefaultQuery() - Constructor for class com.languagecomputer.api.query.DefaultQuery
 
DefaultQueryResult - Class in com.languagecomputer.api.query
Default implementation of a QueryResult.
DefaultQueryResult() - Constructor for class com.languagecomputer.api.query.DefaultQueryResult
 
DefaultQuestionAnsweringMetaService - Class in com.languagecomputer.api
Meta-QuestionAnsweringService that is implemented in terms of the other question-answering services: QuestionProcessingService, DocumentRetrievalService, AnswerExtractionService, and AnswerFusionService.
DefaultQuestionAnsweringMetaService() - Constructor for class com.languagecomputer.api.DefaultQuestionAnsweringMetaService
 
DefaultQuestionAnswerPair - Class in com.languagecomputer.api.text
Default implementation of an QuestionAnswerPair.
DefaultQuestionAnswerPair() - Constructor for class com.languagecomputer.api.text.DefaultQuestionAnswerPair
Creates a new DefaultQuestionAnswerPair.
DefaultSpatialSpan - Class in com.languagecomputer.api.text
Default implementation of a SpatialSpan.
DefaultSpatialSpan() - Constructor for class com.languagecomputer.api.text.DefaultSpatialSpan
Creates a new DefaultSpatialSpan.
DefaultTemporalSpan - Class in com.languagecomputer.api.text
Default implementation of a TemporalSpan.
DefaultTemporalSpan() - Constructor for class com.languagecomputer.api.text.DefaultTemporalSpan
Creates a new DefaultTemporalSpan.
DefaultText - Class in com.languagecomputer.api.text
Default implementation of a Text.
DefaultText() - Constructor for class com.languagecomputer.api.text.DefaultText
Creates a new DefaultText.
DefaultText(AnnotationType) - Constructor for class com.languagecomputer.api.text.DefaultText
Subclass-only constructor to create a DefaultText with a specific AnnotationType.
disconnect() - Method in class com.languagecomputer.api.BaseWebClient
"Disconnects" the current remote web service, only needs to be called when switching servers.
Document - Interface in com.languagecomputer.api.text
Representation of an unstructured document after processing by the DocumentService and containing results of processing through the annotation services.
DOCUMENT_SERVICE - Static variable in class com.languagecomputer.client.WebClient
 
DocumentRetrievalService - Interface in com.languagecomputer.api
Service capable of retrieving Documents given some Query.
DocumentRetrievalServiceWebClient - Class in com.languagecomputer.api
Web service client wrapper for the DocumentRetrievalService.
DocumentRetrievalServiceWebClient(ServiceConfig) - Constructor for class com.languagecomputer.api.DocumentRetrievalServiceWebClient
Creates a new DocumentRetrievalServiceWebClient with the given ServiceConfig.
DocumentRetrievalWebService - Interface in com.languagecomputer.api
Interface for document retrieval web service.
DocumentRetrievalWebServiceImpl - Class in com.languagecomputer.api
Implementation of DocumentRetrievalWebService.
DocumentRetrievalWebServiceImpl(SessionManager) - Constructor for class com.languagecomputer.api.DocumentRetrievalWebServiceImpl
Creates a new DocumentRetrievalWebServiceImpl using the given sessionManager.
DocumentService - Interface in com.languagecomputer.api
Raw document processing service.
DocumentServiceWebClient - Class in com.languagecomputer.api
Web service client wrapper for the DocumentService.
DocumentServiceWebClient(ServiceConfig) - Constructor for class com.languagecomputer.api.DocumentServiceWebClient
Creates a new DocumentServiceWebClient with the given ServiceConfig.
DocumentWebService - Interface in com.languagecomputer.api
Interface for document preprocessing web service.
DocumentWebServiceImpl - Class in com.languagecomputer.api
Implementation of DocumentWebService.
DocumentWebServiceImpl(SessionManager) - Constructor for class com.languagecomputer.api.DocumentWebServiceImpl
Creates a new DocumentWebServiceImpl using the given sessionManager.
DocumentXML - Class in com.languagecomputer.api.text
Handles XML conversion for Documents.
DocumentXML() - Constructor for class com.languagecomputer.api.text.DocumentXML
Creates a new DocumentXML that writes using the current Document XML version.
DocumentXML(String) - Constructor for class com.languagecomputer.api.text.DocumentXML
Creates a new DocumentXML that writes using the given version.
Dossier - Interface in com.languagecomputer.api.text
Representation of a dossier retrieved from the database.
DossierService - Interface in com.languagecomputer.api
Dossier service.
DossierWebService - Interface in com.languagecomputer.api
Interface for dossier web service.
DossierWebServiceImpl - Class in com.languagecomputer.api
Implementation of DossierWebService.
DossierWebServiceImpl(SessionManager) - Constructor for class com.languagecomputer.api.DossierWebServiceImpl
Creates a new DossierWebServiceImpl using the given sessionManager.

E

Entity - Interface in com.languagecomputer.api.text
Representation of an entity.
ENTITY_SERVICE - Static variable in class com.languagecomputer.client.WebClient
 
EntityService - Interface in com.languagecomputer.api
Named entity recognition service.
EntityServiceWebClient - Class in com.languagecomputer.api
Web service client wrapper for the EntityService.
EntityServiceWebClient(ServiceConfig) - Constructor for class com.languagecomputer.api.EntityServiceWebClient
Creates a new EntityServiceWebClient with the given ServiceConfig.
EntitySpeedTests - Class in com.languagecomputer.api.sample
A series of speed tests for named entity recognition.
EntitySpeedTests(File, String) - Constructor for class com.languagecomputer.api.sample.EntitySpeedTests
Creates a new EntitySpeedTests with the given local configFile and remote host.
EntityWebService - Interface in com.languagecomputer.api
Interface for named entitiy annotation web service.
EntityWebServiceImpl - Class in com.languagecomputer.api
Implementation of EntityWebService.
EntityWebServiceImpl(SessionManager) - Constructor for class com.languagecomputer.api.EntityWebServiceImpl
Creates a new EntityWebServiceImpl using the given sessionManager.
equals(Object) - Method in class com.languagecomputer.api.text.AnnotationType
Indicates that the given Object is an AnnotationType exactly equal to this one.
Event - Interface in com.languagecomputer.api.text
Representation of an event.
EVENT_SERVICE - Static variable in class com.languagecomputer.client.WebClient
 
EventService - Interface in com.languagecomputer.api
Event recognition service.
EventServiceWebClient - Class in com.languagecomputer.api
Web service client wrapper for the EventService.
EventServiceWebClient(ServiceConfig) - Constructor for class com.languagecomputer.api.EventServiceWebClient
Creates a new EventServiceWebClient with the given ServiceConfig.
EventWebService - Interface in com.languagecomputer.api
Interface for event annotation web service.
EventWebServiceImpl - Class in com.languagecomputer.api
Implementation of EventWebService.
EventWebServiceImpl(SessionManager) - Constructor for class com.languagecomputer.api.EventWebServiceImpl
Creates a new EventWebServiceImpl using the given sessionManager.
extractAnswers(Query, List<QueryResult>) - Method in interface com.languagecomputer.api.AnswerExtractionService
Extracts Answers for the given Query from the given QueryResults.
extractAnswers(Query, List<QueryResult>) - Method in class com.languagecomputer.api.AnswerExtractionServiceWebClient
Extracts Answers for the given Query from the given QueryResults.
extractAnswers(String, String, String, String) - Method in interface com.languagecomputer.api.AnswerExtractionWebService
Extracts answers to the query from a set of query results.
extractAnswers(String, String, String, String) - Method in class com.languagecomputer.api.AnswerExtractionWebServiceImpl
Extracts answers to the query from a set of query results.

F

FileToTextProcessor - Class in com.languagecomputer.api.sample
Sample code that uses the LCC API to strip mark-up off normal files and extract the raw string.
FileToTextProcessor() - Constructor for class com.languagecomputer.api.sample.FileToTextProcessor
 
finish() - Method in interface com.languagecomputer.api.IndexService
Indicates that the indexing process is finished or has reached some checkpoint stage.
finish() - Method in class com.languagecomputer.api.IndexServiceWebClient
Indicates that the indexing process is finished or has reached some checkpoint stage.
finish(String) - Method in interface com.languagecomputer.api.IndexWebService
Indicates that the current indexing session is finished and all changes to the the index should be flushed.
finish(String) - Method in class com.languagecomputer.api.IndexWebServiceImpl
Indicates that the current indexing session is finished and all changes to the the index should be flushed.
fuseAnswers(Query, List<Answer>) - Method in interface com.languagecomputer.api.AnswerFusionService
Fuses the given Answers to the given Query into a new list of Answers.
fuseAnswers(Query, List<Answer>) - Method in class com.languagecomputer.api.AnswerFusionServiceWebClient
Fuses the given Answers to the given Query into a new list of Answers.
fuseAnswers(String, String, String, String) - Method in interface com.languagecomputer.api.AnswerFusionWebService
Fuses answers to the query into a new list of answers.
fuseAnswers(String, String, String, String) - Method in class com.languagecomputer.api.AnswerFusionWebServiceImpl
Fuses answers to the query into a new list of answers.

G

GenericDefaultText - Class in com.languagecomputer.api.text
Generic implementation of a Text object for annotations or other types of Text objects which are not included in either the DocumentXML or QueryXML specifications.
GenericDefaultText() - Constructor for class com.languagecomputer.api.text.GenericDefaultText
 
get(String) - Method in interface com.languagecomputer.api.IndexService
Loads the Document with the given docID from the index.
get(String) - Method in class com.languagecomputer.api.IndexServiceWebClient
Loads the Document with the given docID from the index.
get(String, String, String) - Method in interface com.languagecomputer.api.IndexWebService
Loads the document with the given docID from the index.
get(String, String, String) - Method in class com.languagecomputer.api.IndexWebServiceImpl
Loads the document with the given docID from the index.
getAllAnnotations() - Method in class com.languagecomputer.api.text.DefaultDocument
Returns all the annotations on this Document.
getAllAnnotations() - Method in interface com.languagecomputer.api.text.Document
Returns all the annotations on this Document.
getAllMetaData() - Method in class com.languagecomputer.api.text.DefaultDocument
Returns all the meta-data values attached to this Document.
getAllMetaData() - Method in interface com.languagecomputer.api.text.Document
Returns all the meta-data values attached to this Document.
getAnchorDirection() - Method in class com.languagecomputer.api.text.DefaultTemporalSpan
Returns the anchor direction of the temporal object (optional).
getAnchorDirection() - Method in interface com.languagecomputer.api.text.TemporalSpan
Returns the anchor direction of the temporal object (optional).
getAnchorValue() - Method in class com.languagecomputer.api.text.DefaultTemporalSpan
Returns the anchor value of the temporal object (optional).
getAnchorValue() - Method in interface com.languagecomputer.api.text.TemporalSpan
Returns the anchor value of the temporal object (optional).
getAnnotationMetaService() - Method in class com.languagecomputer.api.Session
Returns the AnnotationMetaService that belongs to this Session.
getAnnotationMetaService() - Method in class com.languagecomputer.client.WebClient
Returns the lazy-loaded AnnotationMetaService.
getAnnotations(AnnotationType<T>) - Method in class com.languagecomputer.api.text.DefaultDocument
Returns all the annotations on this Document that correspond to the given AnnotationType.
getAnnotations(AnnotationType<T>) - Method in interface com.languagecomputer.api.text.Document
Returns all the annotations on this Document that correspond to the given AnnotationType.
getAnnotationService(String) - Method in class com.languagecomputer.api.AttributeWebServiceImpl
Returns the AttributeService.
getAnnotationService(String) - Method in class com.languagecomputer.api.BaseAnnotationWebServiceImpl
Returns the AnnotationService to use for document processing.
getAnnotationService(String) - Method in class com.languagecomputer.api.CoreferenceWebServiceImpl
Returns the CoreferenceService.
getAnnotationService(String) - Method in class com.languagecomputer.api.EntityWebServiceImpl
Returns the EntityService.
getAnnotationService(String) - Method in class com.languagecomputer.api.EventWebServiceImpl
Returns the EventService.
getAnnotationService(String) - Method in class com.languagecomputer.api.QuestionAnswerPairWebServiceImpl
Returns the QuestionAnswerPairService.
getAnnotationService(String) - Method in class com.languagecomputer.api.SpatialWebServiceImpl
Returns the SpatialService.
getAnnotationService(String) - Method in class com.languagecomputer.api.TemporalWebServiceImpl
Returns the TemporalService.
getAnnotationType(String) - Method in interface com.languagecomputer.api.AnnotationMetaService
Returns the AnnotationType that corresponds to the given service.
getAnnotationType(String) - Method in class com.languagecomputer.api.AnnotationMetaServiceWebClient
Returns the AnnotationType that corresponds to the given service.
getAnnotationType() - Method in class com.languagecomputer.api.AttributeWebServiceImpl
Returns Attribute.TYPE.
getAnnotationType() - Method in class com.languagecomputer.api.BaseAnnotationWebServiceImpl
Returns the AnnotationType to use for gathering annotations.
getAnnotationType() - Method in class com.languagecomputer.api.CoreferenceWebServiceImpl
Returns MentionChain.TYPE.
getAnnotationType(String) - Method in class com.languagecomputer.api.DefaultAnnotationMetaService
Returns the AnnotationType that corresponds to the given service.
getAnnotationType() - Method in class com.languagecomputer.api.EntityWebServiceImpl
Returns Entity.TYPE.
getAnnotationType() - Method in class com.languagecomputer.api.EventWebServiceImpl
Returns Event.TYPE.
getAnnotationType() - Method in class com.languagecomputer.api.QuestionAnswerPairWebServiceImpl
Returns QuestionAnswerPair.TYPE.
getAnnotationType() - Method in class com.languagecomputer.api.SpatialWebServiceImpl
Returns SpatialSpan.TYPE.
getAnnotationType() - Method in class com.languagecomputer.api.TemporalWebServiceImpl
Returns TemporalSpan.TYPE.
getAnnotationType() - Method in class com.languagecomputer.api.text.DefaultText
Returns the AnnotationType that describes this Text.
getAnnotationType() - Method in interface com.languagecomputer.api.text.Text
Returns the AnnotationType that describes this Text.
getAnswer() - Method in class com.languagecomputer.api.text.DefaultQuestionAnswerPair
Returns the answer Text for this QuestionAnswerPair.
getAnswer() - Method in interface com.languagecomputer.api.text.QuestionAnswerPair
Returns the answer Text for this QuestionAnswerPair.
getAnswerExtractionService() - Method in class com.languagecomputer.api.Session
Returns the AnswerExtractionService that belongs to this Session.
getAnswerFusionService() - Method in class com.languagecomputer.api.Session
Returns the AnswerFusionService that belongs to this Session.
getAnswers(String) - Method in class com.languagecomputer.api.DefaultQuestionAnsweringMetaService
Finds answers to the given question.
getAnswers(Query) - Method in class com.languagecomputer.api.DefaultQuestionAnsweringMetaService
Finds answers to the given Query (optional operation).
getAnswers(String) - Method in interface com.languagecomputer.api.QuestionAnsweringService
Finds answers to the given question.
getAnswers(Query) - Method in interface com.languagecomputer.api.QuestionAnsweringService
Finds answers to the given Query (optional operation).
getAnswers(String) - Method in class com.languagecomputer.api.QuestionAnsweringServiceWebClient
Finds answers to the given question. The QuestionAnsweringWebService does not support this method, so calls are redirected to QuestionAnsweringServiceWebClient.getAnswers(Query).
getAnswers(Query) - Method in class com.languagecomputer.api.QuestionAnsweringServiceWebClient
Finds answers to the given Query (optional operation).
getAnswers(String, String, String) - Method in interface com.languagecomputer.api.QuestionAnsweringWebService
Returns answers to the query.
getAnswers(String, String, String) - Method in class com.languagecomputer.api.QuestionAnsweringWebServiceImpl
Returns answers to the query.
getAttributes() - Method in interface com.languagecomputer.api.text.Dossier
Returns a List of attributes for this dossier, represented as Strings.
getAttributeService() - Method in class com.languagecomputer.api.Session
Returns the AttributeService that belongs to this Session.
getAttributeService() - Method in class com.languagecomputer.client.WebClient
Returns the lazy-loaded AttributeService.
getAvailableRoles() - Method in interface com.languagecomputer.api.text.Attribute
Returns the set role types that are available for this Attribute instance.
getAvailableRoles() - Method in class com.languagecomputer.api.text.DefaultAttribute
Returns the set role types that are available for this Attribute instance.
getAvailableRoles() - Method in class com.languagecomputer.api.text.DefaultEvent
Returns the set role types that are available for this Event instance.
getAvailableRoles() - Method in interface com.languagecomputer.api.text.Event
Returns the set role types that are available for this Event instance.
getConfidence() - Method in interface com.languagecomputer.api.query.Answer
Returns the confidence of this Answer in the range of (0.0-1.0] (optional).
getConfidence() - Method in class com.languagecomputer.api.query.DefaultAnswer
Returns the confidence of this Answer in the range of (0.0-1.0] (optional).
getConfigFile() - Method in class com.languagecomputer.api.SessionManager
Returns the configuration File that contains the options for the Services.
getCongruentAnnotations(AnnotationType<T>) - Method in class com.languagecomputer.api.text.DefaultText
Returns all the annotations congruent with this Text that correspond to the given AnnotationType.
getCongruentAnnotations(AnnotationType<T>) - Method in interface com.languagecomputer.api.text.Text
Returns all the annotations congruent with this Text that correspond to the given AnnotationType.
getConnectTimeout(String) - Method in class com.languagecomputer.api.ServiceConfig
Returns the connection timeout to use for the given service.
getConnectTimeout(String) - Method in class com.languagecomputer.client.WebClient
Returns the default connect timeout (2 seconds).
getCoreferenceService() - Method in class com.languagecomputer.api.Session
Returns the CoreferenceService that belongs to this Session.
getCoreferenceService() - Method in class com.languagecomputer.client.WebClient
Returns the lazy-loaded CoreferenceService.
getDocument() - Method in class com.languagecomputer.api.query.DefaultQueryResult
Returns the Document associated with this QueryResult.
getDocument() - Method in interface com.languagecomputer.api.query.QueryResult
Returns the Document associated with this QueryResult.
getDocument() - Method in class com.languagecomputer.api.text.DefaultDocument
Returns this DefaultDocument.
getDocument() - Method in class com.languagecomputer.api.text.DefaultText
Returns the Document in which this Text exists.
getDocument() - Method in interface com.languagecomputer.api.text.Text
Returns the Document in which this Text exists.
getDocumentID() - Method in class com.languagecomputer.api.query.DefaultAnswer
Returns the Document ID that identifies this Text. If the Document is attached to this DefaultAnswer, then its ID will be used.
getDocumentID() - Method in class com.languagecomputer.api.text.DefaultDocument
Returns the Document ID that identifies this Text.
getDocumentID() - Method in class com.languagecomputer.api.text.DefaultText
Returns the Document ID that identifies this Text.
getDocumentID() - Method in interface com.languagecomputer.api.text.Document
Returns the ID of this Document.
getDocumentID() - Method in interface com.languagecomputer.api.text.Text
Returns the Document ID that identifies this Text.
getDocumentRetrievalService() - Method in class com.languagecomputer.api.Session
Returns the DocumentRetrievalService that blongs to this Session.
getDocumentService() - Method in class com.languagecomputer.api.Session
Returns the DocumentService that belongs to this Session.
getDocumentService() - Method in class com.languagecomputer.client.WebClient
Returns the lazy-loaded DocumentService.
getDossierService() - Method in class com.languagecomputer.api.Session
Returns the DossierService that belongs to this Session.
getEndCharOffset() - Method in class com.languagecomputer.api.text.DefaultDocument
Returns the (exclusive) end character offset for this Text object within the (processed) Document. This offset does not necessarily line up with the start character offset from the unprocessed document/file.
getEndCharOffset() - Method in class com.languagecomputer.api.text.DefaultMentionChain
Returns the (exclusive) end character offset for this Text object within the (processed) Document. This offset does not necessarily line up with the start character offset from the unprocessed document/file.
getEndCharOffset() - Method in class com.languagecomputer.api.text.DefaultText
Returns the (exclusive) end character offset for this Text object within the (processed) Document.
getEndCharOffset() - Method in interface com.languagecomputer.api.text.Text
Returns the (exclusive) end character offset for this Text object within the (processed) Document.
GetEntitiesFromFile - Class in com.languagecomputer.api.sample
Sample code that uses the LCC API to get all of the entities in a particular file and print to stdout.
GetEntitiesFromFile() - Constructor for class com.languagecomputer.api.sample.GetEntitiesFromFile
 
getEntityService() - Method in class com.languagecomputer.api.Session
Returns the EntityService that belongs to this Session.
getEntityService() - Method in class com.languagecomputer.client.WebClient
Returns the lazy-loaded EntityService.
getEventService() - Method in class com.languagecomputer.api.Session
Returns the EventService that belongs to this Session.
getEventService() - Method in class com.languagecomputer.client.WebClient
Returns the lazy-loaded EventService.
getFiles(String) - Static method in class com.languagecomputer.client.BatchWebClient
Recursively constructs a list of all files within a directory.
getHost(String) - Method in class com.languagecomputer.client.BatchWebClient
Returns the default host (localhost).
getHost(String) - Method in class com.languagecomputer.client.WebClient
Returns the default host (localhost).
getID() - Method in class com.languagecomputer.api.Session
Returns the ID for this Session.
getIndexService() - Method in class com.languagecomputer.api.Session
Returns the IndexService that belongs to this Session.
getIndexService() - Method in class com.languagecomputer.client.WebClient
Returns the lazy-loaded IndexService.
getIntersectingAnnotations(AnnotationType<T>) - Method in class com.languagecomputer.api.text.DefaultText
Returns all the annotations that intersect this Text and correspond to the given AnnotationType.
getIntersectingAnnotations(AnnotationType<T>) - Method in interface com.languagecomputer.api.text.Text
Returns all the annotations that intersect this Text and correspond to the given AnnotationType.
getKeywords() - Method in class com.languagecomputer.api.query.DefaultQuery
Returns the keywords for this Query.
getKeywords() - Method in class com.languagecomputer.api.query.MergedQuery
Returns the keywords for this Query.
getKeywords() - Method in interface com.languagecomputer.api.query.Query
Returns the keywords for this Query.
getLatitude() - Method in class com.languagecomputer.api.text.DefaultSpatialSpan
Returns the latitude of the geographic object (optional).
getLatitude() - Method in interface com.languagecomputer.api.text.SpatialSpan
Returns the latitude of the geographic object (optional).
getLongitude() - Method in class com.languagecomputer.api.text.DefaultSpatialSpan
Returns the longitude of the geographic object (optional).
getLongitude() - Method in interface com.languagecomputer.api.text.SpatialSpan
Returns the longitude of the geographic object (optional).
getMentions() - Method in class com.languagecomputer.api.text.DefaultMentionChain
Returns the mentions in this chain.
getMentions() - Method in interface com.languagecomputer.api.text.MentionChain
Returns the mentions in this chain.
getMetaData(String) - Method in class com.languagecomputer.api.text.DefaultDocument
Returns the meta-data values for the given meta-data key.
getMetaData(String) - Method in interface com.languagecomputer.api.text.Document
Returns the meta-data values for the given meta-data key.
getModifier() - Method in class com.languagecomputer.api.text.DefaultTemporalSpan
Returns the modifier of the temporal object (optional).
getModifier() - Method in interface com.languagecomputer.api.text.TemporalSpan
Returns the modifier of the temporal object (optional).
getName() - Method in class com.languagecomputer.api.AnnotationMetaServiceWebClient
Returns the name of the service to use for URL lookup.
getName() - Method in class com.languagecomputer.api.AnswerExtractionServiceWebClient
Returns the name of the service to use for URL lookup.
getName() - Method in class com.languagecomputer.api.AnswerFusionServiceWebClient
Returns the name of the service to use for URL lookup.
getName() - Method in class com.languagecomputer.api.AttributeServiceWebClient
Returns the name of the service to use for URL lookup.
getName() - Method in class com.languagecomputer.api.BaseWebClient
Returns the name of the service to use for URL lookup.
getName() - Method in class com.languagecomputer.api.CoreferenceServiceWebClient
Returns the name of the service to use for URL lookup.
getName() - Method in class com.languagecomputer.api.DefaultAnnotationMetaService
Returns AnnotationMetaService.
getName() - Method in class com.languagecomputer.api.DefaultQuestionAnsweringMetaService
Returns QuestionAnsweringService.
getName() - Method in class com.languagecomputer.api.DocumentRetrievalServiceWebClient
Returns the name of the service to use for URL lookup.
getName() - Method in class com.languagecomputer.api.DocumentServiceWebClient
Returns the name of the service to use for URL lookup.
getName() - Method in class com.languagecomputer.api.EntityServiceWebClient
Returns the name of the service to use for URL lookup.
getName() - Method in class com.languagecomputer.api.EventServiceWebClient
Returns the name of the service to use for URL lookup.
getName() - Method in class com.languagecomputer.api.IndexServiceWebClient
Returns the name of the service to use for URL lookup.
getName() - Method in class com.languagecomputer.api.QuestionAnsweringServiceWebClient
Returns the name of the service to use for URL lookup.
getName() - Method in class com.languagecomputer.api.QuestionProcessingServiceWebClient
Returns the name of the service to use for URL lookup.
getName() - Method in interface com.languagecomputer.api.Service
Returns the name of this Service.
getName() - Method in class com.languagecomputer.api.SpatialServiceWebClient
Returns the name of the service to use for URL lookup.
getName() - Method in class com.languagecomputer.api.TemporalServiceWebClient
Returns the name of the service to use for URL lookup.
getName() - Method in interface com.languagecomputer.api.text.Dossier
Returns the name of the dossier represented by this object.
getNaturalLanguage() - Method in class com.languagecomputer.api.query.DefaultQuery
Returns the natural language representation for this Query.
getNaturalLanguage() - Method in class com.languagecomputer.api.query.MergedQuery
Returns the natural language representation for this Query.
getNaturalLanguage() - Method in interface com.languagecomputer.api.query.Query
Returns the natural language representation for this Query.
getParents() - Method in class com.languagecomputer.api.text.DefaultSpatialSpan
Returns the list of geographic objects that contain this one in increasing order (optional).
getParents() - Method in interface com.languagecomputer.api.text.SpatialSpan
Returns the list of geographic objects that contain this one in increasing order (optional).
getPassage() - Method in interface com.languagecomputer.api.query.Answer
Returns the passage context of this Answer.
getPassage() - Method in class com.languagecomputer.api.query.DefaultAnswer
Returns the passage context of this Answer.
getPopulation() - Method in class com.languagecomputer.api.text.DefaultSpatialSpan
Returns the human population of the geographic object (optional).
getPopulation() - Method in interface com.languagecomputer.api.text.SpatialSpan
Returns the human population of the geographic object (optional).
getPort(String) - Method in class com.languagecomputer.client.WebClient
Returns the default port number (8300).
getProperties() - Method in class com.languagecomputer.api.Session
Returns the Properties used by this Session.
getQuestion() - Method in class com.languagecomputer.api.text.DefaultQuestionAnswerPair
Returns the question for this QuestionAnswerPair.
getQuestion() - Method in interface com.languagecomputer.api.text.QuestionAnswerPair
Returns the question for this QuestionAnswerPair.
getQuestionAnsweringService() - Method in class com.languagecomputer.api.Session
Returns the QuestionAnsweringService that belongs to this Session.
getQuestionAnswerPairService() - Method in class com.languagecomputer.api.Session
Returns the QuestionAnswerPairService that belongs to this Session.
getQuestionProcessingService() - Method in class com.languagecomputer.api.Session
Returns the QuestionProcessingService that belongs to this Session.
getRawString() - Method in class com.languagecomputer.api.query.DefaultKeyword
Returns the raw String (unstemmed) for this Keyword (required).
getRawString() - Method in interface com.languagecomputer.api.query.Keyword
Returns the raw String (unstemmed) for this Keyword (required).
getRawString() - Method in class com.languagecomputer.api.text.DefaultText
Returns the raw String value that this Text spans.
getRawString() - Method in interface com.languagecomputer.api.text.Text
Returns the raw String value that this Text spans.
getReceiveTimeout(String) - Method in class com.languagecomputer.api.ServiceConfig
Returns the receive timeout to use for the given service.
getReceiveTimeout(String) - Method in class com.languagecomputer.client.WebClient
Returns the receive timeout (1 minute).
getRequiredEntityTypes() - Method in class com.languagecomputer.api.query.DefaultQuery
Returns the required entity types for this Query.
getRequiredEntityTypes() - Method in class com.languagecomputer.api.query.MergedQuery
Returns the required entity types for this Query.
getRequiredEntityTypes() - Method in interface com.languagecomputer.api.query.Query
Returns the required entity types for this Query.
getRoles(String) - Method in interface com.languagecomputer.api.text.Attribute
Returns the Text of the role instances for this Attribute with the given roleName.
getRoles(String) - Method in class com.languagecomputer.api.text.DefaultAttribute
Returns the Text of the role instances for this Attribute with the given roleName.
getRoles(String) - Method in class com.languagecomputer.api.text.DefaultEvent
Returns the Text of the roles instances for this Event with the given roleName.
getRoles(String) - Method in interface com.languagecomputer.api.text.Event
Returns the Text of the roles instances for this Event with the given roleName.
getScore() - Method in class com.languagecomputer.api.query.DefaultQueryResult
Returns a score for this QueryResult in the range of (0.0-1.0] (optional).
getScore() - Method in interface com.languagecomputer.api.query.QueryResult
Returns a score for this QueryResult in the range of (0.0-1.0] (optional).
getServices() - Method in class com.languagecomputer.api.text.DefaultDocument
Returns the names of the Services that have processed this Document.
getServices() - Method in interface com.languagecomputer.api.text.Document
Returns the names of the Services that have processed this Document.
getSession(String) - Method in class com.languagecomputer.api.SessionManager
Returns an existing Session, or creates a new one with the given sessionID.
getSessionID() - Method in class com.languagecomputer.api.BaseWebClient
Returns the current session identifier, or null if there currently is no session.
getSessionManager() - Method in class com.languagecomputer.server.WebServer
Returns the SessionManager in use by this WebServer.
getSpatialService() - Method in class com.languagecomputer.api.Session
Returns the SpatialService that belongs to this Session.
getSpatialService() - Method in class com.languagecomputer.client.WebClient
Returns the lazy-loaded SpatialService.
getStartCharOffset() - Method in class com.languagecomputer.api.text.DefaultDocument
Returns the start character offset for this Text object within the (processed) Document. This offset does not necessarily line up with the start character offset from the unprocessed document/file.
getStartCharOffset() - Method in class com.languagecomputer.api.text.DefaultMentionChain
Returns the start character offset for this Text object within the (processed) Document. This offset does not necessarily line up with the start character offset from the unprocessed document/file.
getStartCharOffset() - Method in class com.languagecomputer.api.text.DefaultText
Returns the start character offset for this Text object within the (processed) Document.
getStartCharOffset() - Method in interface com.languagecomputer.api.text.Text
Returns the start character offset for this Text object within the (processed) Document.
getStructuredQuery() - Method in class com.languagecomputer.api.query.DefaultQuery
Returns the structured data query for this Query.
getStructuredQuery() - Method in class com.languagecomputer.api.query.MergedQuery
Returns the structured data query for this Query.
getStructuredQuery() - Method in interface com.languagecomputer.api.query.Query
Returns the structured data query for this Query.
getSubAnnotations(AnnotationType<T>) - Method in class com.languagecomputer.api.text.DefaultText
Returns all the annotations within this Text that correspond to the given AnnotationType.
getSubAnnotations(AnnotationType<T>) - Method in interface com.languagecomputer.api.text.Text
Returns all the annotations within this Text that correspond to the given AnnotationType.
getSubQueries() - Method in class com.languagecomputer.api.query.MergedQuery
Returns the Query subobjects that compose this MergedQuery.
getSummarizationService() - Method in class com.languagecomputer.api.Session
Returns the SummarizationService that belongs to this Session.
getSuperAnnotations(AnnotationType<T>) - Method in class com.languagecomputer.api.text.DefaultText
Returns all the annotations that contain this Text as a subspan and correspond to the given AnnotationType.
getSuperAnnotations(AnnotationType<T>) - Method in interface com.languagecomputer.api.text.Text
Returns all the annotations that contain this Text as a subspan and correspond to the given AnnotationType.
getTemporalService() - Method in class com.languagecomputer.api.Session
Returns the TemporalService that belongs to this Session.
getTemporalService() - Method in class com.languagecomputer.client.WebClient
Returns the lazy-loaded TemporalService.
getType() - Method in interface com.languagecomputer.api.text.Attribute
Returns the type of this Attribute.
getType() - Method in class com.languagecomputer.api.text.DefaultAttribute
Returns the type of this Attribute.
getType() - Method in class com.languagecomputer.api.text.DefaultEntity
Returns the type of this Entity.
getType() - Method in class com.languagecomputer.api.text.DefaultEvent
Returns the type of this Event.
getType() - Method in interface com.languagecomputer.api.text.Entity
Returns the type of this Entity.
getType() - Method in interface com.languagecomputer.api.text.Event
Returns the type of this Event.
getURL(String) - Method in class com.languagecomputer.api.ServiceConfig
Returns the URL to use for the given service.
getURL(String) - Method in class com.languagecomputer.client.WebClient
Returns the default URL (using the default host and port and the given service).
getValue() - Method in class com.languagecomputer.api.text.DefaultTemporalSpan
Returns the time value of the temporal object (optional).
getValue() - Method in class com.languagecomputer.api.text.GenericDefaultText
Returns the value contained by this object.
getValue() - Method in interface com.languagecomputer.api.text.TemporalSpan
Returns the time value of the temporal object (optional).
getWebService() - Method in class com.languagecomputer.api.BaseWebClient
Returns the BaseWebService to use for this BaseWebClient.
getWebServiceClass() - Method in class com.languagecomputer.api.AnnotationMetaServiceWebClient
Returns the BaseWebService class this BaseWebClient wraps.
getWebServiceClass() - Method in class com.languagecomputer.api.AnswerExtractionServiceWebClient
Returns the BaseWebService class this BaseWebClient wraps.
getWebServiceClass() - Method in class com.languagecomputer.api.AnswerFusionServiceWebClient
Returns the BaseWebService class this BaseWebClient wraps.
getWebServiceClass() - Method in class com.languagecomputer.api.AttributeServiceWebClient
Returns the BaseWebService class this BaseWebClient wraps.
getWebServiceClass() - Method in class com.languagecomputer.api.BaseWebClient
Returns the BaseWebService class this BaseWebClient wraps.
getWebServiceClass() - Method in class com.languagecomputer.api.CoreferenceServiceWebClient
Returns the BaseWebService class this BaseWebClient wraps.
getWebServiceClass() - Method in class com.languagecomputer.api.DocumentRetrievalServiceWebClient
Returns the BaseWebService class this BaseWebClient wraps.
getWebServiceClass() - Method in class com.languagecomputer.api.DocumentServiceWebClient
Returns the BaseWebService class this BaseWebClient wraps.
getWebServiceClass() - Method in class com.languagecomputer.api.EntityServiceWebClient
Returns the BaseWebService class this BaseWebClient wraps.
getWebServiceClass() - Method in class com.languagecomputer.api.EventServiceWebClient
Returns the BaseWebService class this BaseWebClient wraps.
getWebServiceClass() - Method in class com.languagecomputer.api.IndexServiceWebClient
Returns the BaseWebService class this BaseWebClient wraps.
getWebServiceClass() - Method in class com.languagecomputer.api.QuestionAnsweringServiceWebClient
Returns the BaseWebService class this BaseWebClient wraps.
getWebServiceClass() - Method in class com.languagecomputer.api.QuestionProcessingServiceWebClient
Returns the BaseWebService class this BaseWebClient wraps.
getWebServiceClass() - Method in class com.languagecomputer.api.SpatialServiceWebClient
Returns the BaseWebService class this BaseWebClient wraps.
getWebServiceClass() - Method in class com.languagecomputer.api.TemporalServiceWebClient
Returns the BaseWebService class this BaseWebClient wraps.
getWeight() - Method in class com.languagecomputer.api.query.DefaultKeyword
Returns the weight for this Keyword (optional operation).
getWeight() - Method in interface com.languagecomputer.api.query.Keyword
Returns the weight for this Keyword (optional operation).

H

hashCode() - Method in class com.languagecomputer.api.text.AnnotationType
hashCode implementation for an AnnotationType.

I

index(Document) - Method in interface com.languagecomputer.api.IndexService
Indexes the given Document.
index(Document) - Method in class com.languagecomputer.api.IndexServiceWebClient
Indexes the given Document.
index(String, String, String) - Method in interface com.languagecomputer.api.IndexWebService
Indexes the provided document.
index(String, String, String) - Method in class com.languagecomputer.api.IndexWebServiceImpl
Indexes the provided document.
INDEX_SERVICE - Static variable in class com.languagecomputer.client.WebClient
 
IndexService - Interface in com.languagecomputer.api
Document indexing service.
IndexServiceWebClient - Class in com.languagecomputer.api
Web service client wrapper for the IndexService.
IndexServiceWebClient(ServiceConfig) - Constructor for class com.languagecomputer.api.IndexServiceWebClient
Creates a new IndexServiceWebClient with the given ServiceConfig.
IndexWebService - Interface in com.languagecomputer.api
Interface for indexing web service.
IndexWebServiceImpl - Class in com.languagecomputer.api
Implementation of IndexWebService.
IndexWebServiceImpl(SessionManager) - Constructor for class com.languagecomputer.api.IndexWebServiceImpl
Creates a new IndexWebServiceImpl using the given sessionManager.
initService(Class<?>, Properties) - Method in class com.languagecomputer.api.SessionManager
Initializes the given service.
INSTANCE - Static variable in class com.languagecomputer.api.text.TextComparator
 
InvalidLicenseException - Exception in com.languagecomputer.api
Exception thrown to indicate an issue with licensing.
isExact() - Method in class com.languagecomputer.api.query.DefaultKeyword
Indicates this Keyword should not be stemmed (optional operation).
isExact() - Method in interface com.languagecomputer.api.query.Keyword
Indicates this Keyword should not be stemmed (optional operation).
isMandatory() - Method in class com.languagecomputer.api.query.DefaultKeyword
Indicates this Keyword is mandatory (optional operation).
isMandatory() - Method in interface com.languagecomputer.api.query.Keyword
Indicates this Keyword is mandatory (optional operation).
isMultiple() - Method in class com.languagecomputer.api.text.DefaultTemporalSpan
Returns whether this temporal object is part of a set (optional).
isMultiple() - Method in interface com.languagecomputer.api.text.TemporalSpan
Returns whether this temporal object is part of a set (optional).

K

Keyword - Interface in com.languagecomputer.api.query
Representation of a keyword.
kill() - Method in class com.languagecomputer.server.WebServerThread
 

L

loggingInitialized - Static variable in class com.languagecomputer.server.WebServer
 

M

main(String[]) - Static method in class com.languagecomputer.api.sample.EntitySpeedTests
Command line.
main(String[]) - Static method in class com.languagecomputer.api.sample.FileToTextProcessor
 
main(String[]) - Static method in class com.languagecomputer.api.sample.GetEntitiesFromFile
 
main(String[]) - Static method in class com.languagecomputer.api.sample.QuestionAnsweringViaWebClient
Command line argument structure: [host] [question].
Where:
[host] is the hostname for the QuestionAnsweringService
[question] is the question to ask the system, or a file containing questions
main(String[]) - Static method in class com.languagecomputer.api.sample.QuestionAnsweringViaWebClients
Command line argument structure: [host1] [host2] [host3] [host4] [question].
Where:
[host1] is the hostname for the QuestionProcessingService
[host2] is the hostname for the DocumentRetrievalService
[host3] is the hostname for the AnswerExtractionService
[host4] is the hostname for the AnswerFusionService
[question] is the question to ask the system
main(String[]) - Static method in class com.languagecomputer.api.sample.XMLDocumentSerializer
 
main(String[]) - Static method in class com.languagecomputer.client.BatchWebClient
Client driver, called from command line.
main(String[]) - Static method in class com.languagecomputer.client.SimpleWebClient
Client driver, called from command line.
main(String[]) - Static method in class com.languagecomputer.client.StreamingBatchWebClient
Client driver, called from command line.
main(String[]) - Static method in class com.languagecomputer.server.WebServer
Sample driver code.
main(String[]) - Method in class com.languagecomputer.server.WebServerKiller
 
marshal(Object, Writer) - Method in class com.languagecomputer.api.text.DocumentXML
Marshalls the Object using a JAXB Marshaller.
matches(AnnotationType) - Method in class com.languagecomputer.api.text.AnnotationType
Indicates if the given AnnotationType is equal to or is a super-type of this one.
MentionChain - Interface in com.languagecomputer.api.text
Representation of a coreference mention chain.
MergedQuery - Class in com.languagecomputer.api.query
A Query implementation that acts as a merger of more than one Query objects.
MergedQuery(List<Query>) - Constructor for class com.languagecomputer.api.query.MergedQuery
Creates a new MergedQuery with the given Querys.

O

obtain(String) - Method in interface com.languagecomputer.api.DossierService
Queries the dossier database for an entry with the provided name.
obtain(String, String) - Method in interface com.languagecomputer.api.DossierWebService
Annotates the provided document with coreference information.
obtain(String, String) - Method in class com.languagecomputer.api.DossierWebServiceImpl
Annotates the provided document with coreference information.

P

print(Document) - Static method in class com.languagecomputer.client.WebClient
Prints the Document contents and annotations to stdout.
process(URL, String, List<String>) - Method in interface com.languagecomputer.api.AnnotationMetaService
Process the given URL of the given type, then annotate the given services.
process(URL, String, List<String>) - Method in class com.languagecomputer.api.AnnotationMetaServiceWebClient
Process the given URL of the given type, then annotate the given services.
process(String, String, String, String, List<String>) - Method in interface com.languagecomputer.api.AnnotationMetaWebService
Processes and annotations a document at a specific URL by downloading it and ingesting it.
process(String, String, String, String, List<String>) - Method in class com.languagecomputer.api.AnnotationMetaWebServiceImpl
Processes and annotations a document at a specific URL by downloading it and ingesting it.
process(Document) - Method in interface com.languagecomputer.api.AnnotationService
Annotates the given Document, attaching the results as Text objects.
process(Document) - Method in class com.languagecomputer.api.AttributeServiceWebClient
Annotates the given Document, attaching the results as Text objects.
process(String, String, String) - Method in interface com.languagecomputer.api.AttributeWebService
Annotates the provided document with attributes.
process(String, String, String) - Method in class com.languagecomputer.api.BaseAnnotationWebServiceImpl
process(Document) - Method in class com.languagecomputer.api.CoreferenceServiceWebClient
Annotates the given Document, attaching the results as Text objects.
process(String, String, String) - Method in interface com.languagecomputer.api.CoreferenceWebService
Annotates the provided document with coreference information.
process(URL, String, List<String>) - Method in class com.languagecomputer.api.DefaultAnnotationMetaService
Process the given URL of the given type, then annotate the given services.
process(URL) - Method in interface com.languagecomputer.api.DocumentService
Processes the given URL, placing the processed contents into the returned Document.
process(URL, String) - Method in interface com.languagecomputer.api.DocumentService
Processes the given URL, placing the processed contents into the returned Document.
process(URI) - Method in interface com.languagecomputer.api.DocumentService
Processes the given URI, placing the processed contents into the returned Document.
process(URI, String) - Method in interface com.languagecomputer.api.DocumentService
Processes the given URI, placing the processed contents into the returned Document.
process(File) - Method in interface com.languagecomputer.api.DocumentService
Processes the given File, placing the processed contents into the returned Document.
process(File, String) - Method in interface com.languagecomputer.api.DocumentService
Processes the given File, placing the processed contents into the returned Document.
process(InputStream) - Method in interface com.languagecomputer.api.DocumentService
Processes the given InputStream, placing the processed contents into the returned Document.
process(InputStream, String) - Method in interface com.languagecomputer.api.DocumentService
Processes the given InputStream, placing the processed contents into the returned Document.
process(URL) - Method in class com.languagecomputer.api.DocumentServiceWebClient
Processes the given URL, placing the processed contents into the returned Document.
process(URL, String) - Method in class com.languagecomputer.api.DocumentServiceWebClient
Processes the given URL, placing the processed contents into the returned Document.
process(URI) - Method in class com.languagecomputer.api.DocumentServiceWebClient
Processes the given URI, placing the processed contents into the returned Document.
process(URI, String) - Method in class com.languagecomputer.api.DocumentServiceWebClient
Processes the given URI, placing the processed contents into the returned Document.
process(File) - Method in class com.languagecomputer.api.DocumentServiceWebClient
Processes the given File, placing the processed contents into the returned Document.
process(File, String) - Method in class com.languagecomputer.api.DocumentServiceWebClient
Processes the given File, placing the processed contents into the returned Document.
process(InputStream) - Method in class com.languagecomputer.api.DocumentServiceWebClient
Processes the given InputStream, placing the processed contents into the returned Document.
process(InputStream, String) - Method in class com.languagecomputer.api.DocumentServiceWebClient
Processes the given InputStream, placing the processed contents into the returned Document.
process(String, String, String, String) - Method in interface com.languagecomputer.api.DocumentWebService
Processes a document at a specific URL by downloading it and ingesting it.
process(String, String, String, String) - Method in class com.languagecomputer.api.DocumentWebServiceImpl
Processes a document at a specific URL by downloading it and ingesting it.
process(String, String, String) - Method in interface com.languagecomputer.api.DossierWebService
Identifies any dossier attributes in the provided document.
process(String, String, String) - Method in class com.languagecomputer.api.DossierWebServiceImpl
Identifies any dossier attributes in the provided document.
process(Document) - Method in class com.languagecomputer.api.EntityServiceWebClient
Annotates the given Document, attaching the results as Text objects.
process(String, String, String) - Method in interface com.languagecomputer.api.EntityWebService
Annotates the provided document with named entities.
process(Document) - Method in class com.languagecomputer.api.EventServiceWebClient
Annotates the given Document, attaching the results as Text objects.
process(String, String, String) - Method in interface com.languagecomputer.api.EventWebService
Annotates the provided document with events.
process(String, String, String) - Method in interface com.languagecomputer.api.QuestionAnswerPairWebService
Annotates the provided document with question/answer pairs.
process(String) - Method in interface com.languagecomputer.api.QuestionProcessingService
Processes the given question, returning a new Query object that contains all the query representations that this QuestionProcessingService is capable of providing.
process(String) - Method in class com.languagecomputer.api.QuestionProcessingServiceWebClient
Processes the given question, returning a new Query object that contains all the query representations that this QuestionProcessingService is capable of providing.
process(String, String, String) - Method in interface com.languagecomputer.api.QuestionProcessingWebService
Creates a query from the question.
process(String, String, String) - Method in class com.languagecomputer.api.QuestionProcessingWebServiceImpl
Creates a query from the question.
process(Document) - Method in class com.languagecomputer.api.SpatialServiceWebClient
Annotates the given Document, attaching the results as Text objects.
process(String, String, String) - Method in interface com.languagecomputer.api.SpatialWebService
Annotates the provided document with spatial spans.
process(Document) - Method in class com.languagecomputer.api.TemporalServiceWebClient
Annotates the given Document, attaching the results as Text objects.
process(String, String, String) - Method in interface com.languagecomputer.api.TemporalWebService
Annotates the provided document with temporal spans.
process(String) - Method in class com.languagecomputer.client.BatchWebClient
Processes the given file as either a URL or File.
process(String) - Method in class com.languagecomputer.client.StreamingBatchWebClient
 
processContent(String, byte[], String, String) - Method in interface com.languagecomputer.api.DocumentWebService
Processes a document with the given content.
processContent(String, byte[], String, String) - Method in class com.languagecomputer.api.DocumentWebServiceImpl
Processes a document with the given content.
publish(String, Object) - Method in class com.languagecomputer.server.WebServer
Publishes a web service endpoint for the specified object.

Q

QAService - Interface in com.languagecomputer.api
Meta-service that provides end-to-end question answering capability.
Query - Interface in com.languagecomputer.api.query
Structure for a user query.
QueryResult - Interface in com.languagecomputer.api.query
Result of a Document Retrieval Query.
QueryXML - Class in com.languagecomputer.api.query
Handles XML conversion for Querys, QueryResults, Keywords, and Answers.
QueryXML() - Constructor for class com.languagecomputer.api.query.QueryXML
Creates a new QueryXML that writes using the current Query XML version.
QueryXML(String) - Constructor for class com.languagecomputer.api.query.QueryXML
Creates a new QueryXML that writes using the given version.
QuestionAnsweringService - Interface in com.languagecomputer.api
A Service that finds Answers to a question or Query.
QuestionAnsweringServiceWebClient - Class in com.languagecomputer.api
Web service client wrapper for the QuestionAnsweringService.
QuestionAnsweringServiceWebClient(ServiceConfig) - Constructor for class com.languagecomputer.api.QuestionAnsweringServiceWebClient
Creates a new QuestionAnsweringServiceWebClient with the given ServiceConfig.
QuestionAnsweringViaWebClient - Class in com.languagecomputer.api.sample
Sample code for performing question answering via the QuestionAnsweringServiceWebClient.
QuestionAnsweringViaWebClient() - Constructor for class com.languagecomputer.api.sample.QuestionAnsweringViaWebClient
 
QuestionAnsweringViaWebClients - Class in com.languagecomputer.api.sample
Sample code for performing question answering via BaseWebClients.
QuestionAnsweringViaWebClients() - Constructor for class com.languagecomputer.api.sample.QuestionAnsweringViaWebClients
 
QuestionAnsweringWebService - Interface in com.languagecomputer.api
Interface for question answering web service.
QuestionAnsweringWebServiceImpl - Class in com.languagecomputer.api
Implementation of QuestionAnsweringWebService.
QuestionAnsweringWebServiceImpl(SessionManager) - Constructor for class com.languagecomputer.api.QuestionAnsweringWebServiceImpl
Creates a new QuestionAnsweringWebServiceImpl using the given sessionManager.
QuestionAnswerPair - Interface in com.languagecomputer.api.text
Representation of an extracted question/answer pair.
QuestionAnswerPairService - Interface in com.languagecomputer.api
Question/answer generation service.
QuestionAnswerPairWebService - Interface in com.languagecomputer.api
Interface for question/answer pair annotation web service.
QuestionAnswerPairWebServiceImpl - Class in com.languagecomputer.api
Implementation of QuestionAnswerPairWebService.
QuestionAnswerPairWebServiceImpl(SessionManager) - Constructor for class com.languagecomputer.api.QuestionAnswerPairWebServiceImpl
Creates a new QuestionAnswerPairWebServiceImpl using the given sessionManager.
QuestionProcessingService - Interface in com.languagecomputer.api
Service capable of transforming a question String into some other query representation(s).
QuestionProcessingServiceWebClient - Class in com.languagecomputer.api
Web service client wrapper for the QuestionProcessingService.
QuestionProcessingServiceWebClient(ServiceConfig) - Constructor for class com.languagecomputer.api.QuestionProcessingServiceWebClient
Creates a new QuestionProcessingServiceWebClient with the given ServiceConfig.
QuestionProcessingWebService - Interface in com.languagecomputer.api
Interface for question processing web service.
QuestionProcessingWebServiceImpl - Class in com.languagecomputer.api
Implementation of QuestionProcessingWebService.
QuestionProcessingWebServiceImpl(SessionManager) - Constructor for class com.languagecomputer.api.QuestionProcessingWebServiceImpl
Creates a new QuestionProcessingWebServiceImpl using the given sessionManager.

R

readAnnotations(Reader, Document) - Method in class com.languagecomputer.api.text.DocumentXML
Reads the XML into a new Collection of Texts and adds any services to the Document's service list.
readAnswers(Reader) - Method in class com.languagecomputer.api.query.QueryXML
Reads the XML into a new List of Answers.
readDocument(Reader) - Method in class com.languagecomputer.api.text.DocumentXML
Reads the XML into a new Document.
readDocuments(Reader) - Method in class com.languagecomputer.api.text.DocumentXML
Reads the XML into a new List of Document.
readQuery(Reader) - Method in class com.languagecomputer.api.query.QueryXML
Reads the XML into a new Query.
readQueryResults(Reader, DocumentXML) - Method in class com.languagecomputer.api.query.QueryXML
Reads the XML into a new List of QueryResults.
registerSession() - Method in class com.languagecomputer.api.BaseWebClient
Registers a new session with the remote service.
registerSession() - Method in interface com.languagecomputer.api.BaseWebService
Registers a new session with this service.
registerSession() - Method in class com.languagecomputer.api.BaseWebServiceImpl
Registers a new session with this service.
remove(String) - Method in interface com.languagecomputer.api.IndexService
Removes the Document with the given docID from the index.
remove(String) - Method in class com.languagecomputer.api.IndexServiceWebClient
Removes the Document with the given docID from the index.
remove(String, String) - Method in interface com.languagecomputer.api.IndexWebService
Removes the document with the given docID from the index.
remove(String, String) - Method in class com.languagecomputer.api.IndexWebServiceImpl
Removes the document with the given docID from the index.
retrieve(Query) - Method in interface com.languagecomputer.api.DocumentRetrievalService
Retrieves a List of sorted QueryResults for the given Query.
retrieve(Query) - Method in class com.languagecomputer.api.DocumentRetrievalServiceWebClient
Retrieves a List of sorted QueryResults for the given Query.
retrieve(String, String, String) - Method in interface com.languagecomputer.api.DocumentRetrievalWebService
Retrieves a list of results for the given query.
retrieve(String, String, String) - Method in class com.languagecomputer.api.DocumentRetrievalWebServiceImpl
Retrieves a list of results for the given query.
run(Iterable<File>) - Method in class com.languagecomputer.api.sample.EntitySpeedTests
Runs all the speed tests.
run() - Method in class com.languagecomputer.server.WebServerThread
 
runBatch(List<String>) - Method in class com.languagecomputer.client.BatchWebClient
Runs the given files through the chosen services.
runLocalAnnotationMetaService(Iterable<File>) - Method in class com.languagecomputer.api.sample.EntitySpeedTests
Runs the AnnotationMetaService locally on the given Files.
runLocalDocumentAndEntityServices(Iterable<File>) - Method in class com.languagecomputer.api.sample.EntitySpeedTests
Runs the DocumentService and EntityService locally on the given Files.
runRemoteAnnotationMetaService(Iterable<File>) - Method in class com.languagecomputer.api.sample.EntitySpeedTests
Runs the AnnotationMetaService remotely on the given Files.
runRemoteDocumentAndEntityServices(Iterable<File>) - Method in class com.languagecomputer.api.sample.EntitySpeedTests
Runs the DocumentService and EntityService remotely on the given Files.
runRemoteStreamingDocumentAndEntityServices(Iterable<File>) - Method in class com.languagecomputer.api.sample.EntitySpeedTests
Runs the DocumentService and EntityService remotely on the given Files.

S

server - Variable in class com.languagecomputer.server.WebServer
 
ServerException - Exception in com.languagecomputer.api
Generic Exception for wrapping Throwables that occur on the server.
ServerException(Throwable) - Constructor for exception com.languagecomputer.api.ServerException
Creates a new ServerException with the given Throwable.
Service - Interface in com.languagecomputer.api
Base representation of a service to provide common functionality accross services.
ServiceConfig - Class in com.languagecomputer.api
Maintains the URLs to use for various services.
ServiceConfig() - Constructor for class com.languagecomputer.api.ServiceConfig
Creates an empty ServiceConfig.
ServiceConfig(File) - Constructor for class com.languagecomputer.api.ServiceConfig
Creates a new ServiceConfig with an existing properties file.
servlet - Variable in class com.languagecomputer.server.WebServer
 
Session - Class in com.languagecomputer.api
Session responsible for maintaining state and access to various services.
sessionManager - Variable in class com.languagecomputer.api.BaseWebServiceImpl
 
SessionManager - Class in com.languagecomputer.api
Session manager for accessing and creating Sessions that may be used to interact with LCC's natural language services.
SessionManager(File) - Constructor for class com.languagecomputer.api.SessionManager
Creates a new SessionManager with the given configFile.
sessionManager - Variable in class com.languagecomputer.server.WebServer
 
sessionRegistered() - Method in class com.languagecomputer.api.BaseWebClient
Convenience method for determining if there is currently a registered session.
setAnchorDirection(String) - Method in class com.languagecomputer.api.text.DefaultTemporalSpan
Sets the anchor direction.
setAnchorValue(String) - Method in class com.languagecomputer.api.text.DefaultTemporalSpan
Sets the anchor value.
setAnnotationType(AnnotationType) - Method in class com.languagecomputer.api.query.DefaultAnswer
Not necessary: defaults to Answer.TYPE.
setAnnotationType(AnnotationType) - Method in class com.languagecomputer.api.text.DefaultAttribute
Not necessary: defaults to Attribute.TYPE.
setAnnotationType(AnnotationType) - Method in class com.languagecomputer.api.text.DefaultDocument
Not necessary: defaults to Document.TYPE.
setAnnotationType(AnnotationType) - Method in class com.languagecomputer.api.text.DefaultEntity
Not necessary: defaults to Entity.TYPE.
setAnnotationType(AnnotationType) - Method in class com.languagecomputer.api.text.DefaultEvent
Not necessary: defaults to Event.TYPE.
setAnnotationType(AnnotationType) - Method in class com.languagecomputer.api.text.DefaultMentionChain
Not necessary: defaults to MentionChain.TYPE.
setAnnotationType(AnnotationType) - Method in class com.languagecomputer.api.text.DefaultQuestionAnswerPair
Not necessary: defaults to QuestionAnswerPair.TYPE.
setAnnotationType(AnnotationType) - Method in class com.languagecomputer.api.text.DefaultSpatialSpan
Not necessary: defaults to SpatialSpan.TYPE.
setAnnotationType(AnnotationType) - Method in class com.languagecomputer.api.text.DefaultTemporalSpan
Not necessary: defaults to TemporalSpan.TYPE.
setAnnotationType(AnnotationType) - Method in class com.languagecomputer.api.text.DefaultText
Sets the AnnotationType.
setAnswer(Text) - Method in class com.languagecomputer.api.text.DefaultQuestionAnswerPair
Sets the answer to use for this QuestionAnswerPair.
setConfidence(double) - Method in class com.languagecomputer.api.query.DefaultAnswer
Sets the confidence to use for this DefaultAnswer.
setConnectTimeout(String, long) - Method in class com.languagecomputer.api.ServiceConfig
Sets the connection timeout to use for the given service.
setDocument(Document) - Method in class com.languagecomputer.api.query.DefaultQueryResult
Sets the Document to use for this DefaultQueryResult.
setDocument(Document) - Method in class com.languagecomputer.api.text.DefaultDocument
Not allowed: DefaultDocument.getDocument() can only return this DefaultDocument.
setDocument(Document) - Method in class com.languagecomputer.api.text.DefaultText
Sets the Document without adding this DefaultText to it.
setDocumentID(String) - Method in class com.languagecomputer.api.query.DefaultAnswer
Explicitly sets the document ID for when no Document is attached to this DefaultAnswer.
setDocumentID(String) - Method in class com.languagecomputer.api.text.DefaultDocument
Sets the Document ID.
setEndCharOffset(int) - Method in class com.languagecomputer.api.text.DefaultDocument
Not allowed: computed from DefaultText.getRawString().
setEndCharOffset(int) - Method in class com.languagecomputer.api.text.DefaultMentionChain
Not allowed: DefaultMentionChain.getEndCharOffset() can only return Text.getEndCharOffset()
setEndCharOffset(int) - Method in class com.languagecomputer.api.text.DefaultText
Sets the end character offset.
setIndexPath(String) - Method in class com.languagecomputer.client.BatchWebClient
Sets the index path for the IndexService.
setIsExact(boolean) - Method in class com.languagecomputer.api.query.DefaultKeyword
Forces the DefaultKeyword to be exact or not (optional operation).
setIsMandatory(boolean) - Method in class com.languagecomputer.api.query.DefaultKeyword
Forces the DefaultKeyword to be mandatory or not (optional operation).
setLatitude(Double) - Method in class com.languagecomputer.api.text.DefaultSpatialSpan
Sets the latitude.
setLongitude(Double) - Method in class com.languagecomputer.api.text.DefaultSpatialSpan
Sets the longitude.
setModifier(String) - Method in class com.languagecomputer.api.text.DefaultTemporalSpan
Sets the modifier.
setMultiple(Boolean) - Method in class com.languagecomputer.api.text.DefaultTemporalSpan
Sets the multiplicity flag.
setNaturalLanguage(String) - Method in class com.languagecomputer.api.query.DefaultQuery
Sets the natural language representation for the DefaultQuery.
setParents(List<String>) - Method in class com.languagecomputer.api.text.DefaultSpatialSpan
Sets the parents.
setPassage(String) - Method in class com.languagecomputer.api.query.DefaultAnswer
Sets the passage to use for this DefaultAnswer.
setPath(String) - Method in interface com.languagecomputer.api.DocumentRetrievalService
Sets the location used to retrieve documents.
setPath(String) - Method in class com.languagecomputer.api.DocumentRetrievalServiceWebClient
Sets the location used to retrieve documents.
setPath(String, String) - Method in interface com.languagecomputer.api.DocumentRetrievalWebService
Sets the location used to retrieve documents.
setPath(String, String) - Method in class com.languagecomputer.api.DocumentRetrievalWebServiceImpl
Sets the location used to retrieve documents.
setPath(String) - Method in interface com.languagecomputer.api.IndexService
Sets the location of the index.
setPath(String) - Method in class com.languagecomputer.api.IndexServiceWebClient
Sets the location of the index.
setPath(String, String) - Method in interface com.languagecomputer.api.IndexWebService
Changes the index path.
setPath(String, String) - Method in class com.languagecomputer.api.IndexWebServiceImpl
Changes the index path.
setPopulation(Integer) - Method in class com.languagecomputer.api.text.DefaultSpatialSpan
Sets the population.
setQuestion(String) - Method in class com.languagecomputer.api.text.DefaultQuestionAnswerPair
Sets the question to use for this QuestionAnswerPair.
setRawString(String) - Method in class com.languagecomputer.api.query.DefaultKeyword
Sets the raw string of this DefaultKeyword.
setRawString(String) - Method in class com.languagecomputer.api.text.DefaultText
Sets the raw string, Not necessary for non-Documents.
setReceiveTimeout(String, long) - Method in class com.languagecomputer.api.ServiceConfig
Sets the receive timeout to use for the given service.
setScore(double) - Method in class com.languagecomputer.api.query.DefaultQueryResult
Sets the score to use for this DefaultQueryResult.
setSession(Session) - Method in class com.languagecomputer.api.BaseWebClient
Ignored: since this is a web client, this method should never be called.
setSession(Session) - Method in class com.languagecomputer.api.DefaultAnnotationMetaService
Sets the Session this Service instance is associated with.
setSession(Session) - Method in class com.languagecomputer.api.DefaultQuestionAnsweringMetaService
Sets the Session this Service instance is associated with.
setSession(Session) - Method in interface com.languagecomputer.api.Service
Sets the Session this Service instance is associated with.
setSessionID(String) - Method in class com.languagecomputer.api.BaseWebClient
Sets the session identifier to use for this BaseWebClient.
setSessionID(String, String) - Method in class com.languagecomputer.client.WebClient
Helper method to set the sessionID for the given service.
setStartCharOffset(int) - Method in class com.languagecomputer.api.text.DefaultDocument
Not allowed: must be 0 (hard-coded).
setStartCharOffset(int) - Method in class com.languagecomputer.api.text.DefaultMentionChain
Not allowed: DefaultMentionChain.getStartCharOffset() can only return 0.
setStartCharOffset(int) - Method in class com.languagecomputer.api.text.DefaultText
Sets the start character offset.
setStructuredQuery(String) - Method in class com.languagecomputer.api.query.DefaultQuery
Sets the structured query representation for the DefaultQuery.
setType(String) - Method in class com.languagecomputer.api.text.DefaultAttribute
Sets the type of this Attribute.
setType(String) - Method in class com.languagecomputer.api.text.DefaultEntity
Sets the type of this Entity.
setType(String) - Method in class com.languagecomputer.api.text.DefaultEvent
Sets the type of this Event.
setURL(String, String) - Method in class com.languagecomputer.api.ServiceConfig
Sets the URL to use for the given service.
setValue(String) - Method in class com.languagecomputer.api.text.DefaultTemporalSpan
Sets the value.
setValue(String) - Method in class com.languagecomputer.api.text.GenericDefaultText
Sets the value.
setWeight(double) - Method in class com.languagecomputer.api.query.DefaultKeyword
Sets the weight of this DefaultKeyword (optional operation).
SimpleWebClient - Class in com.languagecomputer.client
Simple web service client.
SimpleWebClient() - Constructor for class com.languagecomputer.client.SimpleWebClient
 
SPATIAL_SERVICE - Static variable in class com.languagecomputer.client.WebClient
 
SpatialService - Interface in com.languagecomputer.api
Spatial entity recognition service.
SpatialServiceWebClient - Class in com.languagecomputer.api
Web service client wrapper for the SpatialService.
SpatialServiceWebClient(ServiceConfig) - Constructor for class com.languagecomputer.api.SpatialServiceWebClient
Creates a new EntityServiceWebClient with the given ServiceConfig.
SpatialSpan - Interface in com.languagecomputer.api.text
Representation of a gazetteer object found in text.
SpatialWebService - Interface in com.languagecomputer.api
Interface for spatial information annotation web service.
SpatialWebServiceImpl - Class in com.languagecomputer.api
Implementation of SpatialWebService.
SpatialWebServiceImpl(SessionManager) - Constructor for class com.languagecomputer.api.SpatialWebServiceImpl
Creates a new SpatialWebServiceImpl using the given configFile.
start() - Method in class com.languagecomputer.server.WebServer
Starts the server.
StreamingBatchWebClient - Class in com.languagecomputer.client
BatchWebClient that streams the file content to the server instead of sending the URL.
StreamingBatchWebClient(String, List<String>) - Constructor for class com.languagecomputer.client.StreamingBatchWebClient
Creates a new StreamingBatchWebClient with the services located on the given host.
SummarizationService - Interface in com.languagecomputer.api
Summarization service.
SummarizationWebService - Interface in com.languagecomputer.api
Interface for summarization web service.
SummarizationWebServiceImpl - Class in com.languagecomputer.api
Implementation of SummarizationWebService.
SummarizationWebServiceImpl(SessionManager) - Constructor for class com.languagecomputer.api.SummarizationWebServiceImpl
Creates a new SummarizationWebServiceImpl using the given sessionManager.
summarize(Iterable<Document>, Query) - Method in interface com.languagecomputer.api.SummarizationService
Summarizes the given Documents using the given (optional) Query.
summarize(String, String, String, String) - Method in interface com.languagecomputer.api.SummarizationWebService
Summarizes the documents with the (optional) query.
summarize(String, String, String, String) - Method in class com.languagecomputer.api.SummarizationWebServiceImpl
Summarizes the documents with the (optional) query.

T

TEMPORAL_SERVICE - Static variable in class com.languagecomputer.client.WebClient
 
TemporalService - Interface in com.languagecomputer.api
Temporal entity recognition service.
TemporalServiceWebClient - Class in com.languagecomputer.api
Web service client wrapper for the TemporalService.
TemporalServiceWebClient(ServiceConfig) - Constructor for class com.languagecomputer.api.TemporalServiceWebClient
Creates a new EntityServiceWebClient with the given ServiceConfig.
TemporalSpan - Interface in com.languagecomputer.api.text
Representation of a temporal object found in text.
TemporalWebService - Interface in com.languagecomputer.api
Interface for temporal information annotation web service.
TemporalWebServiceImpl - Class in com.languagecomputer.api
Implementation of TemporalWebService.
TemporalWebServiceImpl(SessionManager) - Constructor for class com.languagecomputer.api.TemporalWebServiceImpl
Creates a new TemporalWebServiceImpl using the given sessionManager.
Text - Interface in com.languagecomputer.api.text
Superclass of all unstructured text representation objects.
TextComparator - Class in com.languagecomputer.api.text
A recommended sorting Comparator for Text objects that occur in the same Document.
TextComparator() - Constructor for class com.languagecomputer.api.text.TextComparator
 
toString() - Method in class com.languagecomputer.api.query.DefaultQuery
Returns a String representation of a DefaultQuery.
toString() - Method in class com.languagecomputer.api.text.AnnotationType
Returns a String representation of this AnnotationType.
toString() - Method in class com.languagecomputer.api.text.DefaultAttribute
Returns a String representation of a DefaultAttribute.
toString() - Method in class com.languagecomputer.api.text.DefaultDocument
Returns a String representation of a DefaultDocument.
toString() - Method in class com.languagecomputer.api.text.DefaultEntity
Returns a String representation of a DefaultEntity.
toString() - Method in class com.languagecomputer.api.text.DefaultEvent
Returns a String representation of a DefaultEvent.
toString() - Method in class com.languagecomputer.api.text.DefaultMentionChain
Returns a String representation of a DefaultMentionChain.
toString() - Method in class com.languagecomputer.api.text.DefaultQuestionAnswerPair
Returns a String representation of a DefaultQuestionAnswerPair.
toString() - Method in class com.languagecomputer.api.text.DefaultSpatialSpan
Returns a String representation of a DefaultSpatialSpan.
toString() - Method in class com.languagecomputer.api.text.DefaultTemporalSpan
Returns a String representation of a DefaultSpatialSpan.
toString() - Method in class com.languagecomputer.api.text.DefaultText
Returns a String representation of a DefaultText.
TYPE - Static variable in interface com.languagecomputer.api.query.Answer
 
TYPE - Static variable in interface com.languagecomputer.api.text.Attribute
 
TYPE - Static variable in interface com.languagecomputer.api.text.Document
 
TYPE - Static variable in interface com.languagecomputer.api.text.Entity
 
TYPE - Static variable in interface com.languagecomputer.api.text.Event
 
TYPE - Static variable in interface com.languagecomputer.api.text.MentionChain
 
TYPE - Static variable in interface com.languagecomputer.api.text.QuestionAnswerPair
 
TYPE - Static variable in interface com.languagecomputer.api.text.SpatialSpan
 
TYPE - Static variable in interface com.languagecomputer.api.text.TemporalSpan
 

U

unmarshal(Reader) - Method in class com.languagecomputer.api.text.DocumentXML
Unmarshalls the Object using a JAXB Unmarshaller.
unregisterSession() - Method in class com.languagecomputer.api.BaseWebClient
Unregisters the current session with the remote service.
unregisterSession(String) - Method in interface com.languagecomputer.api.BaseWebService
Unregisters a session from this service.
unregisterSession(String) - Method in class com.languagecomputer.api.BaseWebServiceImpl
Unregisters a session from this service.

W

WebClient - Class in com.languagecomputer.client
Base web service client.
WebClient() - Constructor for class com.languagecomputer.client.WebClient
Creates a new WebClient.
WebServer - Class in com.languagecomputer.server
Web services container / driver.
WebServer(int, File) - Constructor for class com.languagecomputer.server.WebServer
Main constructor.
WebServerKiller - Class in com.languagecomputer.server
 
WebServerKiller() - Constructor for class com.languagecomputer.server.WebServerKiller
 
WebServerThread - Class in com.languagecomputer.server
 
WebServerThread(String, String, List<String>) - Constructor for class com.languagecomputer.server.WebServerThread
 
writeAnnotations(Collection<? extends Text>, Collection<String>, Writer) - Method in class com.languagecomputer.api.text.DocumentXML
Writes the given Text objects (just annotations, cannot contain any Documents) to the given Writer.
writeAnswers(List<Answer>, Writer) - Method in class com.languagecomputer.api.query.QueryXML
Writes the given Answers to XML in the given Writer.
writeDocument(Document, Writer) - Method in class com.languagecomputer.api.text.DocumentXML
Writes the given Document to XML in the given Writer.
writeDocuments(List<Document>, Writer) - Method in class com.languagecomputer.api.text.DocumentXML
Writes the given Documents to XML in the given Writer.
writeQuery(Query, Writer) - Method in class com.languagecomputer.api.query.QueryXML
Writes the given Query to XML in the given Writer.
writeQueryResults(List<QueryResult>, DocumentXML, Writer) - Method in class com.languagecomputer.api.query.QueryXML
Writes the given QueryResults to XML in the given Writer.

X

xmlConverter - Variable in class com.languagecomputer.api.BaseAnnotationWebServiceImpl
 
xmlConverter - Variable in class com.languagecomputer.api.DossierWebServiceImpl
 
XMLDocumentSerializer - Class in com.languagecomputer.api.sample
Sample code that uses the LCC API's DocumentXML class to read/write a Document to/from XML.
XMLDocumentSerializer() - Constructor for class com.languagecomputer.api.sample.XMLDocumentSerializer
 

A B C D E F G H I K L M O P Q R S T U W X

Copyright © 2009. All Rights Reserved.