C++ frameworks
A software framework is a re-usable design for a software system (or subsystem). A software framework may include support programs, code libraries, a scripting language, or other software to help develop and glue together the different components of a software project. Various parts of the framework may be exposed through an API.
From : http://en.wikipedia.org/wiki/Framework
Thot
Thot is a toolkit to train phrase-based models for statistical machine translation. Thot allows to estimate phrase-based models and to obtain the best alignments at phrase level for a given set of sentence pairs.
The toolkit includes the following functionality:
- Operations between word alignment matrices (including Och's symmetrization);
- Estimation of phrase-based models from word alignment matrices via the relative frequencies;
- Experimental estimation that allows to obtain more complex models (including
phrase length sub-models);
- Bilingual segmentation using phrase-based models;
- Basic C++ phrase-based models library;
- ...
visit
Thot
Thot was visited : 92 times
Loading .....