Browse
 
Tools
Rss Categories

LVGrammar::GetParseTree

Reference Number: AA-00881 Views: 6570 0 Rating/ Voters

Return the parse tree object with the specified index.

Function

Parameters

index

The index of the parse tree handle to be returned. It should be in the range
[0, (GetNumberOfParses() -1) ].

Return Values

NULL

The index is not valid.

Non-NULL

The parse tree handle.

Remarks

This function should be used after a call to ParseSentence, which returns the same integer as GetNumberOfParses, and can be used to find a list of possible indices to use as parameters.

See Also