Information about a single word returned by the analyzer
struct dtsLaWordInfo { long offsetInInputBuffer; long lengthInInputBuffer; long offsetInOutputBuffer; long lengthInOutputBuffer; long flags; };
dts_la.h
|
Members |
Description |
|
long offsetInInputBuffer; |
Character offset of the start of this word in the input buffer |
|
long lengthInInputBuffer; |
Number of characters in this word in the input buffer (including any internal punctuation) |
|
long offsetInOutputBuffer; |
Character offset of the start of this word in the output buffer |
|
long lengthInOutputBuffer; |
Number of characters in this word in the output buffer |
|
long flags; |
LanguageAnalyzerWordFlags value specifying options that apply to this word. |
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|