index
:
cdec-dtrain-legacy
json_serial
master
net
Mirror of https://github.com/pks/cdec-dtrain-legacy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
decoder
/
trule.cc
Age
Commit message (
Expand
)
Author
2014-04-17
fix rescoring
Chris Dyer
2014-04-07
clean up dead TRule code
Chris Dyer
2013-12-16
better parsing errors, thx to nschneid, also increase limits on number of fea...
Chris Dyer
2012-07-28
slight improvement to the way NTs are handled in the FST-CFG composition algo...
Chris Dyer
2012-05-27
clean up
Chris Dyer
2012-05-23
more bjam stuff, more cleanup
Chris Dyer
2012-02-27
generic bayesian cfg learner with a bunch of cfg grammar types
Chris Dyer
2011-03-23
remove thread-local stuff which was fragile on some build systems
Chris Dyer
2011-03-16
possible mert bug with rules with alignments
Chris Dyer
2011-03-06
print word alignments in rule
Chris Dyer
2010-12-01
alternative def of neighborhoods
redpony
2010-08-11
debug cfg from hg, source and target. cdec --source_cfg_output=-
graehl
2010-08-11
cout<<TRule
graehl
2010-08-10
fix warning
graehl@gmail.com
2010-08-10
backed out from using lexer on Trule(string) - expected features at target-rh...
graehl@gmail.com
2010-08-10
parse trule(string) using lexer - needs testing, affects earley_composer
graehl
2010-07-08
--show_features
graehl
2010-06-22
initial checkin
redpony