Expand description

Analyze natural language text and deduce its language-specific metadata.

Modules

A token type, lexical class, name, lemma, language, or script returned by a linguistic tagger for natural language text.
Constants for the tag schemes specified when initializing a linguistic tagger.

Structs

A map of strings to vectors, which locates neighboring, similar strings.
A collection of terms and their labels, which take precedence over a word tagger.
The language of a body of text.
A custom model trained to classify or tag natural language text.
The configuration parameters of a natural language model.
A tagger that analyzes natural language text.
A tokenizer that segments natural language text into semantic units.

Enums

The means of calculating a distance between two locations in a text embedding.
The different types of a natural language model.
The response to an asset request.
Constants for linguistic tagger enumeration specifying which tokens to omit and whether to join names.
Constants representing linguistic units.
Hints about the contents of the string for the tokenizer.

Statics

The unique identifier string for the Arabic language.
The unique identifier string for the Armenian language.
The unique identifier string for the Bengali language.
The unique identifier string for the Bulgarian language.
The unique identifier string for the Burmese language.
The unique identifier string for the Catalan language.
The unique identifier string for the Cherokee language.
The unique identifier string for the Croatian language.
The unique identifier string for the Czech language.
The unique identifier string for the Danish language.
The unique identifier string for the Dutch language.
The unique identifier string for the English language.
The unique identifier string for the Finnish language.
The unique identifier string for the French language.
The unique identifier string for the Georgian language.
The unique identifier string for the German language.
The unique identifier string for the Greek language.
The unique identifier string for the Gujarati language.
The unique identifier string for the Hebrew language.
The unique identifier string for the Hindi language.
The unique identifier string for the Hungarian language.
The unique identifier string for the Icelandic language.
The unique identifier string for the Indonesian language.
The unique identifier string for the Italian language.
The unique identifier string for the Japanese language.
The unique identifier string for the Kannada language.
The unique identifier string for the Khmer language.
The unique identifier string for the Korean language.
The unique identifier string for the Lao language.
The unique identifier string for the Malay language.
The unique identifier string for the Malayalam language.
The unique identifier string for the Marathi language.
The unique identifier string for the Mongolian language.
The unique identifier string for the Norwegian language.
The unique identifier string for the Oriya language.
The unique identifier string for the Persian language.
The unique identifier string for the Polish language.
The unique identifier string for the Portuguese language.
The unique identifier string for the Punjabi language.
The unique identifier string for the Romanian language.
The unique identifier string for the Russian language.
The unique identifier string for the Simplified Chinese language.
The unique identifier string for the Sinhalese language.
The unique identifier string for the Slovak language.
The unique identifier string for the Spanish language.
The unique identifier string for the Swedish language.
The unique identifier string for the Tamil language.
The unique identifier string for the Telugu language.
The unique identifier string for the Thai language.
The unique identifier string for the Tibetan language.
The unique identifier string for the Traditional Chinese language.
The unique identifier string for the Turkish language.
The unique identifier string for the Ukrainian language.
The unique identifier string for a language the Natural Language framework doesn’t recognize.
The unique identifier string for the Urdu language.
The unique identifier string for the Vietnamese language.

Traits

A trait containing all the methods for NLEmbedding
A trait containing all the methods for NLGazetteer
A trait containing all the methods for NLLanguageRecognizer
A trait containing all the methods for NLModel
A trait containing all the methods for NLModelConfiguration
A trait containing all the methods for NLTagger
A trait containing all the methods for NLTokenizer

Type Definitions

The distance between two strings in a text embedding.
The languages that the Natural Language framework supports.
A token type, lexical class, name, lemma, language, or script returned by a linguistic tagger for natural language text.
Constants for the tag schemes specified when initializing a linguistic tagger.