init(tagSchemes:options:)
Creates a linguistic tagger instance using the specified tag schemes and options.
Declaration
init(tagSchemes: [NSLinguisticTagScheme], options opts: Int)Parameters
- tagSchemes:
An array of tag schemes to be used. See Nslinguistictagscheme for the possible values.
- opts:
Reserved for future use. Specify
0for this parameter.
Return Value
An initialized linguistic tagger.
Discussion
Pass any tag schemes to tagSchemes that you intend to use with the methods described in Enumerating Linguistic Tags and Getting Linguistic Tags.