Tokenizing Natural Language Text
自然言語テキストをトークン化する
Enumerate the words in a string.
ある文字列の中の単語を列挙します。
var string: String?
The string being analyzed by the linguistic tagger.
言語学的タガーによって解析されている文字列。
Availability 有効性
Technology
init(tagSchemes: [NSLinguisticTagScheme
],
options opts: Int
)
tagSchemes
An array of tag schemes to be used. See NSLinguistic
for the possible values.
使われることになるタグスキームからなる配列。NSLinguistic
を可能な値のために見てください。
opts
Reserved for future use. Specify 0
for this parameter.
将来使うために予約されます。0
をこのパラメータに対して指定してください。
An initialized linguistic tagger. 初期化された辞書学的タガー。
Pass any tag schemes to tag
that you intend to use with the methods described in Enumerating Linguistic Tags and Getting Linguistic Tags.
いくらかのタグスキームをtag
に渡してください、それはあなたが言語学的タグを列挙すると言語学的タグを取得するで記述されるメソッドで使おうと思うものです。
Tip 助言
Avoid specifying tag schemes that you won't use to ensure optimal performance. 最善の性能を保証するにはあなたが使わないだろうタグスキームを指定することを避けてください。
var string: String?
struct NSLinguisticTagScheme