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

A

ActionItemFeedbackHandler - Class in csli.dialog.app.calo.ai
A class to handle feedback about action items, e.g.
ActionItemFeedbackHandler(ActionItemIdentifier) - Constructor for class csli.dialog.app.calo.ai.ActionItemFeedbackHandler
 
ActionItemGrouper - Class in csli.dialog.app.calo.ai
This class provides utterance-group handling for action item feedback.
ActionItemGrouper(RelevanceScorer, CslitopicaiOpi_1_0, ActionItemIdentifier) - Constructor for class csli.dialog.app.calo.ai.ActionItemGrouper
 
ActionItemIdentifier - Class in csli.dialog.app.calo.ai
An abstract action item detector: detects action items in meetings, adding new CsliActionItem instances to the KB where appropriate.
ActionItemIdentifier() - Constructor for class csli.dialog.app.calo.ai.ActionItemIdentifier
 
ActionItemIdentifierGui - Class in csli.dialog.app.calo.ai
A GUI for an ActionItemIdentifier.
ActionItemIdentifierGui(ActionItemService) - Constructor for class csli.dialog.app.calo.ai.ActionItemIdentifierGui
 
ActionItemIdentifierParameters - Class in csli.dialog.app.calo.ai
A parameter class for an ActionItemIdentifier.
ActionItemIdentifierParameters() - Constructor for class csli.dialog.app.calo.ai.ActionItemIdentifierParameters
 
ActionItemIdentifierService - Interface in csli.dialog.app.calo.main.services
A service for detecting and hypothesizing action-items.
ActionItemJieunTest2Script - Class in csli.dialog.app.calo.ai.jieun
 
ActionItemJieunTest2Script() - Constructor for class csli.dialog.app.calo.ai.jieun.ActionItemJieunTest2Script
 
ActionItemJieunTest3Script - Class in csli.dialog.app.calo.ai.jieun
 
ActionItemJieunTest3Script() - Constructor for class csli.dialog.app.calo.ai.jieun.ActionItemJieunTest3Script
 
ActionItemJieunTest4Script - Class in csli.dialog.app.calo.ai.jieun
 
ActionItemJieunTest4Script() - Constructor for class csli.dialog.app.calo.ai.jieun.ActionItemJieunTest4Script
 
ActionItemJieunTestScript - Class in csli.dialog.app.calo.ai.jieun
 
ActionItemJieunTestScript() - Constructor for class csli.dialog.app.calo.ai.jieun.ActionItemJieunTestScript
 
ActionItemReporter - Class in csli.dialog.app.calo.ai
A class for reporting the results of an ActionItemIdentifier action item classifier, for provision to the meeting browser, OAA interface, XML-RPC interface etc.
ActionItemReporter(ActionItemIdentifierParameters) - Constructor for class csli.dialog.app.calo.ai.ActionItemReporter
A class for reporting the results of an ActionItemIdentifier action item classifier, for provision to the meeting browser, OAA interface, XML-RPC interface etc.
ActionItemService - Class in csli.dialog.app.calo.ai
 
ActionItemService() - Constructor for class csli.dialog.app.calo.ai.ActionItemService
 
ActionItemSummarizer - Class in csli.dialog.app.calo.ai.summary
Produces an ActionItemSummary from the relevant utterances
ActionItemSummarizer() - Constructor for class csli.dialog.app.calo.ai.summary.ActionItemSummarizer
Create an uninitialized ActionItemSummarizer - must be initialized later via ActionItemSummarizer.init(CorporaOpi_2_0)
ActionItemSummarizer(CorporaOpi_2_0) - Constructor for class csli.dialog.app.calo.ai.summary.ActionItemSummarizer
Create an ActionItemSummarizer initialized on the given model
ActionItemSummary - Class in csli.dialog.app.calo.ai.summary
A descriptive representation for an action item, suitable for to-do list creation
ActionItemSummary() - Constructor for class csli.dialog.app.calo.ai.summary.ActionItemSummary
 
