A B C D E F G H I K L M N O P R S T U V 

S

searchBasedOnRequest(String, Preference, boolean) - Method in class acp.manager.DataManager
Search for relevant suggestion by input from the user and the user preferences.
searchEntity(String, Preference, boolean) - Method in class acp.store.DataStore
Search a list of relevant entities by user input and user preferences.
searchText(String, Preference, boolean) - Method in class acp.store.DataStore
Search a list of relevant suggestions by user input and user preferences.
Sentence - Class in acp.beans.entity
 
Sentence() - Constructor for class acp.beans.entity.Sentence
Default constructor
Sentence(int, String) - Constructor for class acp.beans.entity.Sentence
Constructor to initialize object for storing in database
SENTENCE - Static variable in class acp.beans.Suggestion
 
SENTENCE_PREFIX - Static variable in class acp.store.DataStore
 
SentenceSplitter - Variable in class acp.util.GateParser
 
Server - Class in acp.background
Listen for connections who wish to communicate with ACP Logic.
Server(int) - Constructor for class acp.background.Server
Basic constructor to create an instance of Server object.
SessionFactoryUtil - Class in acp.util
 
setAutoTrigger(boolean) - Method in class acp.beans.Preference
Change the trigger mode for auto-completion of this preference.
setContent(String) - Method in class acp.beans.entity.Entity
Set content of the Entity object.
setContent(String) - Method in class acp.beans.entity.Sentence
Set content of the Sentence object.
setCorpus(Corpus) - Method in class acp.util.GateParser
Tell ANNIE's controller about the corpus you want to run on
setDelayTrigger(int) - Method in class acp.beans.Preference
Set the delay(in ms) to trigger the suggestion popup.
setDestinationDocument(int) - Method in class acp.ACPLogic
Inform MLManager the current destination document (eg.
setDestinationDocument(int) - Method in class acp.manager.RankManager
Keep tracks of the active destination document.
setDoNotPromptExit(boolean) - Method in class acp.beans.Preference
Change the exit prompt status of this preference.
setEnableACP(String) - Method in class acp.beans.Preference
Set the hotkey of enable and disable acp.
setEnableDisable(boolean) - Method in class acp.beans.Preference
Change the status of ACP during application launch of this preference.
setEnableDisable(boolean) - Method in class acp.ui.PreferenceUI
 
setEntities(List<Entity>) - Method in class acp.beans.ProcessedText
Set the list of processed Entity object.
setEntityType(int) - Method in class acp.beans.entity.Entity
Set entity type of the Entity object.
setEntriesInView(int) - Method in class acp.beans.Preference
Change the number of entries of this preference.
setErrorReply(String) - Method in class acp.beans.OperationReply
Set the operation reply to return an error reply with an error message.
setExtendParagraph(String) - Method in class acp.beans.Preference
Set the hotkey of extend suggestion by paragraph.
setExtendSentence(String) - Method in class acp.beans.Preference
Set the hotkey of extend suggestion by sentence.
setExtendWord(String) - Method in class acp.beans.Preference
Set the hotkey of extend suggestion by word.
setId(int) - Method in class acp.beans.Suggestion
Set ID of the Suggestion object.
setLastUsedParahraph(int) - Method in class acp.beans.RankEntry
Set the last used paragraph id of the object/source document
setLastUsedSentence(int) - Method in class acp.beans.RankEntry
Set the last used sentence id of the object/source document
setMetadata(Source) - Method in class acp.beans.ProcessedText
 
setName(String) - Method in class acp.beans.entity.Source
Set name of the Source object.
setName(String) - Method in class acp.beans.Operation
Set the invoking method name.
setOnStartUp(boolean) - Method in class acp.beans.Preference
Change the ACP startup option of this preference.
setParagraphID(int) - Method in class acp.beans.entity.Sentence
Set paragraph ID of the Sentence object.
setParagraphs(List<Paragraph>) - Method in class acp.beans.ProcessedText
Set the list of processed Paragraph object.
setParameters(List<Object>) - Method in class acp.beans.Operation
Set the list of parameters to pass to the invoking method.
setParentOrder(int) - Method in class acp.beans.entity.Paragraph
Set parent order of the Paragraph object.
setParentOrder(int) - Method in class acp.beans.entity.Sentence
Set parent order of the Sentence object.
setRank(int) - Method in class acp.beans.entity.Source
Set ML source rank of the Source object.
setReduceParagraph(String) - Method in class acp.beans.Preference
Set the hotkey of reduce suggestion by paragraph.
setReduceSentence(String) - Method in class acp.beans.Preference
Set the hotkey of reduce suggestion by sentence.
setReduceWord(String) - Method in class acp.beans.Preference
Set the hotkey of reduce suggestion by word.
setResult(Object) - Method in class acp.beans.OperationReply
Set the return result to be sent to the client after invoking a method.
setScore(double) - Method in class acp.beans.RankEntry
Set the score of the object/source document.
setSentences(List<Sentence>) - Method in class acp.beans.entity.Paragraph
Set sentences of the Paragraph object.
setSource(String) - Method in class acp.beans.RankEntry
Set the name of the source document the object is referencing.
setSource(Source) - Method in class acp.beans.Suggestion
Set source object of the Suggestion object.
setSourceID(int) - Method in class acp.beans.entity.Entity
Set source ID of the Entity object.
setSourceID(int) - Method in class acp.beans.entity.Paragraph
Set source ID of the Paragraph object.
setSourceID(int) - Method in class acp.beans.entity.Source
Set source ID of the Source object.
setStatus(int) - Method in class acp.beans.OperationReply
Set the the status of the operation reply.
setThreshold(int) - Method in class acp.beans.Preference
Change the threshold for the number of suggestion of this preference
setTriggerSuggestionPopUp(String) - Method in class acp.beans.Preference
Set the hotkey Trigger Suggestion PopUp.
setTurnOfLastUse(int) - Method in class acp.beans.RankEntry
Set the turn of last used of the object/source document
setType(int) - Method in class acp.beans.Suggestion
Set suggestion type of the Suggestion object.
setUpJIntellitypeFile() - Method in class acp.ui.PreferenceUI
 
setUpSystemKeyListener() - Method in class acp.ui.PreferenceUI
 
setUrl(String) - Method in class acp.beans.entity.Source
 
showDebugUI() - Method in class acp.manager.RankManager
To enable the debugUI
showDebugUI() - Method in class acp.ui.RankDebugUI
 
SortManager - Class in acp.manager
SortManager is the component that sort the result list according the the ranking model provided by the machine learning component.
SortManager() - Constructor for class acp.manager.SortManager
 
sortSearchResults(int, Preference[], List<Suggestion>, ArrayList<RankEntry>, String) - Method in class acp.manager.SortManager
Sorts the search result according by the type of the search result (Sentence or Entity).
Source - Class in acp.beans.entity
 
Source() - Constructor for class acp.beans.entity.Source
Default constructor
Source(String, String) - Constructor for class acp.beans.entity.Source
Constructor to initialize object for storing in database
SplashUI - Class in acp.ui
 
SplashUI() - Constructor for class acp.ui.SplashUI
 
SplashUI.LoadingState - Enum in acp.ui
 
SQLiteDialect - Class in acp.store.dialect
 
SQLiteDialect() - Constructor for class acp.store.dialect.SQLiteDialect
 
startSession() - Method in class acp.store.DataStore
Start a session with Hibernate.
startTransaction() - Method in class acp.store.DataStore
Start a transaction with Hibernate.
storeEntity(Entity) - Method in class acp.store.DataStore
Insert an entity object
storeMetadata(Source) - Method in class acp.store.DataStore
Insert a source object
storeParagraph(Paragraph) - Method in class acp.store.DataStore
Insert a paragraph object
storeProcessedText(ProcessedText) - Method in class acp.manager.DataManager
Store processed information from an extracted source (Source, Paragraph, Sentence, Entities).
storeSentence(Sentence) - Method in class acp.store.DataStore
Insert a sentence object
storeUserBehavior() - Method in class acp.manager.RankManager
Store the data collected from the user behavior by the algorithm.
storeUserBehaviors() - Method in class acp.ACPLogic
Store the learned user behaviors to a file.
storeUserBehaviour() - Method in class acp.store.RankDataStore
Stores user behavior data into the file.
Suggestion - Class in acp.beans
 
Suggestion() - Constructor for class acp.beans.Suggestion
 
supportsCascadeDelete() - Method in class acp.store.dialect.SQLiteDialect
 
supportsCurrentTimestampSelection() - Method in class acp.store.dialect.SQLiteDialect
 
supportsIdentityColumns() - Method in class acp.store.dialect.SQLiteDialect
 
supportsIfExistsBeforeTableName() - Method in class acp.store.dialect.SQLiteDialect
 
supportsLimit() - Method in class acp.store.dialect.SQLiteDialect
 
supportsOuterJoinForUpdate() - Method in class acp.store.dialect.SQLiteDialect
 
supportsTemporaryTables() - Method in class acp.store.dialect.SQLiteDialect
 
supportsUnionAll() - Method in class acp.store.dialect.SQLiteDialect
 
SystrayUI - Class in acp.ui
 
SystrayUI() - Constructor for class acp.ui.SystrayUI
 
A B C D E F G H I K L M N O P R S T U V