Interface DictionaryService
-
public interface DictionaryServiceApi for dictionary service, aimed at correcting textual information in catalogs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.opencastproject.metadata.mpeg7.TextualcleanUpText(String text)Filter the text according to the rules defined by the dictionary implementation used.
-
-
-
Method Detail
-
cleanUpText
org.opencastproject.metadata.mpeg7.Textual cleanUpText(String text)
Filter the text according to the rules defined by the dictionary implementation used.- Returns:
- filtered text
-
-