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

Packages that use TopicSegmenterService
csli.dialog.app.calo.main This package provides external APIs to the CSLI CALO component services. 
csli.dialog.app.calo.topic.classification.topicextraction Word distribution-based topic modelling, and main topic ID agents. 
 

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

Methods in csli.dialog.app.calo.main that return TopicSegmenterService
 TopicSegmenterService ServiceManager.getTopicSegmenterService()
          Get the currently active topic segmenter service.
 

Uses of TopicSegmenterService in csli.dialog.app.calo.topic.classification.topicextraction
 

Classes in csli.dialog.app.calo.topic.classification.topicextraction that implement TopicSegmenterService
 class CsliTopicSegmenterService
           
 class CsliTopicSegmenterServiceImpl