Uses of Interface
csli.dialog.app.calo.main.services.AddresseeDetectorService

Packages that use AddresseeDetectorService
csli.dialog.app.calo.addressee This package provides classes for addressee identification and resolution of reference to participants in dialogue (addressees, speakers and others). 
csli.dialog.app.calo.main This package provides external APIs to the CSLI CALO component services. 
 

Uses of AddresseeDetectorService in csli.dialog.app.calo.addressee
 

Classes in csli.dialog.app.calo.addressee that implement AddresseeDetectorService
 class AddresseeDetector
          An abstract addressee detector
 class DummyAddresseeDetector
          A dummy detector - always returns an empty set of addressees for an utterance, and never actually asserts them in the OPI model
 class GenerousAddresseeDetector
          A generous addressee detector - once initialized on a meeting, the addressees "detected" for a particular utterance are everyone in the meeting except for the current speaker.
 class NaiveAddresseeDetector
          A very naive addressee detector - once initialized on a meeting, the addressee "detected" for a particular utterance is the speaker of the next utterance which is spoken by someone else
 

Uses of AddresseeDetectorService in csli.dialog.app.calo.main
 

Methods in csli.dialog.app.calo.main that return AddresseeDetectorService
 AddresseeDetectorService ServiceManager.getAddresseeDetectorService()
          Get the currently active addressee detector service.