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