Class DefaultDictionaryImpl

java.lang.Object
org.carrot2.attrs.AttrComposite
org.carrot2.language.DefaultDictionaryImpl
All Implemented Interfaces:
AcceptingVisitor, LabelFilterDictionary, StopwordFilterDictionary

public class DefaultDictionaryImpl extends AttrComposite implements StopwordFilterDictionary, LabelFilterDictionary
Default implementation of StopwordFilterDictionary and LabelFilterDictionary interfaces. Provides support for exact string matching, globs (wildcard expressions) and regular expression (Pattern) matching.