Age | Commit message (Expand) | Author |
2014-10-10 | Remove using namespace std | Wu, Ke |
2014-10-10 | Replace deprecated hash_map with unordred_map | Wu, Ke |
2014-10-08 | Fix an out-of-bound access bug in maxent | Wu, Ke |
2014-10-07 | Move synutils under utils | Wu, Ke |
2014-10-07 | Make synutils compile | Wu, Ke |
2014-10-07 | Apply clang-format | Wu, Ke |
2014-10-07 | Import synutils | Wu, Ke |
2014-09-10 | fix bug when there are too few features | Chris Dyer |
2014-08-07 | Option for static linking (./configure --with-static). Currently limited to ... | mjdenkowski |
2014-06-12 | move string_piece to utils/ from inside klm | Chris Dyer |
2014-05-15 | use fma if available | Chris Dyer |
2014-04-07 | track node state for smarter union | Chris Dyer |
2014-03-18 | chris edits | Chris Dyer |
2014-03-18 | star bool | Chris Dyer |
2014-03-18 | star function | Chris Dyer |
2014-02-09 | adaptive hope-fear learner | Chris Dyer |
2014-01-22 | utf8 got bigger | Chris Dyer |
2013-11-25 | remove dead code, add adagrad crf learner | Chris Dyer |
2013-11-13 | merge w/ upstream | Patrick Simianer |
2013-11-11 | fix iterator misuse | Chris Dyer |
2013-11-10 | fixes | Chris Dyer |
2013-11-10 | guard against direct includes of tr1 | Chris Dyer |
2013-11-05 | syntax features now read trees from files -- no more escaping! | Patrick Simianer |
2013-09-17 | Save/load state in realtime | Michael Denkowski |
2013-09-17 | Save/load weights in stream mira | Michael Denkowski |
2013-07-30 | Allow reading pairs of lines from stdin, easy force alignment script | Michael Denkowski |
2013-05-06 | fix | Chris Dyer |
2013-04-25 | only turn on c++11 for extractor | Chris Dyer |
2013-01-08 | fixes for dist | Chris Dyer |
2013-01-08 | add header files to sources to create correct distributions | Chris Dyer |
2012-12-15 | enable kenlm compression | Chris Dyer |
2012-10-15 | get rid of nested class that was causing header polution | Chris Dyer |
2012-10-02 | fix build | Chris Dyer |
2012-10-02 | cdec cleanup, remove bayesian stuff, parsing stuff | Chris Dyer |
2012-08-13 | fix buffer overrun | Chris Dyer |
2012-08-12 | possible errors with google hashes | Chris Dyer |
2012-08-12 | clean up CRP code to use faster data structure | Chris Dyer |
2012-08-12 | fix sparse vector api, and add crp helper class | Chris Dyer |
2012-08-09 | gamma-poisson word length model | Chris Dyer |
2012-06-29 | add option for entropy optimization | Chris Dyer |
2012-06-18 | switch to hash maps for sparse vectors | Chris Dyer |
2012-06-18 | add non-const iterators to sparse vector, speed up model1 code | Chris Dyer |
2012-05-27 | clean up | Chris Dyer |
2012-05-23 | more bjam stuff, more cleanup | Chris Dyer |
2012-05-16 | clean up | Chris Dyer |
2012-05-13 | put creg in its own top-level folder | Chris Dyer |
2012-05-13 | fast creg training code for univariate linear and logistic regression | Chris Dyer |
2012-05-11 | Add just enough jam to compile the decoder. | Kenneth Heafield |
2012-05-02 | remove dependency on gtest, remove all-static | Chris Dyer |
2012-04-29 | now! | Patrick Simianer |