FST
openfst-1.8.4
OpenFst Library
Main Page
Namespaces
Classes
Files
File List
File Members
src
fst
openfst-1.8.4
src
include
fst
extensions
pdt
pdtlib.h
Go to the documentation of this file.
1
// Copyright 2005-2024 Google LLC
2
//
3
// Licensed under the Apache License, Version 2.0 (the 'License');
4
// you may not use this file except in compliance with the License.
5
// You may obtain a copy of the License at
6
//
7
// http://www.apache.org/licenses/LICENSE-2.0
8
//
9
// Unless required by applicable law or agreed to in writing, software
10
// distributed under the License is distributed on an 'AS IS' BASIS,
11
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
//
15
// See www.openfst.org for extensive documentation on this weighted
16
// finite-state transducer library.
17
//
18
// This is an experimental push-down transducer (PDT) library. A PDT is
19
// encoded as an FST, where some transitions are labeled with open or close
20
// parentheses. To be interpreted as a PDT, the parentheses must balance on a
21
// path.
22
23
#ifndef FST_EXTENSIONS_PDT_PDTLIB_H_
24
#define FST_EXTENSIONS_PDT_PDTLIB_H_
25
26
#include <
fst/extensions/pdt/compose.h
>
27
#include <
fst/extensions/pdt/expand.h
>
28
#include <
fst/extensions/pdt/pdt.h
>
29
#include <
fst/extensions/pdt/replace.h
>
30
#include <
fst/extensions/pdt/reverse.h
>
31
#include <
fst/extensions/pdt/shortest-path.h
>
32
33
#endif // FST_EXTENSIONS_PDT_PDTLIB_H_
shortest-path.h
reverse.h
replace.h
compose.h
expand.h
pdt.h
Generated by
1.8.11