ActionItemSummary(Map<String, String>) - Constructor for class csli.dialog.app.calo.ai.summary.ActionItemSummary
 
ActionItemSummary(CslitopicaiOpi_1_0.CsliActionItem) - Constructor for class csli.dialog.app.calo.ai.summary.ActionItemSummary
 
ActionItemSummary(String, Map<String, String>) - Constructor for class csli.dialog.app.calo.ai.summary.ActionItemSummary
 
ActionItemUtils - Class in csli.dialog.app.calo.ai
Provides utilities for ActionItemIdentifiers: global definitions; basic KB/OPI interaction such as adding/removing action items, utterances & relations; basic classifier & file handling
ActionItemUtils() - Constructor for class csli.dialog.app.calo.ai.ActionItemUtils
 
addAIHypothesis(HashMap<String, List<ScoredObject<String>>>, Double) - Method in class csli.dialog.app.calo.ai.ActionItemIdentifier
Add a new AI hypothesis to the AI model, and to the list of AIs to report
addButton(JButton) - Method in class csli.dialog.app.calo.main.ServiceManagerGui
 
addContext(int, List<Object>) - Method in class csli.dialog.app.calo.ai.feature.FeatureMaker
Add context (history/future)-derived features to the raw (context-independent) set.
addedSynsets - Static variable in class csli.dialog.app.calo.clib.Utilities
 
addExpResults(double[][], String, ExperimentConstants.FbackAlg, int, int, int) - Method in class csli.dialog.app.calo.ai.mlmi.ExperimentResultsDisplayer
Add results to memory for experiment one.
addFeedback(String, String, String, String, String, String, String, String, String, String, String) - Method in class csli.dialog.app.calo.browser.BrowserFeedbackServiceImpl
 
addFeedbackBean(String, String, Document) - Method in class csli.dialog.app.calo.browser.BrowserFeedbackServiceImpl
Takes a feedback Java bean and converts to OPI format, then adds into the destination model, creating links to any references to objects in the source model.
addFeedbackBean(String, String, Document) - Method in interface csli.dialog.app.calo.main.services.FeedbackService
Takes a feedback Java bean and converts to OPI format, then adds into the destination model, creating links to any references to objects in the source model.
addFeedbackBeansToOpi(ArrayList<Feedback>, CslitopicaiOpi_1_0, CslitopicaiOpi_1_0) - Static method in class csli.dialog.app.calo.browser.BrowserFeedbackServiceImpl
Takes an array of feedback Java beans, converts these to OPI format and adds them into the destination model , and creating links to any references to objects that are in the source model.
addFeedbacks(String, String, ArrayList<Feedback>) - Method in class csli.dialog.app.calo.browser.BrowserFeedbackServiceImpl
 
addFeedbacks(String, String, ArrayList<Feedback>) - Method in interface csli.dialog.app.calo.main.services.FeedbackService
Take feedback data that a user has provided on the most recent hypotheses over a particular meeting and save it to the KB -- this will overwrite any feedback data previously saved for that hypothesis and meeting so be sure that you have integrated any prevously existing feedback using a call to getMostRecentFeedbacks().
addFeedbackToOpi(ArrayList<Feedback>, CslitopicaiOpi_1_0, CslitopicaiOpi_1_0) - Static method in class csli.dialog.app.calo.browser.BrowserFeedbackServiceImpl
Takes a feedback, converts to OPI format and adds to destination model, creating links to any references to objects that are in the source model.
addGroup(CslitopicaiOpi_1_0.CsliActionItem) - Method in class csli.dialog.app.calo.ai.ActionItemGrouper
Create a main group for an AI along with the relevant PartOfs, and set its properties
addGroup(CslitopicaiOpi_1_0.CsliActionItem, OpiSlot, Object, XSDDateTime) - Method in class csli.dialog.app.calo.ai.ActionItemGrouper
Find a likely subgroup for a particular slot in an AI and create it along with the relevant PartOfs
addHypsAsNotes(CslitopicaiOpi_1_0, String, String, CslitopicaiOpi_1_0) - Method in class csli.dialog.app.calo.browser.BrowserFeedbackServiceImpl
Takes a set of action item hypotheses and creates an agenda item containing all the hyps as notes entries.
addLogMessage(String, String) - Method in class csli.dialog.app.calo.browser.BrowserFeedbackServiceImpl
Print a log message to the text area.
addMainNotesObject(CslitopicaiOpi_1_0, CorporaOpi_2_0.NOMOSMeeting) - Static method in class csli.dialog.app.calo.browser.BrowserFeedbackServiceImpl
Creates a main meeting notes object in the destination model for the given meeting.
addMeeting(String) - Method in class csli.dialog.app.calo.topic.classification.mit.GibbsSamplerService
Add a meeting to the set (queue) of meetings to process
addNullWords(File) - Static method in class csli.dialog.app.calo.topic.classification.topicextraction.Topic
Completes the stopword list by reading from a file.
addNullWords(Collection<Integer>) - Static method in class csli.dialog.app.calo.topic.classification.topicextraction.Topic
 
