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

Flags used in dtsLaWordInfo.flags

enum LanguageAnalyzerWordFlags {
  dtsLaUsePreviousWordOffset = 1,
  dtsLaBlockWasSkipped = 2
};
File

dts_la.h

Members
Members 
Description 
dtsLaUsePreviousWordOffset = 1 
Use the offset of the previous word for this word; this makes it possible to have multiple words occupy the same position in the file (for synonyms or morphological variations). 
dtsLaBlockWasSkipped = 2 
A language analyzer can use this flag to indicate that a block of text in the input was not processed, and should be handled by dtSearch's internal word breaker. 
Group
Links
You are here: C++ API > Language Analyzer API > LanguageAnalyzerWordFlags Enumeration
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.