20 lines
354 B
Plaintext
20 lines
354 B
Plaintext
|
/**
|
||
|
|
||
|
@page scfg_test_manual scfg_test
|
||
|
@brief *Test the output of a parser*
|
||
|
@tableofcontents
|
||
|
|
||
|
@section synopsis Synopsis
|
||
|
|
||
|
@SYNOPSIS@
|
||
|
|
||
|
This program applies a stochastic context free grammar to a given
|
||
|
corpus and reports the parsing accuracy and cross bracketing
|
||
|
accuracy of the grammar with respect to the grammar.
|
||
|
|
||
|
@section options Options
|
||
|
|
||
|
@OPTIONS@
|
||
|
|
||
|
*/
|