summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-14Get enough compiling with scons to finish off the emnlp paperJonathan Clark
2011-03-14Fix wordset to override features() so that we can safely use multiple instanc...Jonathan Clark
2011-03-14more paranoid checking when (idiot/time-crunched) user tries to define his ow...Jonathan Clark
2011-03-11be more verbose when running each child decoder process when forking. also, a...Jonathan Clark
2011-03-11dont fail on possibly temporary qstat errorsJonathan Clark
2011-03-11just use grep and dont check return codeJonathan Clark
2011-03-11failJonathan Clark
2011-03-11dont die when there are no running jobsJonathan Clark
2011-03-11ignore emacs temp filesJonathan Clark
2011-03-11another dumb bug involving cleanup being executed preemptivelyJonathan Clark
2011-03-11Merge branch 'master' of github.com:redpony/cdecJonathan Clark
2011-03-11fix my dumb bug that killed qsub functionalityJonathan Clark
2011-03-10starcluster env tweakChris Dyer
2011-03-10Pretty formattingJonathan Clark
2011-03-10scons readmeJonathan Clark
2011-03-10Merge branch 'master' of github.com:redpony/cdecJonathan Clark
2011-03-10whitespace diffJonathan Clark
2011-03-10Merge branch 'master' of github.com:redpony/cdecChris Dyer
2011-03-10experimental nonlinear featureChris Dyer
2011-03-10Unsuck dist-vestJonathan Clark
2011-03-10initial version of sconsJonathan Clark
2011-03-10updated test arpa fileKenneth Heafield
2011-03-10Fix broken klm file for de compoundingKenneth Heafield
2011-03-10configuration for starcluster clustersChris Dyer
2011-03-10use non-terrible build systemJonathan Clark
2011-03-10Merge branch 'master' of git://github.com/redpony/cdecJonathan Clark
2011-03-10glc hackingJonathan Clark
2011-03-10remove dependency on SRILMChris Dyer
2011-03-09fix compile error on certain gcc'sChris Dyer
2011-03-09kenlm syncKenneth Heafield
2011-03-09print empty line when parse failsChris Dyer
2011-03-08make default max sizes bigger, for people who like REALLY BIG RULESChris Dyer
2011-03-08fix to json-escape feature names in hg json encodingChris Dyer
2011-03-08fix class-based lmChris Dyer
2011-03-08support for class based LMs (without emission probs)Chris Dyer
2011-03-08support multiple LMs with different feature namesChris Dyer
2011-03-06track alignment info in copy constructorChris Dyer
2011-03-06print word alignments in ruleChris Dyer
2011-03-06clarify a commentChris Dyer
2011-03-06support feature collapsing with new span featuresChris Dyer
2011-03-06oov featureChris Dyer
2011-03-03new span featuresChris Dyer
2011-03-03replace files option to prevent reloading LM each timeChris Dyer
2011-03-03more options for augment grammarChris Dyer
2011-03-03nasty overflow related bug when comparing prob_t's, which coerced them throug...Chris Dyer
2011-03-03fix potential crash on long sentencesChris Dyer
2011-03-02final version of SOS EOS handling, i thinkChris Dyer
2011-03-02better sentence marker handling, part 2Chris Dyer
2011-03-02better handling of SOS/EOS markers, part 1Chris Dyer
2011-03-01handle start-of-sentence correctlyChris Dyer