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
/
realtime
Age
Commit message (
Expand
)
Author
2014-05-02
Automatically generate some rt.ini options
Michael Denkowski
2014-04-18
Each grammar extractor gets its own process to avoid Cython segfaults.
mjdenkowski
2014-04-10
rt.ini, hpyplm optional, specify metric
mjdenkowski
2014-04-08
setup for hpyplm being optional, different metrics
Michael Denkowski
2014-03-31
Include new bilex file
mjdenkowski
2013-12-29
Citation
mjdenkowski
2013-12-29
Citation
mjdenkowski
2013-12-04
Remove dependency on pycdec for force alignment
mjdenkowski
2013-10-30
Specify heuristic for force alignment
mjdenkowski
2013-10-22
Don't getvalue() yet
mjdenkowski
2013-10-18
wait() to avoid zombies
mjdenkowski
2013-10-14
Save/load from StringIO
mjdenkowski
2013-10-08
Better logging
mjdenkowski
2013-10-07
Documentation
Michael Denkowski
2013-10-01
Better logging, save/load to default context
Michael Denkowski
2013-09-30
Loading state moved to command, specific to context
Michael Denkowski
2013-09-30
Release lock on exception
Michael Denkowski
2013-09-30
New commands, save/load context
Michael Denkowski
2013-09-30
Command handling
Michael Denkowski
2013-09-27
Decoding and learning with multiple contexts is threadsafe and FIFO.
Michael Denkowski
2013-09-26
FIFO Locks
Michael Denkowski
2013-09-25
Threading tests
Michael Denkowski
2013-09-25
Super multi-user thread safety update
Michael Denkowski
2013-09-22
Don't leak open files.
Michael Denkowski
2013-09-18
README
Michael Denkowski
2013-09-18
Support writing state to file
Michael Denkowski
2013-09-17
Open stream to state file
Michael Denkowski
2013-09-17
Save/load state in realtime
Michael Denkowski
2013-09-15
Move to using named commands
Michael Denkowski
2013-09-15
Typo fix
Michael Denkowski
2013-09-15
Fixed pathes for mkconfig
Michael Denkowski
2013-09-14
Package name
mjdenkowski
2013-09-11
reorganization
mjdenkowski
2013-09-11
Find pycdec
mjdenkowski
2013-09-05
More logging for normalization
Michael Denkowski
2013-09-05
Option for text normalization
Michael Denkowski
2013-09-04
Infrastructure for HPYPLM, config file management.
Michael Denkowski
2013-09-04
Refactoring
Michael Denkowski
2013-09-03
Config directory assembly
Michael Denkowski
2013-09-03
Refactoring.
Michael Denkowski
2013-09-03
MIRA updates in realtime.py
Michael Denkowski
2013-09-02
Use kbest_cut_mira stream as decoder
Michael Denkowski
2013-08-21
Add instances to grammar extractor
Michael Denkowski
2013-08-19
Realtime translation (mostly a cdec wrapper for now)
Michael Denkowski