- s2bb(String) - Static method in class org.puimula.libvoikko.ByteArray
-
Java-to-native string mapping (using direct ByteBuffer)
- s2n(String) - Static method in class org.puimula.libvoikko.ByteArray
-
Java-to-native string mapping
- Sentence - Class in org.puimula.libvoikko
-
Represents a sentence in natural language text.
- Sentence(String, SentenceStartType) - Constructor for class org.puimula.libvoikko.Sentence
-
- sentences(String) - Method in class org.puimula.libvoikko.Voikko
-
Split the given natural language text into a list of Sentence objects.
- SentenceStartType - Enum in org.puimula.libvoikko
-
Sentence start types
- setAcceptAllUppercase(boolean) - Method in class org.puimula.libvoikko.Voikko
-
Accept words even when all of the letters are in uppercase.
- setAcceptBulletedListsInGc(boolean) - Method in class org.puimula.libvoikko.Voikko
-
(Grammar checking only): Accept paragraphs if they would be valid within
bulleted lists.
- setAcceptExtraHyphens(boolean) - Method in class org.puimula.libvoikko.Voikko
-
(Spell checking only): Allow some extra hyphens in words.
- setAcceptFirstUppercase(boolean) - Method in class org.puimula.libvoikko.Voikko
-
Accept words even when the first letter is in uppercase (start of sentence etc.)
- setAcceptMissingHyphens(boolean) - Method in class org.puimula.libvoikko.Voikko
-
(Spell checking only): Accept missing hyphens at the start and end of the word.
- setAcceptTitlesInGc(boolean) - Method in class org.puimula.libvoikko.Voikko
-
(Grammar checking only): Accept incomplete sentences that could occur in
titles or headings.
- setAcceptUnfinishedParagraphsInGc(boolean) - Method in class org.puimula.libvoikko.Voikko
-
(Grammar checking only): Accept incomplete sentences at the end of the
paragraph.
- setHyphenateUnknownWords(boolean) - Method in class org.puimula.libvoikko.Voikko
-
(Hyphenation only): Hyphenate unknown words.
- setIgnoreDot(boolean) - Method in class org.puimula.libvoikko.Voikko
-
Ignore dot at the end of the word (needed for use in some word processors).
- setIgnoreNonwords(boolean) - Method in class org.puimula.libvoikko.Voikko
-
(Spell checking only): Ignore non-words such as URLs and email addresses.
- setIgnoreNumbers(boolean) - Method in class org.puimula.libvoikko.Voikko
-
Ignore words containing numbers.
- setIgnoreUppercase(boolean) - Method in class org.puimula.libvoikko.Voikko
-
Accept words that are written completely in uppercase letters without checking
them at all.
- setMinHyphenatedWordLength(int) - Method in class org.puimula.libvoikko.Voikko
-
The minimum length for words that may be hyphenated.
- setNoUglyHyphenation(boolean) - Method in class org.puimula.libvoikko.Voikko
-
Do not insert hyphenation positions that are considered to be ugly but correct
Default: false
- setSpellerCacheSize(int) - Method in class org.puimula.libvoikko.Voikko
-
Controls the size of in memory cache for spell checking results. 0 is the default size,
1 is twice as large as 0 etc. -1 disables the spell checking cache entirely.
- setSuggestionStrategy(SuggestionStrategy) - Method in class org.puimula.libvoikko.Voikko
-
Set the suggestion strategy to be used when generating spelling suggestions.
- setValue(SizeT) - Method in class org.puimula.libvoikko.SizeTByReference
-
- SizeT - Class in org.puimula.libvoikko
-
- SizeT(long) - Constructor for class org.puimula.libvoikko.SizeT
-
- SizeT() - Constructor for class org.puimula.libvoikko.SizeT
-
- SizeTByReference - Class in org.puimula.libvoikko
-
- SizeTByReference(SizeT) - Constructor for class org.puimula.libvoikko.SizeTByReference
-
- SizeTByReference() - Constructor for class org.puimula.libvoikko.SizeTByReference
-
- spell(String) - Method in class org.puimula.libvoikko.Voikko
-
Check the spelling of given word.
- suggest(String) - Method in class org.puimula.libvoikko.Voikko
-
- SuggestionStrategy - Enum in org.puimula.libvoikko
-
Strategies for generating suggestions for incorrectly spelled words.