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

XLabelFile.h

Go to the documentation of this file.
00001 // XLabelFile.h: class definition for XLabel files
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 _XLABELFILE_H_
00010 #define _XLABELFILE_H_
00011 
00012 #include "Paired.h"
00013 #include "RE.h"
00014 
00016 class XLabelFile : public Paired
00017 {
00018 private:
00019   RE *xre, *xre2;
00020   // xre2: RE pattern for annotations which don't have labels
00021 
00022   virtual void preprocess();
00023   virtual void read_entry();
00024 
00025   void init_re();
00026 
00027 public:
00028   XLabelFile();
00029   XLabelFile(const string&filename);
00030   ~XLabelFile();
00031 
00033   virtual string
00034   get_time0();
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