Browse
 
Tools
Rss Categories

LVGrammar_InterpretParses

Reference Number: AA-00846 Views: 6446 0 Rating/ Voters

Generate semantic interpretation results from the parse trees generated by the previous call to LVGrammar_ParseSentence.

Function

  • int LVGrammar_InterpretParses(HGRAMMAR Grammar)

Parameters

Grammar

A handle to a grammar.

Return Values

Non Negative integer

Number of available interpretations.

Remarks

Before passing a grammar object handle to this function, you should call LVGrammar_ParseSentence using that handle. Otherwise, that handle doesn't contain any parse tree information.

See Also