Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

TIMIT.h

Go to the documentation of this file.
00001 // TIMIT.h: TIMIT loader class definition
00002 // Haejoong Lee, Xiaoyi Ma, Steven Bird
00003 // Copyright (C) 2001 Linguistic Data Consortium, U Penn.
00004 // Web: http://www.ldc.upenn.edu/; Email: ldc@ldc.upenn.edu
00005 // For license information, see the file `LICENSE' included
00006 // with the distribution.
00007 
00008 
00009 #ifndef _TIMIT_H_
00010 #define _TIMIT_H_
00011 
00012 #include <AGAPI.h>
00013 #include "agfio.h"
00014 #include "Paired.h"
00015 
00017 class DllExport TIMIT : public agfio
00018 {
00019 
00020 private:
00021 
00022   // Add Annotataion to an exist AG.
00023   // Assume that Anchors needed already exist.
00024   void
00025   add_annotation(Paired &pair, const string& type, const AGId &agId,
00026                  const Unit& unit, const SignalIds& signalIds);
00027 
00028   virtual bool
00029   is_id_required()
00030   { return true; }
00031 
00032   virtual AGIds
00033   load();
00034 
00035 };
00036 
00037 #endif

Generated at Wed Jul 3 14:54:05 2002 for Annotation Graph API by doxygen1.2.7 written by Dimitri van Heesch, © 1997-2001