|
Parsing Engine | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Treebank | |
---|---|
danbikel.parser | Provides the core framework of this extensible statistical parsing engine. |
danbikel.parser.arabic | Provides language-specific classes necessary to parse Arabic. |
danbikel.parser.english | Provides language-specific classes necessary to parse English. |
danbikel.parser.lang | Provides default abstract base classes for the required interfaces of a language package. |
Uses of Treebank in danbikel.parser |
---|
Methods in danbikel.parser that return Treebank | |
---|---|
static Treebank |
Language.treebank()
Gets the Treebank object for the current language. |
Uses of Treebank in danbikel.parser.arabic |
---|
Classes in danbikel.parser.arabic that implement Treebank | |
---|---|
class |
Treebank
Provides data and methods specific to the structures found in the Arabic Treebank (the Penn Arabic Treebank) or any other treebank that conforms to the Penn Arabic Treebank annotation guidelines |
Uses of Treebank in danbikel.parser.english |
---|
Classes in danbikel.parser.english that implement Treebank | |
---|---|
class |
BrokenTreebank
Provides data and methods speciifc to the structures found in the English Treebank (the Penn Treebank) or any other treebank that conforms to the Treebank II annotation guidelines for part-of-speech tagging and bracketing. |
Uses of Treebank in danbikel.parser.lang |
---|
Classes in danbikel.parser.lang that implement Treebank | |
---|---|
class |
AbstractTreebank
A collection of mostly-abstract methods to be implemented by a langauge-specific subclass. |
Fields in danbikel.parser.lang declared as Treebank | |
---|---|
protected Treebank |
AbstractTraining.treebank
Holds the value of Language.treebank() . |
|
Parsing Engine | |||||||||
PREV NEXT | FRAMES NO FRAMES |