| Package | Description |
|---|---|
| cat.lump.ie.textprocessing | |
| cat.lump.ie.textprocessing.ner | |
| cat.lump.ie.textprocessing.ngram | |
| cat.lump.ie.textprocessing.sentence | |
| cat.lump.ie.textprocessing.word |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Span> |
Decomposition.getSpans(java.lang.String text) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Span> |
NerOpennlp.getSpans(java.lang.String text) |
java.util.List<Span> |
NerOpennlp.getSpans(java.lang.String[] text) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Span> |
CharacterNgrams.getSpans(java.lang.String text) |
java.util.List<Span> |
WordNgrams.getSpans(java.lang.String text) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Span> |
SentencesOpennlp.getSpans(java.lang.String text) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Span> |
WordDecompositionICU4J.getSpans(java.lang.String text) |