Enumeration: CompoundWordsMethod
Defined in: packages/cspell-trie-lib/dist/index.d.ts:194
Enumeration Members
JOIN_WORDS
JOIN_WORDS:
2
Defined in: packages/cspell-trie-lib/dist/index.d.ts:206
Create word compounds without separation.
NONE
NONE:
0
Defined in: packages/cspell-trie-lib/dist/index.d.ts:198
Do not compound words.
SEPARATE_WORDS
SEPARATE_WORDS:
1
Defined in: packages/cspell-trie-lib/dist/index.d.ts:202
Create word compounds separated by spaces.