Click or drag to resize

contentSyllable Constructor (String, IContentToken, nlpTokenizatorSettings)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the contentSyllable class

Namespace:  imbNLP.Core.contentStructure.elements
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.30
Syntax
C#
public contentSyllable(
	string __content,
	IContentToken __parent,
	nlpTokenizatorSettings settings
)

Parameters

__content
Type: SystemString

[Missing <param name="__content"/> documentation for "M:imbNLP.Core.contentStructure.elements.contentSyllable.#ctor(System.String,imbNLP.Core.contentStructure.interafaces.IContentToken,imbNLP.Core.contentStructure.tokenizator.nlpTokenizatorSettings)"]

__parent
Type: imbNLP.Core.contentStructure.interafacesIContentToken

[Missing <param name="__parent"/> documentation for "M:imbNLP.Core.contentStructure.elements.contentSyllable.#ctor(System.String,imbNLP.Core.contentStructure.interafaces.IContentToken,imbNLP.Core.contentStructure.tokenizator.nlpTokenizatorSettings)"]

settings
Type: imbNLP.Core.contentStructure.tokenizatornlpTokenizatorSettings

[Missing <param name="settings"/> documentation for "M:imbNLP.Core.contentStructure.elements.contentSyllable.#ctor(System.String,imbNLP.Core.contentStructure.interafaces.IContentToken,imbNLP.Core.contentStructure.tokenizator.nlpTokenizatorSettings)"]

See Also