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.cc
Age
Commit message (
Expand
)
Author
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
strip debug param from feature spec; debug info on from_fsa Init
graehl
2010-07-23
implicit first param to ffs: "debug". fsa final traversal set feature=0 firs...
graehl
2010-07-23
bottom-up FF from fsa FF - WordPenaltyFsa - needs debugging
graehl
2010-07-20
whining comment about lack of safety in taking address of string[0]
graehl
2010-07-09
warn 0 fid if warn 0 wt
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-07-06
comment
graehl
2010-07-06
warnings
graehl
2010-07-05
TODO (mostly low priority) notes
graehl
2010-06-22
initial checkin
redpony