Hi Primoz,
- setLookIntoHyphenatedText()
Whether to 'look into' text with hyphens (-), if the word has hyphens in it and LookIntoHyphenatedText is set true (default), the parts of the text around the hyphens will be checked individually.
Eg. "socio-economic" will be checked as "socio" and "economic".
-setSeparateHyphenWords()
Whether to treat hyphenated (-) words as separate words, default is false.
For eg. if this is true text like "cheap-deals" will be treated as two words "cheap" and "deals", otherwise this will be treated as one word "cheap-deals".
- setSuggestSplitWords()
Whether to look for connected words in suggestions.
if this=true then suggestions may include joined words.
Eg; suggestions for "yourhouse" will include "your house"
- Is it possible to configure spell check engine to accept words with spaces (like "New York"?
'New York' should be accepted I believe. You can add capitalized versions of the words to the main dictionary (when using a Dict file) so that those words are accepted.
- Is it possible to configure spell check engine accepts "New York", but does not accepts "new york"?
Not really no. Spell checkers typically do not look at phrases, just words.
Thanks,
Dan
Dan Wright
Evaluation DownloadsDan Wright