Click or drag to resize

nlpTokenizatorSettingsbuildVowelRegex Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbNLP.Core.contentStructure.tokenizator.nlpTokenizatorSettings.buildVowelRegex(System.String)"]

Namespace:  imbNLP.Core.contentStructure.tokenizator
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
public void buildVowelRegex(
	string vowels = "aeiou"
)

Parameters

vowels (Optional)
Type: SystemString

[Missing <param name="vowels"/> documentation for "M:imbNLP.Core.contentStructure.tokenizator.nlpTokenizatorSettings.buildVowelRegex(System.String)"]

See Also