Package de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.external.services.labelToConcept.stringModifiers
package de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.external.services.labelToConcept.stringModifiers
-
ClassDescriptionExample: Input: "hello" Output: "Hello"This StringModifier removes all characters that are not a letter and then applies the TokenizeSpaceSeparateLowercaseModifier.Transforms to lower case.A simple interface for classes that can modify Strings.This modifier tokenizes the String to be modified and separates the tokens with spaces.