addOwnerId(String, double) - Method in class csli.dialog.app.calo.ai.summary.ActionItemSummary
 
addOwnerId(ScoredObject<String>) - Method in class csli.dialog.app.calo.ai.summary.ActionItemSummary
 
addOwnerName(String, double) - Method in class csli.dialog.app.calo.ai.summary.ActionItemSummary
 
addOwnerName(ScoredObject<String>) - Method in class csli.dialog.app.calo.ai.summary.ActionItemSummary
 
addPartition(ArrayList<String>, ArrayList<String>) - Method in class csli.dialog.app.calo.ai.mlmi.ExperimentResultsDisplayer
A meeting allocation for the specified partition.
addPartOf(CslitopicaiOpi_1_0, CslitopicaiOpi_1_0.NOMOSThing, CslitopicaiOpi_1_0.NOMOSThing) - Static method in class csli.dialog.app.calo.ai.ActionItemUtils
Add a new PartOf relation between the given subject and object
AddresseeDetector - Class in csli.dialog.app.calo.addressee
An abstract addressee detector
AddresseeDetector(CorporaOpi_2_0) - Constructor for class csli.dialog.app.calo.addressee.AddresseeDetector
 
addresseeDetector - Variable in class csli.dialog.app.calo.addressee.ParticipantReferenceDetector
 
AddresseeDetectorService - Interface in csli.dialog.app.calo.main.services
A service for detecting addressee.
addressees(CorporaOpi_2_0.NOMOSSpeak) - Method in class csli.dialog.app.calo.addressee.ParticipantReferenceDetector
Detect & resolve addressee reference for a given Speak event.
addSausage(Sausage) - Method in class csli.dialog.app.calo.topic.classification.topicextraction.WordDistribution
 
addSausage(Sausage, double) - Method in class csli.dialog.app.calo.topic.classification.topicextraction.WordDistribution
 
addSausageUtterance(SausageUtterance) - Method in class csli.dialog.app.calo.topic.classification.topicextraction.WordDistribution
 
addSausageUtterance(SausageUtterance, double) - Method in class csli.dialog.app.calo.topic.classification.topicextraction.WordDistribution
 
addSausageUtterances(Collection<SausageUtterance>) - Method in class csli.dialog.app.calo.topic.classification.topicextraction.WordDistribution
 
addService(Service) - Method in class csli.dialog.app.calo.main.ServiceManagerGui
Add a service to the set of tabbed components.
addTaskDescription(String, double) - Method in class csli.dialog.app.calo.ai.summary.ActionItemSummary
 
addTaskDescription(ScoredObject<String>) - Method in class csli.dialog.app.calo.ai.summary.ActionItemSummary
 
addTimeframe(String, double) - Method in class csli.dialog.app.calo.ai.summary.ActionItemSummary
 
