Class

NSLinguisticTagger

Analyze natural language text to tag part of speech and lexical class, identify names, perform lemmatization, and determine the language and script. 自然言語テキストを解析することで、品詞および語彙的クラスにタグ付けして、名前を識別して、見出語化を実行して、そして言語と書体を決定します。

Declaration 宣言

class NSLinguisticTagger : NSObject

Overview 概要

NSLinguisticTagger provides a uniform interface to a variety of natural language processing functionality with support for many different languages and scripts. You can use this class to segment natural language text into paragraphs, sentences, or words, and tag information about those segments, such as part of speech, lexical class, lemma, script, and language. NSLinguisticTaggerは、ある一様なインターフェイスを多様な自然言語処理機能性に対して多くの異なる言語や書体に対するサポートとともに提供します。あなたはこのクラスを使うことで、自然言語テキストを、段落、文、または単語へと分割できます、そしてそれらの文節についての情報、例えば品詞、語彙的クラス、見出し、書体、そして言語にタグ付けできます。

When you create a linguistic tagger, you specify what kind of information you're interested in by passing one or more NSLinguisticTagScheme values. Set the string property to the natural language text you want to analyze, and the linguistic tagger processes it according to the specified tag schemes. You can then enumerate over the tags in a specified range, using the methods described in Enumerating Linguistic Tags, to get the information requested for a given scheme and unit. あなたが言語学的タガー(タグ付けプログラム)を作成するとき、あなたはどの種類の情報にあなたが関心を持つかを1つ以上のNSLinguisticTagScheme値を渡すことによって指定します。stringプロパティをあなたが分析したい自然言語テキストに指定してください、すると言語学的タガーはそれをその指定されたタグスキームに従って処理します。あなたはそれから、それらタグに対してある指定された範囲で列挙して、言語学的タグを列挙するで記述されるように、与えられたスキームと単位に対して要請される情報を取得できます。

Thread Safety スレッド安全

A single instance of NSLinguisticTagger should not be used simultaneously from multiple threads. ある単一のNSLinguisticTaggerのインスタンスは、複数のスレッドから同時に使われるべきではありません。

Topics 話題

First Steps 初歩

Getting the Tag Schemes タグスキームを取得する

Determining the Dominant Language and Orthography 優勢な言語と正書法を決定する

Enumerating Linguistic Tags 言語学的タグを列挙する

Getting Linguistic Tags 言語学的タグを取得する

Determining the Range of a Unit Token ある単位トークンの範囲を決定する

Determining the Possible Tags 可能なタグを決定する

Notifying for Changes to the Analyzed String 解析された文字列に対する変更に対して通知する

Supporting Types 支援を行う型

Relationships 関係

Inherits From 継承元