Analyze a block of data
bool (* pAnalyze)(dtsAnalyzerHandle hAnalyzer, dtsLaJob& job);
|
Parameters |
Description |
|
hAnalyzer |
Handle to the analyzer, created by pCreateAnalyzer. |
|
job |
Pointer to a dtsLaJob containing the text to analyze and output buffers for the result. |
TRUE if block of data was processed, or FALSE if no changes were made. When pAnalyze() returns false, the default word breaking algorithm is used.
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|