|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object opennlp.tools.chunker.ChunkSample
public class ChunkSample
Constructor Summary | |
---|---|
ChunkSample(List<String> sentence,
List<String> tags,
List<String> preds)
|
|
ChunkSample(String[] sentence,
String[] tags,
String[] preds)
|
Method Summary | |
---|---|
String[] |
getPreds()
|
String[] |
getSentence()
|
String[] |
getTags()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ChunkSample(String[] sentence, String[] tags, String[] preds)
public ChunkSample(List<String> sentence, List<String> tags, List<String> preds)
Method Detail |
---|
public String[] getSentence()
public String[] getTags()
public String[] getPreds()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |