Click or drag to resize
INaturalParserParse Method (IElementModel, String)
Parse Natural Language (NL) model

Namespace: FlexRule.Validation.Languages.Parser
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
IIterable<IElementModel> Parse(
	IElementModel model,
	string baseFolder = null
)

Parameters

model
Type: FlexRule.Core.ModelIElementModel
Model must have 'Natural' root element. This model should have the Glossary included.
baseFolder (Optional)
Type: SystemString

Return Value

Type: IIterableIElementModel
See Also