addTimeframe(ScoredObject<String>) - Method in class csli.dialog.app.calo.ai.summary.ActionItemSummary
 
addTopic(Topic) - Static method in class csli.dialog.app.calo.topic.classification.topicextraction.TopicPool
Use this method for adding a new Topic in the pool.
addTopic(Topic, boolean) - Static method in class csli.dialog.app.calo.topic.classification.topicextraction.TopicPool
Use this method for adding a new Topic in the pool.
addToSynsets(Synset) - Method in class csli.dialog.app.calo.clib.Concept
Finds newSynset in JWNL and looks up the headWord.
AGREEMENT_KEY - Static variable in class csli.dialog.app.calo.ai.ActionItemUtils
 
AI_KEY - Static variable in class csli.dialog.app.calo.ai.ActionItemIdentifier
 
AI_KEY - Static variable in class csli.dialog.app.calo.ai.ActionItemUtils
 
AI_STEMMER_KEY - Static variable in class csli.dialog.app.calo.ai.ActionItemUtils
 
AI_TAGGER_KEY - Static variable in class csli.dialog.app.calo.ai.ActionItemUtils
 
algs - Variable in class csli.dialog.app.calo.ai.mlmi.ExperimentResultsDisplayer
 
algsInverse - Variable in class csli.dialog.app.calo.ai.mlmi.ExperimentResultsDisplayer
 
allResults - Variable in class csli.dialog.app.calo.ai.mlmi.ExperimentResultsDisplayer
All the results indexed by: [feedbackAlgorithm][meeting][partition][metric][subclass][evaluation]
analyze(CorporaOpi_2_0) - Method in class csli.dialog.app.calo.topic.analysis.SententialUnits
 
annMan - Static variable in class csli.dialog.app.calo.ai.mlmi.ExperimentMain
The annotation manager, for convenience functions in creating layers of various kinds.
AnnotationLayerFactory - Class in csli.dialog.app.calo.ai.mlmi
This class retrieves and/or creates individual action item annotation layers for the MLMI experiment, depending on the specified set of experimental parameters.
AnnotationLayerFactory() - Constructor for class csli.dialog.app.calo.ai.mlmi.AnnotationLayerFactory
 
AnnotationLayerParameters - Class in csli.dialog.app.calo.ai.mlmi
This class encapsulates the set of experimental parameters that may be assigned to each layer of action item annotations/hypotheses that are produced during the experiment.
AnnotationLayerParameters() - Constructor for class csli.dialog.app.calo.ai.mlmi.AnnotationLayerParameters
 
ASR_DA_SEG - Static variable in class csli.dialog.app.calo.ai.ActionItemIdentifierParameters
 
ASR_HYPS_DIR - Static variable in class csli.dialog.app.calo.importers.ImportCaloY3Recordings
 
ASR_HYPS_FILE - Static variable in class csli.dialog.app.calo.importers.ImportCaloY3Recordings
 
ASR_ONE_BEST - Static variable in class csli.dialog.app.calo.ai.ActionItemIdentifierParameters
 
ASR_SSDA_DIR - Static variable in class csli.dialog.app.calo.importers.ImportCaloY3Recordings
 
ASR_SSDA_SUFFIX - Static variable in class csli.dialog.app.calo.importers.ImportCaloY3Recordings
 
ASR_WCN - Static variable in class csli.dialog.app.calo.ai.ActionItemIdentifierParameters
 
AUDIO_DIR_NAME - Static variable in class csli.dialog.app.calo.importers.ImportCaloY3Recordings
 
AverageSegmentLengthFeature - Class in csli.dialog.app.calo.topic.analysis.feature
Calculates the average segment length of all segments that overlap with the window around the topic change
AverageSegmentLengthFeature() - Constructor for class csli.dialog.app.calo.topic.analysis.feature.AverageSegmentLengthFeature
 
avg - Variable in class csli.dialog.app.calo.ai.ActionItemIdentifier
 

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