HFST - Helsinki Finite-State Transducer Technology API
version 3.7.1
|
Class HfstTransitionGraph. More...
#include <cstdio>
#include <string>
#include <set>
#include <cassert>
#include <iostream>
#include <algorithm>
#include <stack>
#include "../HfstSymbolDefs.h"
#include "../HfstExceptionDefs.h"
#include "../HfstDataTypes.h"
#include "../HarmonizeUnknownAndIdentitySymbols.h"
#include "../HfstFlagDiacritics.h"
#include "../HfstEpsilonHandler.h"
#include "ConvertTransducerFormat.h"
#include "HfstTransition.h"
#include "HfstTropicalTransducerTransitionData.h"
#include "HfstFastTransitionData.h"
Go to the source code of this file.
Classes | |
class | HfstTransitionGraph< C > |
A simple transition graph format that consists of states and transitions between those states. More... | |
Namespaces | |
hfst | |
A namespace for HFST functions and datatypes. | |
hfst::implementations | |
A namespace for all code that forms a bridge between backend libraries and HFST. | |
Class HfstTransitionGraph.