Uses of Class
morfologik.stemming.UnmappableInputException
-
Packages that use UnmappableInputException Package Description morfologik.speller morfologik.stemming -
-
Uses of UnmappableInputException in morfologik.speller
Methods in morfologik.speller that throw UnmappableInputException Modifier and Type Method Description private java.nio.ByteBufferSpeller. charSequenceToBytes(java.lang.CharSequence word) -
Uses of UnmappableInputException in morfologik.stemming
Methods in morfologik.stemming that throw UnmappableInputException Modifier and Type Method Description static java.nio.ByteBufferBufferUtils. charsToBytes(java.nio.charset.CharsetEncoder encoder, java.nio.CharBuffer chars, java.nio.ByteBuffer bytes)Convert chars into bytes.
-