public class BrownCorpus.Sentence
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<BrownCorpus.Token> |
tokens |
Constructor and Description |
---|
Sentence() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
java.lang.String |
toText() |
public java.util.ArrayList<BrownCorpus.Token> tokens