summaryrefslogtreecommitdiff
path: root/decoder/earley_composer.cc
AgeCommit message (Expand)Author
2013-11-10fix for c++11Chris Dyer
2013-11-10guard against direct includes of tr1Chris Dyer
2012-07-28slight improvement to the way NTs are handled in the FST-CFG composition algo...Chris Dyer
2012-05-02remove dependency on gtest, remove all-staticChris Dyer
2012-03-20make c++11 compatibleChris Dyer
2012-03-03use assert properlyChris Dyer
2010-08-02fake tdict names for non-ids, push viterbi cost to root in hg, store as featu...graehl@gmail.com
2010-06-22initial checkinredpony