You are here: C++ API > Language Analyzer API > LanguageAnalyzerWordFlags Enumeration
Close
dtSearch Text Retrieval Engine Programmer's Reference
LanguageAnalyzerWordFlags Enumeration

File: dts_la.h

Syntax
C++
enum LanguageAnalyzerWordFlags { dtsLaUsePreviousWordOffset = 1, dtsLaBlockWasSkipped = 2 };
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.

Flags used in dtsLaWordInfo.flags

Copyright (c) 1995-2025 dtSearch Corp. All rights reserved.