HFST - Helsinki Finite-State Transducer Technology API  version 3.7.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
hfst.h
1 /*
2  * This is a convenience header file for including common HFST headers.
3  */
4 
5 // This program is free software: you can redistribute it and/or modify
6 // it under the terms of the GNU General Public License as published by
7 // the Free Software Foundation, version 3 of the License.
8 //
9 // This program is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU General Public License for more details.
13 //
14 // You should have received a copy of the GNU General Public License
15 // along with this program. If not, see <http://www.gnu.org/licenses/>.
16 
17 
18 #ifndef _HFST_H
19 #define _HFST_H
20 
21 #include "HfstTransducer.h"
22 #include "HfstInputStream.h"
23 #include "HfstOutputStream.h"
24 #include "HfstSymbolDefs.h"
25 #include "HfstExceptionDefs.h"
26 
27 #endif // HFST_H
Declaration of class HfstInputStream.
Declarations of HFST API functions and datatypes.
A file for exceptions.
Declaration of class HfstOutputStream.
Typedefs and functions for symbols, symbol pairs and sets of symbols.