In file ../include/EST_SCFG_Chart.h:
class EST_SCFG_Chart |
A class for parsing with a probabalistic grammars.
![]() | Grammar and parse string initialisation functions
| ||||||||
![]() | parsing functions
|
A class for parsing with a probabalistic grammars.The chart (sort of closer to CKY table) consists of indexes of edges indexed by vertex number of mother non-terminal.
The initial values (well-formed substring table) are taken from an EST_Stream with a given feature. The grammar may be specified as LISP rules or as an already constructed EST_SCFG.
This produces a single best parse. It treates the grammar as structly context free in that the probability of a nonterminal over vertex n to m, is the sum of the all possible analysis of that sub-tree. Only the best anaylsis is kept for the resulting parse tree.
Alphabetic index HTML hierarchy of classes or Java
This page is part of the
Edinburgh Speech Tools Library documentation
Copyright University of Edinburgh 1997
Contact:
speech_tools@cstr.ed.ac.uk