Interface ITagDictionary

Namespace
NOpenNLP.Tools.Postag
Assembly
NOpenNLP.Tools.dll

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

word string

The word.

Returns

string[]

A list of valid tags for the specified word or null if no information is available for that word.