Flags used in dtsLaWordInfo.flags
enum LanguageAnalyzerWordFlags { dtsLaUsePreviousWordOffset = 1, dtsLaBlockWasSkipped = 2 };
dts_la.h
|
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. |
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|