Uses of Interface
org.opencastproject.dictionary.api.DictionaryService
Packages that use DictionaryService
Package
Description
-
Uses of DictionaryService in org.opencastproject.dictionary.none
Classes in org.opencastproject.dictionary.none that implement DictionaryServiceModifier and TypeClassDescriptionclassThis dictionary implementation is a dummy implementation which which will just let the whole text pass through without any kind of filtering. -
Uses of DictionaryService in org.opencastproject.dictionary.regexp
Classes in org.opencastproject.dictionary.regexp that implement DictionaryServiceModifier and TypeClassDescriptionclassThis dictionary service implementation applies a pattern to an input string - as many times as it matches - and returns the matches, separated by a space character. -
Uses of DictionaryService in org.opencastproject.textanalyzer.impl
Fields in org.opencastproject.textanalyzer.impl declared as DictionaryServiceModifier and TypeFieldDescriptionprotected DictionaryServiceTextAnalyzerServiceImpl.dictionaryServiceThe dictionary serviceMethods in org.opencastproject.textanalyzer.impl with parameters of type DictionaryServiceModifier and TypeMethodDescriptionprotected voidTextAnalyzerServiceImpl.setDictionaryService(DictionaryService dictionaryService) Sets the dictionary service