HFST - Helsinki Finite-State Transducer Technology - C++ API  version 3.9.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
hfst.h
1 // Copyright (c) 2016 University of Helsinki
2 //
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either
6 // version 3 of the License, or (at your option) any later version.
7 // See the file COPYING included with this distribution for more
8 // information.
9 
10 /*
11  * This is a convenience header file for including common HFST headers.
12  */
13 
14 #ifndef _HFST_H
15 #define _HFST_H
16 
17 #include "HfstTransducer.h"
18 #include "HfstInputStream.h"
19 #include "HfstOutputStream.h"
20 #include "HfstSymbolDefs.h"
21 #include "HfstExceptionDefs.h"
22 
23 #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.