Skip to main content

Enumeration: CompoundWordsMethod

Defined in: packages/cspell-trie-lib/dist/index.d.ts:183

Enumeration Members

JOIN_WORDS

JOIN_WORDS: 2

Defined in: packages/cspell-trie-lib/dist/index.d.ts:195

Create word compounds without separation.


NONE

NONE: 0

Defined in: packages/cspell-trie-lib/dist/index.d.ts:187

Do not compound words.


SEPARATE_WORDS

SEPARATE_WORDS: 1

Defined in: packages/cspell-trie-lib/dist/index.d.ts:191

Create word compounds separated by spaces.