#include <fstream>
#include <cstdlib>
#include "EST_lattice.h"
#include "EST_types.h"
#include "EST_Token.h"
#include "EST_StringTrie.h"
Go to the source code of this file.
Functions | |
bool | save (Lattice &lattice, EST_String filename) |
bool | load (Lattice &lattice, EST_String filename) |
bool save | ( | Lattice & | lattice, |
EST_String | filename | ||
) |
Definition at line 49 of file EST_lattice_io.cc.
bool load | ( | Lattice & | lattice, |
EST_String | filename | ||
) |
Definition at line 133 of file EST_lattice_io.cc.