Click or drag to resize

IContentSentencesetTokensFromContentT, TS Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Postavlja tokene u prosledjenu recenicu i vraca listu svih tokena

Namespace:  imbNLP.Core.contentStructure.interafaces
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
contentTokenCollection setTokensFromContent<T, TS>(
	params Object[] resources
)
where T : class, new(), IContentToken
where TS : new(), IContentSubSentence

Parameters

resources
Type: SystemObject

[Missing <param name="resources"/> documentation for "M:imbNLP.Core.contentStructure.interafaces.IContentSentence.setTokensFromContent``2(System.Object[])"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:imbNLP.Core.contentStructure.interafaces.IContentSentence.setTokensFromContent``2(System.Object[])"]

TS

[Missing <typeparam name="TS"/> documentation for "M:imbNLP.Core.contentStructure.interafaces.IContentSentence.setTokensFromContent``2(System.Object[])"]

Return Value

Type: contentTokenCollection

[Missing <returns> documentation for "M:imbNLP.Core.contentStructure.interafaces.IContentSentence.setTokensFromContent``2(System.Object[])"]

See Also