Version

Search Results

ITokenTag Interface

The interface for all tags that represent tagged Tokens. Syntax

ITokenTag Interface Members

Public Properties

ITokenTag Interface Properties

Public Properties

Token Property (ITokenTag)

Returns the Token associated with this ITokenTag. Syntax

TaggerBase<T> Class

An abstract base class for taggers (i.e., objects that implement ITagger) Syntax Type Parameters T The ITag derived type that the tagger should create

TaggerBase<T> Class Members

Protected Properties Public Methods

TaggerBase<T> Class Properties

Protected Properties

Document Property (TaggerBase<T>)

Returns the document associated with this ITagger (read only) Syntax

GetTags Method (TaggerBase<T>)

Returns all the ITags that intersect the specified spans. Syntax Parameters spans A collection of spans whose text is examined and tagged with ITag derived tags. Return Value ITagSpans for all ITokenTags that are contained by or overlap the spans.