Class | Description |
---|---|
AverageDVModels |
Given a list of input DVParser models, this tool will output a new
DVParser which is the average of all of those models.
|
CacheParseHypotheses | |
CombinedDVModelReranker | |
CombineDVModels |
This class combines multiple DVParsers into one by adding their
scores.
|
CrossValidateTestOptions | |
DumpMatrices |
Dump out the matrices in a DVModel to a given directory in text format.
|
DVModel | |
DVModelReranker | |
DVParser | |
DVParserCostAndGradient | |
FilterConfusingRules |
This filter rejects Trees which have unary or binary productions
which the given parser does not contain.
|
FindNearestNeighbors |
A tool which takes all of the n-grams of a certain length and looks
for other n-grams which are close using distance between word vectors.
|
FindNearestNeighbors.ParseRecord | |
ParseAndPrintMatrices | |
UnknownWordPrinter |
Prints out words which are unknown to the DVParser.
|