Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
_
P
pairedWith(Edge, Edge)
- Method in class opennlp.grok.realize.
EdgeFactory
Returns whether the indices for the two edges are in a PairedWith relation.
paramChanged(String, String)
- Method in class opennlp.grok.parse.
ParserAdapter
paramChanged(String, String)
- Method in interface opennlp.grok.util.
ParamListener
paramChanged(String, String)
- Method in class opennlp.grok.util.
Cache
ParamListener
- interface opennlp.grok.util.
ParamListener
.
An object that wants to be informed when user specified paramters are changed.
paramRegistered(String, String)
- Method in class opennlp.grok.parse.
ParserAdapter
paramRegistered(String, String)
- Method in interface opennlp.grok.util.
ParamListener
paramRegistered(String, String)
- Method in class opennlp.grok.util.
Cache
Params
- class opennlp.grok.util.
Params
.
A central location to store and manage parameters that may or may not be user definable.
Params()
- Constructor for class opennlp.grok.util.
Params
paramSaving()
- Method in class opennlp.grok.parse.
ParserAdapter
paramSaving()
- Method in interface opennlp.grok.util.
ParamListener
paramSaving()
- Method in class opennlp.grok.util.
Cache
parse(Chart, int)
- Method in class opennlp.grok.parse.
MaxIncrCKY
parse(Chart, int)
- Method in class opennlp.grok.parse.
CKY
parse(NLPDocument)
- Method in class opennlp.grok.parse.
CKY
parse(Sign[])
- Method in class opennlp.grok.parse.
CKY
parse(String)
- Method in class opennlp.grok.parse.
CKY
ParserAdapter
- class opennlp.grok.parse.
ParserAdapter
.
Fills in a few helpful methods for parsers.
Permutative
- Static variable in class opennlp.grok.expression.
SlashMode
PermutativeLeft
- Static variable in class opennlp.grok.expression.
SlashMode
PermutativeRight
- Static variable in class opennlp.grok.expression.
SlashMode
PipelineClient
- class opennlp.grok.
PipelineClient
.
A client for accessing a pipeline server thread.
PipelineClient()
- Constructor for class opennlp.grok.
PipelineClient
PipelineServer
- class opennlp.grok.
PipelineServer
.
A pipeline useable as a server for processing documents.
PipelineServer()
- Constructor for class opennlp.grok.
PipelineServer
POSContextGenerator
- class opennlp.grok.preprocess.postag.
POSContextGenerator
.
A context generator for the POS Tagger.
POSContextGenerator()
- Constructor for class opennlp.grok.preprocess.postag.
POSContextGenerator
POSContextGenerator(MorphAnalyzer)
- Constructor for class opennlp.grok.preprocess.postag.
POSContextGenerator
POSEventCollector
- class opennlp.grok.preprocess.postag.
POSEventCollector
.
An event generator for the maxent POS Tagger.
POSEventCollector(Reader, ContextGenerator)
- Constructor for class opennlp.grok.preprocess.postag.
POSEventCollector
POSTaggerME
- class opennlp.grok.preprocess.postag.
POSTaggerME
.
A part-of-speech tagger that uses maximum entropy.
POSTaggerME()
- Constructor for class opennlp.grok.preprocess.postag.
POSTaggerME
POSTaggerME(MaxentModel)
- Constructor for class opennlp.grok.preprocess.postag.
POSTaggerME
POSTaggerME(MaxentModel, ContextGenerator)
- Constructor for class opennlp.grok.preprocess.postag.
POSTaggerME
pow()
- Method in class opennlp.grok.util.
GrokSet
preds
- Variable in class opennlp.grok.realize.
EdgeFactory
The elementary predications to be covered.
PreprocessClient
- class opennlp.grok.preprocess.
PreprocessClient
.
PreprocessClient()
- Constructor for class opennlp.grok.preprocess.
PreprocessClient
prettyLength(String)
- Method in class opennlp.grok.expression.
AbstractCat
prettyPrint()
- Method in class opennlp.grok.expression.
AbstractCat
prettyPrint(String)
- Method in class opennlp.grok.expression.
AbstractCat
printAgenda()
- Method in class opennlp.grok.realize.
Chart
Prints the agenda.
printBestEdge()
- Method in class opennlp.grok.realize.
Chart
Prints the best edge found.
printChart()
- Method in class opennlp.grok.parse.
Chart
printEdges()
- Method in class opennlp.grok.realize.
Chart
Prints all chart edges, unsorted.
printEdges(boolean)
- Method in class opennlp.grok.realize.
Chart
Prints chart edges unsorted, using the complete edges filter according to the given flag.
printEdges(boolean, boolean)
- Method in class opennlp.grok.realize.
Chart
Prints chart edges using the complete edges filter according to the given flag and sorting according to the given flag.
printInitialEdges()
- Method in class opennlp.grok.realize.
Chart
Prints the initial edges.
printTiming()
- Method in class opennlp.grok.realize.
Chart
Prints the timing info.
process(NLPDocument)
- Method in class opennlp.grok.preprocess.cattag.
CatterME
Label the words in a document with categories.
process(NLPDocument)
- Method in class opennlp.grok.preprocess.chunk.
ChunkerME
creates chunk tags in a document.
process(NLPDocument)
- Method in class opennlp.grok.preprocess.mwe.
LexicalMWE
Find the Fixed Lecical Multi-Word Expressions in a document.
process(NLPDocument)
- Method in class opennlp.grok.preprocess.namefind.
WebStuffDetector
Find the email addresses in a document.
process(NLPDocument)
- Method in class opennlp.grok.preprocess.namefind.
NameFinderME
Find the names in a document.
process(NLPDocument)
- Method in class opennlp.grok.preprocess.namefind.
EmailDetector
Find the email addresses in a document.
process(NLPDocument)
- Method in class opennlp.grok.preprocess.postag.
POSTaggerME
POS tag the words in a document.
process(NLPDocument)
- Method in class opennlp.grok.preprocess.sentdetect.
SentenceDetectorME
Sentence detect a document.
process(NLPDocument)
- Method in class opennlp.grok.preprocess.tokenize.
TokenizerME
Tokenize an NLPDocument.
processSimple(NLPDocument)
- Method in class opennlp.grok.preprocess.chunk.
ChunkerME
put(int, Object)
- Method in class opennlp.grok.util.
IntHashSetMap
put(Object, Object)
- Method in class opennlp.grok.util.
GroupMap
put(Object, Object)
- Method in class opennlp.grok.util.
Cache
putAll(Object, Collection)
- Method in class opennlp.grok.util.
GroupMap
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
_
Copyright © 2003 Jason Baldridge and Gann Bierner. All Rights Reserved.