Click or drag to resize

contentParagraphsetParagraphFromContentTSentence, TSubSentence, TToken Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

GLAVNA KOMANDA KOD TOKENIZACIJE - Za prosledjen paragraph pravi recenice, podrecenice i tokene. Vrsi registrovanje tokena i recenica u IContentPage output-u ako bude prosledjen

Namespace:  imbNLP.Core.contentStructure.elements
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
public virtual void setParagraphFromContent<TSentence, TSubSentence, TToken>(
	params Object[] resources
)
where TSentence : new(), IContentSentence
where TSubSentence : new(), IContentSubSentence
where TToken : class, new(), IContentToken

Parameters

resources
Type: SystemObject
IContentPage za registraciju sadrzaja; paragraphDetectionFlags; sentenceDetectionFlags; contentPreprocessFlags;tokenDetectionFlags;tokenDetectionFlags

Type Parameters

TSentence
Tip za recenice
TSubSentence
Tip za pod recenice
TToken
Tip za tokene
See Also