Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

boss_scannertags.h

Go to the documentation of this file.
00001 /* boss_scannertags.h    $Revision: 1.3 $ $Date: 2005/12/10 20:33:54 $
00002    Copyright (C) 1999 University of Bonn.
00003    http://www.ikp.uni-bonn.de/boss
00004 
00005    This program is free software; you can redistribute it and/or
00006    modify it under the terms of the GNU General Public License
00007    as published by the Free Software Foundation; either version 2
00008    of the License, or (at your option) any later version.
00009 
00010    This program is distributed in the hope that it will be useful,
00011    but WITHOUT ANY WARRANTY; without even the implied warranty of
00012    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013    GNU General Public License for more details.
00014 
00015    You should have received a copy of the GNU General Public License
00016    along with this program; if not, write to the Free Software
00017    Foundation, Inc., 59 Temple Place - Suite 330,
00018    Boston, MA  02111-1307, USA.
00019 */
00020 
00025 #ifndef __BOSS_SCANNERTAGSH__
00026 #define __BOSS_SCANNERTAGSH__
00027 
00028 #define LEX_WORD                100
00029 #define LEX_NUMBER              101
00030 #define LEX_ORDINAL             102
00031 #define LEX_SHORTCUT            103
00032 #define LEX_PHRASE_DELIMITER    104
00033 #define LEX_SENTENCE_DELIMITER  105
00034 #define LEX_COMPOUND_WORD_WW    106
00035 #define LEX_COMPOUND_WORD_SW    107
00036 #define LEX_COMPOUND_WORD_WS    108
00037 #define LEX_COMPOUND_WORD_SS    109
00038 #define LEX_SEPARATED_WORD      110
00039 #define LEX_DATE                111
00040 #define LEX_YEAR                112
00041 
00042 #endif

Generated on Tue Dec 20 23:14:38 2005 for BOSS by doxygen 1.3.6