Class DetachSuffixesOperation

  • All Implemented Interfaces:
    Operation, Createable

    public class DetachSuffixesOperation
    extends AbstractDelegatingOperation
    Remove all aplicable suffixes from the word(s) and do a look-up. This class accepts parameters in the form of:
    
      
    
     
    where suffix is the {suffix} to convert from, and {stemmed suffix} is the suffix to convert to.
    • Field Detail

      • _suffixMap

        private java.util.Map _suffixMap
    • Constructor Detail

      • DetachSuffixesOperation

        public DetachSuffixesOperation()
      • DetachSuffixesOperation

        public DetachSuffixesOperation​(java.util.Map suffixMap)