~ubuntu-branches/ubuntu/jaunty/speech-tools/jaunty

« back to all changes in this revision

Viewing changes to include/ling_class/EST_Utterance.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Urlichs
  • Date: 2004-07-16 09:25:39 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040716092539-5p1tzif55b8j924e
Tags: 1:1.2.3-8
Added alaw processing code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
    bool relation_present(EST_StrList &names) const;
133
133
 
134
134
    /// get relation by name
135
 
    EST_Relation *relation(const char *name,int err_on_not_found=1);
 
135
    EST_Relation *relation(const char *name,int err_on_not_found=1) const;
136
136
 
137
137
    /// return EST_Item whose id is <parameter>n</parameter>.
138
 
    EST_Item *id(const EST_String &n);
 
138
    EST_Item *id(const EST_String &n) const;
139
139
 
140
140
    /// create a new relation called <parameter>n</parameter>.
141
141
    EST_Relation *create_relation(const EST_String &relname);