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

TB_UPenn_WSJ_EscapeHandler.h

Go to the documentation of this file.
00001 // TB_UPenn_WSJ_EscapeHandler.h:
00002 // Haejoong Lee
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 _TB_UPENN_WSJ_ESCAPEHANDLER_H_
00010 #define _TB_UPENN_WSJ_ESCAPEHANDLER_H_
00011 
00012 #include "TBEscapeHandler.h"
00013 
00014 class DllExport TB_UPenn_WSJ_EscapeHandler
00015 :public TBEscapeHandler {
00016   
00017 private:
00018   static const string escaped[];
00019   static const string surface[];
00020   static const int NITEM;
00021 
00022 public:
00023   virtual string
00024   decode(const string& tag, const string& s);
00025 
00026   virtual string
00027   encode(const string& tag, const string& e);
00028 };
00029 
00030 #endif

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