Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
parsery [2007/10/16 18:49] zeman Brown Reranking Parser. |
parsery [2007/10/16 21:55] (current) zeman N-best parsing with Charniak. |
||
---|---|---|---|
Line 77: | Line 77: | ||
make all | make all | ||
</ | </ | ||
+ | |||
+ | |||
Line 90: | Line 92: | ||
Our SVN version of the Brown parser has some advantages over the standard distribution: | Our SVN version of the Brown parser has some advantages over the standard distribution: | ||
- | * Number of output sentences equals to the number of input sentences. If parse of a sentence failed, the output line will be " | + | * Number of output sentences equals to the number of input sentences. If parse of a sentence failed, the output line will be "< |
* The parser does not say just // | * The parser does not say just // | ||
* The reranker has been freed from its dependency on the Penn Treebank. The various data relations, originally wired deeply into their Makefile, are now generalized to the extent that we can call a training script and supply the training data as standard input. Not all parts of the Makefile have been generalized, | * The reranker has been freed from its dependency on the Penn Treebank. The various data relations, originally wired deeply into their Makefile, are now generalized to the extent that we can call a training script and supply the training data as standard input. Not all parts of the Makefile have been generalized, | ||
Line 96: | Line 98: | ||
Both folders, '' | Both folders, '' | ||
- | Although | + | The '' |
=== Training === | === Training === |
[ Back to the navigation ] [ Back to the content ]