java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.external.services.stringEquality.EqualityWithStopwordRemovalAndStemming
All Implemented Interfaces:
StringEquality

public class EqualityWithStopwordRemovalAndStemming extends Object implements StringEquality
This class considers two Strings to be equal when they contain the same tokens with stopwords removed. Individual tokens are stemmed in an aggressive manner (Porter). Basic transformations like lower casing are applied.
  • Constructor Details

    • EqualityWithStopwordRemovalAndStemming

      public EqualityWithStopwordRemovalAndStemming()
  • Method Details