From b12f48112213cbbde519b8aabd02b2c57bf0948d Mon Sep 17 00:00:00 2001 From: mjdenkowski Date: Sun, 29 Dec 2013 17:12:34 -0500 Subject: Citation --- realtime/README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'realtime/README.md') diff --git a/realtime/README.md b/realtime/README.md index e5290fc5..5ff1f41e 100644 --- a/realtime/README.md +++ b/realtime/README.md @@ -4,13 +4,11 @@ cdec Realtime Code by Michael Denkowski (http://www.cs.cmu.edu/~mdenkows/, mdenkows@cs.cmu.edu) ``` -@misc{denkowski-proposal2013, - author = {Michael Denkowski}, - title = {Machine Translation for Human Translators}, - year = {2013}, - month = {May}, - day = {30}, - howpublished = {{Ph.D.} Thesis Proposal, Carnegie Mellon University} +@misc{realtime, + author = {Michael Denkowski and Chris Dyer and Alon Lavie}, + title = {Learning from Post-Editing: Online Model Adaptation for Statistical Machine Translation}, + booktitle = {Proceedings of the 14th Conference of the European Chapter of the Association for Computational Linguistics} + year = {2014}, } ``` -- cgit v1.2.3 From b5c7cb3b9a1bfd917235fc79d67169b9d7d98ab0 Mon Sep 17 00:00:00 2001 From: mjdenkowski Date: Sun, 29 Dec 2013 17:19:20 -0500 Subject: Citation --- realtime/README.md | 2 +- realtime/realtime.py | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'realtime/README.md') diff --git a/realtime/README.md b/realtime/README.md index 5ff1f41e..1d49a9de 100644 --- a/realtime/README.md +++ b/realtime/README.md @@ -4,7 +4,7 @@ cdec Realtime Code by Michael Denkowski (http://www.cs.cmu.edu/~mdenkows/, mdenkows@cs.cmu.edu) ``` -@misc{realtime, +@InProceedings{realtime, author = {Michael Denkowski and Chris Dyer and Alon Lavie}, title = {Learning from Post-Editing: Online Model Adaptation for Statistical Machine Translation}, booktitle = {Proceedings of the 14th Conference of the European Chapter of the Association for Computational Linguistics} diff --git a/realtime/realtime.py b/realtime/realtime.py index ec15b59d..f99478b0 100755 --- a/realtime/realtime.py +++ b/realtime/realtime.py @@ -13,13 +13,11 @@ ABOUT = '''Realtime adaptive translation with cdec (See README.md) Code by Michael Denkowski Citation: -@misc{denkowski-proposal2013, - author = {Michael Denkowski}, - title = {Machine Translation for Human Translators}, - year = {2013}, - month = {May}, - day = {30}, - howpublished = {{Ph.D.} Thesis Proposal, Carnegie Mellon University} +@InProceedings{realtime, + author = {Michael Denkowski and Chris Dyer and Alon Lavie}, + title = {Learning from Post-Editing: Online Model Adaptation for Statistical Machine Translation}, + booktitle = {Proceedings of the 14th Conference of the European Chapter of the Association for Computational Linguistics} + year = {2014}, } ''' -- cgit v1.2.3