Interface ITagDictionary
Interface to determine which tags are valid for a particular word based on a tag dictionary.
public interface ITagDictionary
Methods
GetTags(string)
Returns a list of valid tags for the specified word.
string[]? GetTags(string word)
Parameters
wordstringThe word.
Returns
- string[]
A list of valid tags for the specified word or null if no information is available for that word.