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 Type
    Method
    Description
    Filter the text according to the rules defined by the dictionary implementation used.
  • Method Details

    • cleanUpText

      Textual cleanUpText(String text)
      Filter the text according to the rules defined by the dictionary implementation used.
      Returns:
      filtered text