Click or drag to resize

subsentenceDetectionsetSubSentencesT Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Vraca pod recenice za prosledjenu recenicu. sentence.content ce dobiti skremblovanu verziju - gde je izbaceno sve sto nije

Namespace:  imbNLP.Core.contentPreprocess
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
public static contentMatchCollection setSubSentences<T>(
	IContentSentence sentence,
	subsentenceDetectionFlag _subflags
)
where T : new(), IContentSubSentence

Parameters

sentence
Type: imbNLP.Core.contentStructure.interafacesIContentSentence

[Missing <param name="sentence"/> documentation for "M:imbNLP.Core.contentPreprocess.subsentenceDetection.setSubSentences``1(imbNLP.Core.contentStructure.interafaces.IContentSentence,imbNLP.Core.contentPreprocess.subsentenceDetectionFlag)"]

_subflags
Type: imbNLP.Core.contentPreprocesssubsentenceDetectionFlag

[Missing <param name="_subflags"/> documentation for "M:imbNLP.Core.contentPreprocess.subsentenceDetection.setSubSentences``1(imbNLP.Core.contentStructure.interafaces.IContentSentence,imbNLP.Core.contentPreprocess.subsentenceDetectionFlag)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:imbNLP.Core.contentPreprocess.subsentenceDetection.setSubSentences``1(imbNLP.Core.contentStructure.interafaces.IContentSentence,imbNLP.Core.contentPreprocess.subsentenceDetectionFlag)"]

Return Value

Type: contentMatchCollection

[Missing <returns> documentation for "M:imbNLP.Core.contentPreprocess.subsentenceDetection.setSubSentences``1(imbNLP.Core.contentStructure.interafaces.IContentSentence,imbNLP.Core.contentPreprocess.subsentenceDetectionFlag)"]

See Also