lib: rename support-ngrams => ngrams-enabled
For consistency.
This commit is contained in:
@ -52,7 +52,7 @@ public:
|
||||
* access) */
|
||||
AllowRelativePath = 1 << 2, /**< Allow relative paths for filename
|
||||
* in make_from_path */
|
||||
SupportNgrams = 1 << 3, /**< Support ngrams, as used in
|
||||
NgramsEnabled = 1 << 3, /**< Support ngrams, as used in
|
||||
* CJK and other languages. */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user