Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-19beautifyHieu Hoang
2015-02-19Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2015-02-19use VERBOSE instead of cerrHieu Hoang
2015-02-18Fix -output-unknowns for -search-algorithm 3 (moses_chart)Phil Williams
2015-02-18park Joint LM. Doesn't work anymoreHieu Hoang
2015-02-16Merge branch 'master' of https://github.com/moses-smt/mosesdecoderMatthias Huck
2015-02-16Merge branch 'master' of github.com:moses-smt/mosesdecoderKenneth Heafield
2015-02-16Try to fix Boost static/dynamic linkageKenneth Heafield
2015-02-16Change Namespace in TER libraryChristophe SERVAN
2015-02-16tuneable-components config parameter for feature functionsMatthias Huck
2015-02-16Change Namespace in TER libraryChristophe SERVAN
2015-02-16Memory leak correction in TER algorithmChristophe SERVAN
2015-02-16restoring broken evaluation of translation option listAles Tamchyna
2015-02-16target (internal) bigrams for VWAles Tamchyna
2015-02-16properly register bigram VW featureAles Tamchyna
2015-02-16source bigram feature for VWAles Tamchyna
2015-02-16Merge github.com:aminorex/mosesdecoderHieu Hoang
2015-02-16Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2015-02-16detokenization fixes and featuresakimbal1
2015-02-15Code reorganization and cleanup around Lexical Reordering Round 2.Ulrich Germann
Hope it compiles this time.
2015-02-15stop treating dash like hyphenakimbal1
2015-02-15merge upstreamakimbal1
cking branch 'upstream/master' # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
2015-02-15closer match to perl tokenizerakimbal1
2015-02-15Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-02-15Code cleanup and reorganization. A few classes have been renamed to shorter ↵Ulrich Germann
names.
2015-02-14Merge branch 'instantiate-languagemodelken'Jeroen Vermeulen
2015-02-14Explicitly instantiate LanguageModelKen.Jeroen Vermeulen
Generates code for the template class's member functions inside Ken.cpp. Otherwise, depending on the compiler (as with gcc 4.9.2 on Cygwin64), the linker may not find the functions' implementations.
2015-02-14Code cleanup.Ulrich Germann
2015-02-14Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-02-14A few more regression test routines log the command line executed.Ulrich Germann
2015-02-13Missing include: boost/foreach.hpp.Jeroen Vermeulen
Fixes compile error on BOOST_FOREACH.
2015-02-13Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2015-02-13Merge branch 'master' of github.com:moses-smt/mosesdecoderJeroen Vermeulen
2015-02-13Merge branch 'isnan'Hieu Hoang
2015-02-13Fix undefined isnan() on Cygwin gcc 4.8.Jeroen Vermeulen
Include <cmath>, where isnan() is defined, and qualify use with namespace: std::isnan().
2015-02-13Remove debugBarry Haddow
2015-02-13train-model.perl: fix "argument isn't numeric" warningPhil Williams
2015-02-13Update transliteration scripts to use the on-disk phrase tablePhil Williams
The scripts now use CreateOnDiskPt instead of processPhraseTable (which is no longer supported and was removed by commit f3a84fc01).
2015-02-13Merge branch 'master' into sampled-lexicalized-reorderingUlrich Germann
2015-02-13Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-02-12minor compile errorHieu Hoang
2015-02-12Rename StaticData::IsChart() to IsSyntax() and add new SearchAlgorithm valuesPhil Williams
2015-02-11filter-rule-table: comments + minor clean-up.Phil Williams
2015-02-10Merge branch 'master' of https://github.com/moses-smt/mosesdecoderKenneth Heafield
2015-02-10Relative pathKenneth Heafield
2015-02-10filter-rule-table: support for "hierarchical" and "s2t" model typesPhil Williams
Output should match filter-rule-table.py, but filtering is faster. Some rough timings: That This System A 0h 13m 0h 04m System B 18h 03m 0h 51m System A is WMT14, en-de, string-to-tree (32M rules, 3,000 test sentences) System B is WMT14, cs-en, string-to-tree (293M rules, 13,071 test sentences)
2015-02-10fixing a bug from commit 70e8eb5Matthias Huck
2015-02-10Adapted for new return type of ↵Ulrich Germann
TranslationOptionCollection::GetTranslationOptionList().
2015-02-10Changed return type of CreateTranslationOptionsForRange...() functions from ↵Ulrich Germann
void to bool.
2015-02-10Code cleanup.Ulrich Germann