Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
D
E
G
H
M
N
P
S
T
B
BrillTagger
- class edu.mit.csail.brill.
BrillTagger
.
The Java interface to Eric Brill's part-of-speech tagger.
BrillTagger()
- Constructor for class edu.mit.csail.brill.
BrillTagger
Creates an instance of Brill's part-of-speech tagger.
BTagger
- class edu.mit.csail.brill.
BTagger
.
The raw JNI wrapper around Eric Brill's part-of-speech tagger.
BTagger()
- Constructor for class edu.mit.csail.brill.
BTagger
D
destroy()
- Method in class edu.mit.csail.brill.
BTagger
Destroys the tagger.
destroy()
- Method in class edu.mit.csail.brill.
BrillTagger
Destroys the tagger.
E
edu.mit.csail.brill
- package edu.mit.csail.brill
equals(Object)
- Method in class edu.mit.csail.brill.
Sentence
equals(Object)
- Method in class edu.mit.csail.brill.
TaggedToken
equals(Sentence)
- Method in class edu.mit.csail.brill.
Sentence
equals(TaggedToken)
- Method in class edu.mit.csail.brill.
TaggedToken
G
getOffset()
- Method in class edu.mit.csail.brill.
TaggedToken
Returns the character offset of this token with respect to the enclosing sentence.
getOriginalSentence()
- Method in class edu.mit.csail.brill.
Sentence
Returns the original untokenized sentence.
getSentence()
- Method in class edu.mit.csail.brill.
TaggedToken
Returns the sentence to which this token belongs.
getToken()
- Method in class edu.mit.csail.brill.
TaggedToken
Returns the token string.
getToken(int)
- Method in class edu.mit.csail.brill.
Sentence
Returns the
i
th token.
getTokenizedSentence()
- Method in class edu.mit.csail.brill.
Sentence
Returns the tokenized sentence.
getTokenOffset(int)
- Method in class edu.mit.csail.brill.
Sentence
Returns the character offset of the
i
th token.
getTokenOffset(TaggedToken)
- Method in class edu.mit.csail.brill.
Sentence
Returns the character offset of a token.
getTokens()
- Method in class edu.mit.csail.brill.
Sentence
Returns an interator over the
TaggedToken
s.
getTokenType()
- Method in class edu.mit.csail.brill.
TaggedToken
Returns the part-of-speech type of this token.
H
hashCode()
- Method in class edu.mit.csail.brill.
Sentence
hashCode()
- Method in class edu.mit.csail.brill.
TaggedToken
M
main(String[])
- Static method in class edu.mit.csail.brill.
BrillTagger
N
numTokens()
- Method in class edu.mit.csail.brill.
Sentence
Returns the number of tokens.
P
PennTokenizer
- class edu.mit.csail.brill.
PennTokenizer
.
Tokenizer that conforms to the Penn Treebank conventions for tokenization.
PennTokenizer()
- Constructor for class edu.mit.csail.brill.
PennTokenizer
S
Sentence
- class edu.mit.csail.brill.
Sentence
.
Object representing a tagged sentence.
Sentence(String, String, String[][])
- Constructor for class edu.mit.csail.brill.
Sentence
Creates a sentence object.
Sentence(String, String, TaggedToken[])
- Constructor for class edu.mit.csail.brill.
Sentence
Creates a sentence object.
setOffest(int)
- Method in class edu.mit.csail.brill.
TaggedToken
Sets the character offset of this token with respect to the enclosing sentence.
setSentence(Sentence)
- Method in class edu.mit.csail.brill.
TaggedToken
Sets the sentence to which this token belongs.
setup()
- Method in class edu.mit.csail.brill.
BTagger
Initializes the tagger with current parameters.
setup()
- Method in class edu.mit.csail.brill.
BrillTagger
Initializes the tagger.
T
tag(String)
- Method in class edu.mit.csail.brill.
BTagger
Part-of-speech tags a sentence.
tag(String)
- Method in class edu.mit.csail.brill.
BrillTagger
Part-of-speech tags a sentence.
TaggedToken
- class edu.mit.csail.brill.
TaggedToken
.
Object representing a tagged token.
TaggedToken(String, String)
- Constructor for class edu.mit.csail.brill.
TaggedToken
Constructs a tagged token.
TaggedToken(String, String, Sentence, int)
- Constructor for class edu.mit.csail.brill.
TaggedToken
Constructs a tagged token.
tokenize(String)
- Static method in class edu.mit.csail.brill.
BrillTagger
tokenize(String)
- Static method in class edu.mit.csail.brill.
PennTokenizer
Tokenizes according to the Penn Treebank conventions.
toString()
- Method in class edu.mit.csail.brill.
Sentence
toString()
- Method in class edu.mit.csail.brill.
TaggedToken
B
D
E
G
H
M
N
P
S
T
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes