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
/
ff.h
Age
Commit message (
Expand
)
Author
2010-07-27
fsa feature templated Accum interface, phrase interface allows exceeding mark...
graehl
2010-07-26
comment cleanup
graehl
2010-07-25
fixed CreateViterbiHypergraph (old impl did not work), so --show_derivation w...
graehl
2010-07-24
FSA: simpler Scan1 ScanT1 methods, otherewise also expose edge to full Scan
graehl
2010-07-23
comment about unary (1 var) goal rule having no target terminals - seems to b...
graehl
2010-07-23
implicit first param to ffs: "debug". fsa final traversal set feature=0 firs...
graehl
2010-07-23
sparse_vector use google::dense_hash_map, fsa scan logging
graehl
2010-07-23
bottom-up FF from fsa FF - WordPenaltyFsa - needs debugging
graehl
2010-07-21
disabled TD reserved stuff - debug init assertion later
graehl
2010-07-09
optional max arity param for Arity_N features (no hardcoded max of N=9); FF::...
graehl
2010-07-08
feature functions support e.g. --usage=LanguageModel, report feature ids, war...
graehl
2010-07-08
actually use -n feature_name in LanguageModel. FF factory usage facility, FF...
graehl
2010-06-22
initial checkin
redpony