Click or drag to resize

nlpTokenizatortokenizeContentT Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Univerzalni poziv za tokenizaciju. U zavisnosti od tipa T odabrace najbolji tokenizator

Namespace:  imbNLP.Core.contentStructure.tokenizator
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.30
Syntax
C#
public static IContentPage tokenizeContent<T>(
	T content,
	nlpTokenizatorSettings settings
)

Parameters

content
Type: T

[Missing <param name="content"/> documentation for "M:imbNLP.Core.contentStructure.tokenizator.nlpTokenizator.tokenizeContent``1(``0,imbNLP.Core.contentStructure.tokenizator.nlpTokenizatorSettings)"]

settings
Type: imbNLP.Core.contentStructure.tokenizatornlpTokenizatorSettings

[Missing <param name="settings"/> documentation for "M:imbNLP.Core.contentStructure.tokenizator.nlpTokenizator.tokenizeContent``1(``0,imbNLP.Core.contentStructure.tokenizator.nlpTokenizatorSettings)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:imbNLP.Core.contentStructure.tokenizator.nlpTokenizator.tokenizeContent``1(``0,imbNLP.Core.contentStructure.tokenizator.nlpTokenizatorSettings)"]

Return Value

Type: IContentPage

[Missing <returns> documentation for "M:imbNLP.Core.contentStructure.tokenizator.nlpTokenizator.tokenizeContent``1(``0,imbNLP.Core.contentStructure.tokenizator.nlpTokenizatorSettings)"]

See Also