| Package | Description |
|---|---|
| be.bagofwords.text |
| Modifier and Type | Class and Description |
|---|---|
class |
MappedText |
class |
TransientText
Throwaway object to hold text
|
| Modifier and Type | Field and Description |
|---|---|
Text |
BowStringImpl.text |
| Modifier and Type | Method and Description |
|---|---|
Text |
BowStringImpl.getText() |
Text |
BowString.getText() |
| Modifier and Type | Method and Description |
|---|---|
static BowStringImpl |
WordIterator.findWord(Text text,
int startOfSearch,
Direction direction,
boolean allowPossibleWordChars) |
static BowStringImpl |
WordIterator.findWord(Text text,
int startOfSearch,
Direction direction,
Set<String> wordsWithPunct) |
| Constructor and Description |
|---|
BowStringImpl(Text text,
int start,
int end) |
WordIterator(Text text,
Set<String> wordsWithPunct) |
Copyright © 2015. All rights reserved.