| Package | Description |
|---|---|
| be.bagofwords.text | |
| be.bagofwords.util |
| Modifier and Type | Class and Description |
|---|---|
class |
BowStringImpl |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
BowString.equals(BowString other) |
Pair<Integer,Integer> |
MappedText.getMappingFromOrig(BowString string) |
Pair<Integer,Integer> |
MappedText.getMappingToOrig(BowString string) |
| Modifier and Type | Method and Description |
|---|---|
static List<BowString> |
StringUtils.splitInWords(String text,
Set<String> wordsWithPunct) |
| Modifier and Type | Method and Description |
|---|---|
static long |
HashUtils.append(long hash,
BowString word) |
static String |
StringUtils.createStringContext(BowString ex,
int length) |
static String |
StringUtils.getFirstNgram(BowString example,
int length) |
static String |
StringUtils.getLastNgram(BowString example,
int length) |
static BowStringImpl |
StringUtils.getNextWord(BowString err,
Set<String> wordsWithPunctuation) |
static BowStringImpl |
StringUtils.getPrevWord(BowString err,
Set<String> wordsWithPunctuation) |
static String |
StringUtils.getSuffix(BowString word,
int length,
int reductionLevel) |
static long |
HashUtils.hashCode(BowString targetWord) |
static String |
StringUtils.reduceCharacterDiversityLevel1(BowString word) |
static String |
StringUtils.reduceCharacterDiversityLevel2(BowString word) |
Copyright © 2015. All rights reserved.