Contents

NLTag

A token type, lexical class, name, lemma, language, or script returned by a linguistic tagger for natural language text.

Declaration

struct NLTag

Overview

When you create a linguistic tagger, you specify one or more NLTagScheme constants that correspond to the kind of information you want to know about a selection of natural language text. When working with linguistic tags using the methods described in Getting linguistic tags and Enumerating linguistic tags in NLTagger, the returned value depends on the specified scheme. The NLTag type represents the constant values that can be returned for certain NLTagScheme values.

Topics

Token types

Lexical classes

Name types

Initializers

See Also

Enumerating linguistic tags