Interface DictionaryService
- All Known Implementing Classes:
DictionaryServiceImpl,DictionaryServiceImpl,DictionaryServiceImpl
public interface DictionaryService
Api for dictionary service, aimed at correcting textual information in catalogs.
-
Method Summary
Modifier and TypeMethodDescriptioncleanUpText(String text) Filter the text according to the rules defined by the dictionary implementation used.
-
Method Details
-
cleanUpText
Filter the text according to the rules defined by the dictionary implementation used.- Returns:
- filtered text
-