Click or drag to resize

textResourceResolverBaseisReady Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Indicates if the instance is ready (connected to the resource file, have gram tag converter ready and etc)

Namespace:  imbNLP.PartOfSpeech.resourceProviders.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public bool isReady { get; }

Property Value

Type: Boolean
true if this instance is ready; otherwise, false.
See Also