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-04-22hack to allow target side of tokenized parallel corpus to be used for LMHieu Hoang
2015-04-16Replace deprecated bcopy() with memcpy().Jeroen Vermeulen
The bcopy() function is POSIX-specific and deprecated. The recommended replacement (at least for non-overlapping source and destination ranges) is memcpy(), which is in the standard C library. Note that the source and destination parameters are in a different order between these two functions.
2015-04-16Replace deprecated bzero() with memset().Jeroen Vermeulen
The bzero() function is POSIX-specific and deprecated. The recommended replacement is memset(), which is in the standard C library.
2015-04-14Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2015-04-14misc script to parallelize madamira on grid engineHieu Hoang
2015-04-11codeliteHieu Hoang
2015-04-02uncomment out lines that clang choked on. Now worksHieu Hoang
2015-04-02resolve conflictsakimbal1
2015-04-02compile with clang 3.3 x86_x6, no warningsakimbal1
2015-04-02make it compile on osx/clangHieu Hoang
2015-04-02Merge pull request #103 from aminorex/masterHieu Hoang
tokenizer improvements, faster better sentence splitter
2015-04-02Replace use of tmpnam with boost::filesystem.Jeroen Vermeulen
Silences a few annoying warnings from gcc: "tmpnam is dangerous" (and the suggestion to use mkstemp instead).
2015-04-02handle asian stock tickers betterakimbal1
2015-04-02Merge remote-tracking branch 'upstream/master'akimbal1
2015-04-02make -a work more like the perl tokenizerakimbal1
2015-04-01splitter and tokenizer tweaks, multithreading tokenizerakimbal1
2015-04-01splitter tweaksakimbal1
2015-04-01add -B optionakimbal1
2015-04-01add splitterakimbal1
2015-03-28Modernize "C" includes in contrib.Jeroen Vermeulen
This is one of those little chores in managing a long-lived C++ project: standard C headers like stdio.h and math.h now have their own place in the C++ standard as resp. cstdio, cmath, and so on. In this branch the #include names are updated for the contrib/ subdirectory. C++11 adds cstdint, but to support compilation with the previous standard, that change is left for later.
2015-03-211. Lifetime of tasks in ThreadPool is now managed via shared pointers.Ulrich Germann
2. Code cleanup in IOWrapper and a bit elsewhere.
2015-03-20Bjam is the most awful build system in the world.Ulrich Germann
2015-03-19draft splitterakimbal1
2015-03-19Restored legacy moses server.Ulrich Germann
2015-03-17codeliteHieu Hoang
2015-03-17Changes to RUleScope from private branch. More codelite projectsHieu Hoang
2015-03-17option to change the estimated score only, not actuall scoreHieu Hoang
2015-03-17start CodeLite project filesHieu Hoang
2015-03-16start CodeLite project filesHieu Hoang
2015-03-10remove visual studio and xcode project files. No longer maintainedHieu Hoang
2015-03-10eclipseHieu Hoang
2015-03-08eclipseHieu Hoang
2015-03-04eclipseHieu Hoang
2015-03-04Folded contrib/server/mosesserver.cpp into the moses executable.Ulrich Germann
With immediate effect, mosesserver is deprecated, use moses --server instead.
2015-02-28path arg /Cheng YongHieu Hoang
2015-02-25eclipseHieu Hoang
2015-02-24change default mac-chart-span 10->20. /Arefeh KazemiHieu Hoang
2015-02-18park Joint LM. Doesn't work anymoreHieu Hoang
2015-02-16detokenization fixes and featuresakimbal1
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-13Missing include: boost/foreach.hpp.Jeroen Vermeulen
Fixes compile error on BOOST_FOREACH.
2015-02-13Merge branch 'master' into sampled-lexicalized-reorderingUlrich Germann
2015-02-12minor compile errorHieu Hoang
2015-02-10Adapted for new return type of ↵Ulrich Germann
TranslationOptionCollection::GetTranslationOptionList().
2015-02-06check args for KENLMHieu Hoang
2015-02-05Using boost for prefix/suffix checks /Jeroen VermeulenHieu Hoang
2015-02-03eclipseHieu Hoang
2015-02-02remove spurious endlakimbal1