Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava.nlp.seg | |
edu.illinois.cs.cogcomp.pos |
Modifier and Type | Field and Description |
---|---|
Token |
POSBracketToToken.currentWord
A pointer to the most recently returned word is kept for easy access to
the next word.
|
protected Token |
PlainToTokenParser.next
The next token to return.
|
Constructor and Description |
---|
Token(Word w,
Token p,
String type)
A
Token can be constructed from a Word
object representing the same word, a Token representing
the previous word in the sentence, and the type label found in the data. |
Modifier and Type | Method and Description |
---|---|
static List<Token> |
LBJavaUtils.recordToLBJTokens(TextAnnotation record)
Converts a record into LBJ Tokens for use with LBJ classifiers.
|
Copyright © 2017. All rights reserved.