Edit

Share via


NLTagger.GetModels Method

Definition

Overloads

GetModels(NLTagScheme)

Returns the models that generate tags from the specified scheme.

GetModels(NSString)

Returns the models that generate tags from the specified scheme.

GetModels(NLTagScheme)

Returns the models that generate tags from the specified scheme.

public NaturalLanguage.NLModel[] GetModels (NaturalLanguage.NLTagScheme tagScheme);
member this.GetModels : NaturalLanguage.NLTagScheme -> NaturalLanguage.NLModel[]

Parameters

tagScheme
NLTagScheme

The tag scheme for which to get corresponding models.

Returns

The models that generate tags from the specified scheme.

Applies to

GetModels(NSString)

Returns the models that generate tags from the specified scheme.

[Foundation.Export("modelsForTagScheme:")]
public virtual NaturalLanguage.NLModel[] GetModels (Foundation.NSString tagScheme);
abstract member GetModels : Foundation.NSString -> NaturalLanguage.NLModel[]
override this.GetModels : Foundation.NSString -> NaturalLanguage.NLModel[]

Parameters

tagScheme
NSString

The tag scheme for which to get corresponding models.

Returns

The models that generate tags from the specified scheme.

Attributes

Applies to