Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
dtsLaWordInfo Structure
Language Analyzer API | Send Feedback

Information about a single word returned by the analyzer

struct dtsLaWordInfo {
  long offsetInInputBuffer;
  long lengthInInputBuffer;
  long offsetInOutputBuffer;
  long lengthInOutputBuffer;
  long flags;
};
File

dts_la.h

Members
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. 
Group
Links
You are here: C++ API > Language Analyzer API > dtsLaWordInfo Structure
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.