Interface TagDictionary
- All Known Subinterfaces:
MutableTagDictionary
public interface TagDictionary
Interface to determine which tags are valid for a particular word
based on a tag dictionary.
-
Method Summary
Modifier and TypeMethodDescriptionString[]Retrieves a list of valid tags for the specifiedword.booleanWhether the dictionary is case-sensitive or not.
-
Method Details
-
getTags
-
isCaseSensitive
boolean isCaseSensitive()Whether the dictionary is case-sensitive or not.- Returns:
trueif the dictionary is case-sensitive, elsefalse.
-