JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Interface
opennlp.tools.parser.GapLabeler
Packages that use
GapLabeler
Package
Description
opennlp.tools.parser
Uses of
GapLabeler
in
opennlp.tools.parser
Methods in
opennlp.tools.parser
with parameters of type
GapLabeler
Modifier and Type
Method
Description
static
Parse
Parse.
parseParse
(
String
parse,
GapLabeler
gl)
Parses the specified tree-bank style
Parse
string and return a
Parse
structure for that string.