java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.external.services.labelToConcept.stringCleaners.AlodStringCleaner
All Implemented Interfaces:
StringCleaner

public class AlodStringCleaner extends Object implements StringCleaner
  • Field Details

    • LOG

      static org.slf4j.Logger LOG
  • Constructor Details

    • AlodStringCleaner

      public AlodStringCleaner()
  • Method Details

    • cleanString

      public String cleanString(String stringToClean)
      This method removes illegal characters of a string when used in a SPARQL query.
      Specified by:
      cleanString in interface StringCleaner
      Parameters:
      stringToClean - The String that shall be cleaned.
      Returns:
      The cleaned String.