In file ../include/EST_SCFG.h:
class EST_bracketed_string |
This class represents a bracted string used in training of SCFGs.
![]() | EST_bracketed_string () |
![]() | EST_bracketed_string (LISP string) |
![]() | ~EST_bracketed_string () |
![]() | set_bracketed_string (LISP string) |
![]() | length () const |
![]() | string () const |
![]() | symbol_at (int i) const The nth symbol in the string |
![]() | valid (int i, int k) const If a bracketing from i to k is valid in string |
![]() | operator != (const EST_bracketed_string &a) const |
![]() | (void) |
This class represents a bracted string used in training of SCFGs.An object in this class builds an index of valid bracketing of the string. Thus offering both a tree like access and direct access to the leafs of the tree. The definition of ``valid bracketing'' is any substring
that doesn't cross any brackets.
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