lib: rename support-ngrams => ngrams-enabled
For consistency.
This commit is contained in:
@ -43,7 +43,7 @@ class Document {
|
||||
public:
|
||||
enum struct Options {
|
||||
None = 0,
|
||||
SupportNgrams = 1 << 0, /**< Support ngrams, as used in
|
||||
NgramsEnabled = 1 << 0, /**< Support ngrams, as used in
|
||||
* CJK and other languages. */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user