Click or drag to resize

fakeTokenizatortokenizeContent Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbNLP.Core.contentStructure.tokenizator.fakeTokenizator.tokenizeContent(System.String,imbNLP.Data.basic.basicLanguage)"]

Namespace:  imbNLP.Core.contentStructure.tokenizator
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
public IContentPage tokenizeContent(
	string content,
	basicLanguage language
)

Parameters

content
Type: SystemString

[Missing <param name="content"/> documentation for "M:imbNLP.Core.contentStructure.tokenizator.fakeTokenizator.tokenizeContent(System.String,imbNLP.Data.basic.basicLanguage)"]

language
Type: imbNLP.Data.basicbasicLanguage

[Missing <param name="language"/> documentation for "M:imbNLP.Core.contentStructure.tokenizator.fakeTokenizator.tokenizeContent(System.String,imbNLP.Data.basic.basicLanguage)"]

Return Value

Type: IContentPage

[Missing <returns> documentation for "M:imbNLP.Core.contentStructure.tokenizator.fakeTokenizator.tokenizeContent(System.String,imbNLP.Data.basic.basicLanguage)"]

See Also