Class | Description |
---|---|
CountTrees |
Counts the number of trees in a (PTB format) treebank file.
|
ManipulateTopBracket |
Reads in a set of treebank files and either adds (default) or removes a top bracket.
|
OntoNotesFilePreparation |
Divide up OntoNotes v5 tree files in the standard way that has been used for CoNLL-2012, etc.
|
ParseAndSetLabels |
Given a list of sentences, converts the sentences to trees and then
relabels them using a list of new labels.
|
PrintTagList |
Loads a LexicalizedParser and tries to get its tag list.
|
PunctEquivalenceClasser |
Performs equivalence classing of punctuation per PTB guidelines.
|
PunctFrequencyDist |
Prints out a frequency distribution of all punctuation tags in a treebank.
|
RHSFrequency |
Create frequency distribution for RHS of grammar rules.
|
RuleBranchingFactor |
Counts the rule branching factor (and other rule statistics) in a treebank.
|
UpdateParserOptions |
A simple tool to change flags embedded
in a LexicalizedParser model.
|
VocabFrequency |
Prints a frequency distribution from a collection of trees.
|
Enum | Description |
---|---|
ParseAndSetLabels.MissingLabels |