KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
spear_incl.h
Go to the documentation of this file.
1 
2 #ifdef MAKE_DEPEND
3 # ifndef MAKE_DEPEND_SPEAR_INCL_H
4 # ifndef MAKE_DEPEND_DIR
5 # define SPEAR_INCL_INCLUDED
6 # endif
7 # endif
8 #endif
9 
10 #ifndef SPEAR_INCL_INCLUDED
11 #define SPEAR_INCL_INCLUDED
12 
13 #include "spear/Assert.h"
14 #include "spear/BankEdge.h"
17 #include "spear/CharUtils.h"
18 #include "spear/Edge.h"
19 #include "spear/EdgeLexer.h"
20 #include "spear/EdgeParser.h"
21 #include "spear/Exception.h"
22 #include "spear/HashMap.h"
23 #include "spear/Head.h"
24 #include "spear/HeadEnglish.h"
25 #include "spear/Lexicon.h"
26 #include "spear/Model.h"
27 #include "spear/Pair.h"
28 #include "spear/Parameters.h"
29 #include "spear/RCIPtr.h"
30 #include "spear/StringMap.h"
31 #include "spear/Tokenizer.h"
32 #include "spear/Trainer.h"
33 #include "spear/Tree.h"
34 #include "spear/Wide.h"
35 #include "spear/Word.h"
36 #include "spear/spear_train.h"
37 
38 #endif
39 
Reference counting pointer class This file contains the code for the classes and class templates maki...