public class TextAnalyzer.AnalysedText.Chunk extends Object
| Modifier and Type | Field and Description |
|---|---|
protected opennlp.tools.util.Span |
chunkSpan
Deprecated.
|
protected double |
probability
Deprecated.
|
protected opennlp.tools.util.Span |
span
Deprecated.
The span over the char offset of this chunk within the
TextAnalyzer.AnalysedText.sentence |
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd()
Deprecated.
|
double |
getProbability()
Deprecated.
|
int |
getSize()
Deprecated.
|
int |
getStart()
Deprecated.
|
String |
getText()
Deprecated.
The text of this chunk
|
List<TextAnalyzer.AnalysedText.Token> |
getTokens()
Deprecated.
|
String |
toString()
Deprecated.
|
protected final opennlp.tools.util.Span span
TextAnalyzer.AnalysedText.sentenceprotected final opennlp.tools.util.Span chunkSpan
protected final double probability
public List<TextAnalyzer.AnalysedText.Token> getTokens()
public int getStart()
public int getEnd()
public int getSize()
public double getProbability()
public String getText()
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.