Return Value
戻り値
An array of the tags in the requested range.
要請された範囲の中のタグそれらからなる配列。
Discussion
議論
When the returned array contains an entry that doesn't have a corresponding tag scheme, that entry is an empty string (""
).
対応するタグスキームを持たないある登録項目をその返される配列が含む場合、その登録項目は空の文字列(""
)です。
This is a convenience method for initializing a linguistic tagger, setting the string
property, and calling the tags(in:unit:scheme:options:tokenRanges:)
method. If you analyze the same string more than once, you should create a linguistic tagger object instead of calling this method.
これは、ある言語学的タガーを初期化して、string
プロパティを設定して、そしてtags(in:unit:scheme:options:tokenRanges:)
メソッドを呼び出すことに対する便宜メソッドです。あなたが同じ文字列を一度以上分析するならば、あなたは言語学的タガーオブジェクトを作成すべきです、このメソッドを呼び出す代わりに。