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-21Work on integrating hierarchical lexicalized reordering models with sampled ↵Ulrich Germann
phrase tables.
2015-04-21Added entry for bitext-find.Ulrich Germann
2015-04-21Initial check-in: search utility for bi-concordancing.Ulrich Germann
2015-04-21New constructor.Ulrich Germann
2015-04-21mmBitext now maintains a vector of document names.Ulrich Germann
2015-04-21Initial check-in.Ulrich Germann
2015-04-21Minor edits for better readability.Ulrich Germann
2015-04-21Additions for writing out alignments in yawat format (for kwipc).Ulrich Germann
2015-04-05Bug fix.Ulrich Germann
2015-04-05Merge branch 'master' into mmt-devUlrich Germann
Conflicts: Jamroot moses/TranslationModel/UG/mmsapt.h
2015-04-05Merge branch 'mmt-dev' of https://github.com/ugermann/mosesdecoder into mmt-devUlrich Germann
2015-04-05- Code refactoring for Bitext class.Ulrich Germann
- Bug fixes and conceptual improvements in biased sampling. The sampling now tries to stick to the bias, even when an unsuitable corpus dominates the occurrences.
2015-04-05- Code refactoring for Bitext class.Ulrich Germann
- Bug fixes and conceptual improvements in biased sampling. The sampling now tries to stick to the bias, even when an unsuitable corpus dominates the occurrences.
2015-04-05store temp run files in current directory, not /tmpHieu Hoang
2015-04-05leave in runPath for debuggingHieu Hoang
2015-04-05Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2015-04-05script to submit ems job to grid engine as 1 job. Hardcoded for NYUAD at the moHieu Hoang
2015-04-03Merge branch 'master' of https://github.com/moses-smt/mosesdecoderMichael Denkowski
2015-04-03Consistent line ending behavior for alignment printing optionsMichael Denkowski
2015-04-03Better logging during biased sampling in Mmsapt.Ulrich Germann
2015-04-03Unused variable.Ulrich Germann
2015-04-03Minor bug fix in logging biased sampling for phrase lookup.Ulrich Germann
2015-04-031. A context string for biased sampling in Mmsapt can now be provided on theUlrich Germann
command line with --context-string. Not available in server mode yet. 2. Numerous bug fixes related to biased sampling. 3. Biased sampling now checks that the sampling sticks to the bias. If the distribution of samples deviates too much from the bias, samples whose selection would push the sample distribution even further from the bias are not considered, even if that means that fewer samples are chosen in total.
2015-04-03Merge branch 'master' of github.com:moses-smt/mosesdecoderBarry Haddow
2015-04-03Attempt at fixing sparse features for hgmiraBarry Haddow
2015-04-03re-apply commit 1fb51dc (use gunzip -c instead of zcat)Rico Sennrich
plus be more tolerant about xml input
2015-04-03Make an include path explicit.Jeroen Vermeulen
Better to see clearly where that header is supposed to come from, since it lives halfway across the codebase. I think this may also make the "classifier" dance in moses/Jamfile unnecessary, which would be a nice simplification, but I'm not confident enough to just make the change.
2015-04-02uncomment out lines that clang choked on. Now worksHieu Hoang
2015-04-02Merge pull request #105 from aminorex/masterHieu Hoang
compile with clang 3.3 x86_x6, no warnings
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-02revert last commit to add MASTER_PATH. Not neededHieu Hoang
2015-04-02pass in PATH variable from master node. When you're running of a grid but ↵Hieu Hoang
really just qsubbing everything to 1 slave node
2015-04-02consistently use 'env perl' command for environments where the 1st perl in ↵Hieu Hoang
PATH isn't the default perl. Which is kinda stupid
2015-04-02More fiddling with bjam.Debian
2015-04-02Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2015-04-02Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2015-04-02Conditional import of Thread package for perl installations that don't ↵Hieu Hoang
support threads
2015-04-02Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu 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-01Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2015-04-01don't ignore lowercasing of factored LM. Must be consistent with ptHieu Hoang
2015-04-01Remove old obsolete probingPT testsXapaJIaMnu
2015-04-01splitter tweaksakimbal1