public class WordBreakers extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WordBreakers.AbstractWordBreaker
Abstract base class for implementing (custom) word breakers.
|
static class |
WordBreakers.DefaultWordBreaker
Breaks a word if one of the following characters is found after a
non-digit letter:
.
,
-
/
|
static class |
WordBreakers.NonBreakingWordBreaker
May by used for legacy compatibility, does not break at all.
|
| Constructor and Description |
|---|
WordBreakers() |
Copyright © 2021. All rights reserved.