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
path: root/search
AgeCommit message (Expand)Author
2015-10-25WordsRange -> RangeHieu Hoang
2015-04-30Remove trailing whitespace in C++ files.Jeroen Vermeulen
2015-03-28Modernize "C" includes in search.Jeroen Vermeulen
2014-10-10Fix a few compiler warnings (from Clang mostly).Phil Williams
2014-04-04more logging for incremental chart searchRico Sennrich
2013-11-15replace nth_element() with macro that execute sort() instead for gcc 4.8.1 & ...Hieu Hoang
2013-02-14Update incremental search, cuts runtime by a thirdKenneth Heafield
2012-11-18D'oh <=Kenneth Heafield
2012-11-17Compiler error for boost < 1.42Kenneth Heafield
2012-11-15Update incremental searchKenneth Heafield
2012-11-12Put core Moses into one library libmoses.Kenneth Heafield
2012-10-23Disable incremental search for Boost < 1.42Kenneth Heafield
2012-10-19D'oh correct return value for existing entriesKenneth Heafield
2012-10-18Support arbitrary arityKenneth Heafield
2012-10-18Change VertexGenerator to batch, Remove kScoreInfKenneth Heafield
2012-10-17Put note into PartialEdge, delete edge_queueKenneth Heafield
2012-10-17Allocate less, switch to existing being continuationKenneth Heafield
2012-10-16Move pool to utilKenneth Heafield
2012-10-16Fix score should have been +=Kenneth Heafield
2012-10-16Start arbitrary arity. Currently incorrect.Kenneth Heafield
2012-10-15Submodules are evil. Undo it.Kenneth Heafield