Click or drag to resize

contentSentence_setTokensForSentenceT Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Može da sam izvrši macroTokens ili da dobije gotove. Primenjuje subsentence algoritam i vrši standardnu detekciju tokena --- NAJBITNIJE JE STO SLAZE TOKENE/SUBSENTENCE u parent

Namespace:  imbNLP.Core.contentStructure.elements
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
public virtual contentTokenCollection _setTokensForSentence<T>(
	params Object[] resources
)
where T : new(), IContentToken

Parameters

resources
Type: SystemObject

[Missing <param name="resources"/> documentation for "M:imbNLP.Core.contentStructure.elements.contentSentence._setTokensForSentence``1(System.Object[])"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:imbNLP.Core.contentStructure.elements.contentSentence._setTokensForSentence``1(System.Object[])"]

Return Value

Type: contentTokenCollection

[Missing <returns> documentation for "M:imbNLP.Core.contentStructure.elements.contentSentence._setTokensForSentence``1(System.Object[])"]

See Also