diff options
author | Patrick Simianer <p@simianer.de> | 2015-04-16 15:11:19 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-04-16 15:11:19 +0200 |
commit | 42290695b9566d2b8cd8aa3ec134adcb95563d1a (patch) | |
tree | 9139859c667b85a47b46d0da7bf93124c8d3c3fb | |
parent | aa97f229d6a6a1e5bc2bd133d0d39eefff888566 (diff) |
TODO
-rw-r--r-- | README.md | 26 |
1 files changed, 23 insertions, 3 deletions
@@ -1,7 +1,27 @@ # lfpe # TODO -* multi-seat -* save model -* alignments + +## Interface +* dynamic enlargement of textarea +* alignment visualization +* add interface to modify alignments +* enable dynamic updating of visualization +* [implement the view of a 'window' of translations with dynamic updating] +* [implement document view, allow to choose specific segments] +* session stats view + +## Backend +* implement Denkowski's grammar updating + +## Interplay +* user registration in PHP with database and user directory +* multi-seat (start decoder/learner with associated models) +* allow multiple servers +* session management (stop decoders/learners, save models, pause/resume) +* collect session statistics + +## Misc. +* manual for students +* build large-scale de-en patent SMT model [Patrick] |