Cambridge SMT System
main.disambig.hpp
Go to the documentation of this file.
1 // Licensed under the Apache License, Version 2.0 (the "License");
2 // you may not use these files except in compliance with the License.
3 // You may obtain a copy of the License at
4 //
5 // http://www.apache.org/licenses/LICENSE-2.0
6 //
7 // Unless required by applicable law or agreed to in writing, software
8 // distributed under the License is distributed on an "AS IS" BASIS,
9 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10 // See the License for the specific language governing permissions and
11 // limitations under the License.
12 
13 // Copyright 2012 - Gonzalo Iglesias, AdriĆ  de Gispert, William Byrne
14 
21 #ifndef MAIN_DISAMBIG_H
22 #define MAIN_DISAMBIG_H
23 
24 namespace ucam {
25 namespace util {
26 extern bool user_check_ok;
27 extern const bool detailed;
28 }
29 }
30 
32 #include "global_incls.hpp"
33 #include "custom_assert.hpp"
34 #include "global_decls.hpp"
35 #include "global_funcs.hpp"
36 
37 #include <fst/fstlib.h>
38 
39 #include <fst/script/print.h>
40 
41 #include "logger.hpp"
42 
43 #include "szfstream.hpp"
44 
45 #include "registrypo.hpp"
46 #include "taskinterface.hpp"
47 #include "range.hpp"
48 #include "addresshandler.hpp"
49 
51 
52 #include <constants-fsttools.hpp>
54 
62 
63 #include "fstio.hpp"
64 #include "fstutils.hpp"
65 #include "fstutils.ftcompose.hpp"
66 
67 #define KENLM_MAX_ORDER 6
68 #include "lm/model.hh"
69 
70 #include "data.stats.hpp"
71 #include "fstutils.mapper.hpp"
73 
74 #include "data.lm.hpp"
75 #include "data-main.disambig.hpp"
76 
77 #include "task.readfst.hpp"
78 #include "task.writefst.hpp"
79 #include "task.loadlm.hpp"
80 #include "task.loadunimap.hpp"
81 #include "task.disambig.hpp"
82 
83 #endif
Handles simple wildcard expansion for strings.
Convenience functors/functions for lexicographic<tropical,tropical> semiring.
Contains convenience functions to write and read fsts.
Stream wrapper for pipe/text/compressed files.
Relative to Stats across the pipeline.
Implementation of tropical sparse tuple weight semiring.
Implementation of different type of compositions (i.e. failure transitions)
Provides smarter assert methods.
Interfaces with basic methods for iteration.
Implementation of a Fst writer taking the fst from data object.
Implementation of a language model task.
const bool detailed
Contains implementation of ApplyLanguageModelOnTheFly.
Utilites to extract vocabulary, pseudo-determinize lattices and build substring transducers.
Headers for standalone shared library.
Implementation of a language model data structure using kenlm.
Implemention of class DisambigTask.
Basic declarations used for tropical sparse vector weight semiring.
Implementation of a Fst reader to data structure.
To initialize boost parameter options.
General functions.
Generalized weight mapper functor.
Convenience functors that allow transparent handling for weights within hifst.
Handles different type of integer ranges.
Files to include for the tropical sparse tuple semiring.
Data object for disambig tool.
General typedefs, defines...
Contains wrapper class RegistryPO, which uses boost::program_options to parse parameters, and provides methods to access them.
Lexicographic stdarc registering.
Definition: bleu.hpp:14
All included standard headers, boost headers,...
Implementation of a unigram transduction model loader task.