-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreferences.bib
More file actions
116 lines (106 loc) · 3.58 KB
/
Copy pathreferences.bib
File metadata and controls
116 lines (106 loc) · 3.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
@inproceedings{Georgetown,
title={The first public demonstration of machine translation : the Georgetown-IBM system , 7 th January 1954},
author={John Hutchins},
year={2006}
}
@incollection{HUTCHINS1995431,
title = "Machine Translation: A Brief History",
editor = "E.F.K. KOERNER and R.E. ASHER",
booktitle = "Concise History of the Language Sciences",
publisher = "Pergamon",
address = "Amsterdam",
pages = "431 - 445",
year = "1995",
isbn = "978-0-08-042580-1",
doi = "https://doi.org/10.1016/B978-0-08-042580-1.50066-0",
url = "http://www.sciencedirect.com/science/article/pii/B9780080425801500660",
author = "W. John Hutchins"
}
@article{Musatafa,
author = {Albadr, Musatafa and Tiun, S. and Al-Dhief, Fahad},
year = {2018},
month = {06},
pages = {3961-3972},
title = {Evaluation of machine translation systems and related procedures},
volume = {13},
journal = {ARPN Journal of Engineering and Applied Sciences}
}
@article{Mohamed,
author = {Mohamed Amine, Cheragui},
year = {2012},
month = {01},
pages = {160-169},
title = {Theoretical overview of machine translation},
volume = {867},
journal = {CEUR Workshop Proceedings}
}
@inproceedings{Haihua,
title={Example-Based Machine Translation : A New Paradigm},
author={Haihua Pan},
year={2002}
}
@inproceedings{Nagao,
author = {Nagao, Makoto},
title = {A Framework of a Mechanical Translation between Japanese and English by Analogy Principle},
year = {1984},
isbn = {0444865454},
publisher = {Elsevier North-Holland, Inc.},
address = {USA},
booktitle = {Proc. of the International NATO Symposium on Artificial and Human Intelligence},
pages = {173–180},
numpages = {8},
location = {Lyon, France}
}
@inproceedings{Sumita2005TranslatingWE,
title={Translating with Examples: A New Approach to Machine Translation},
author={Eiichiro Sumita and Hitoshi Iida and Hideo Kohyama},
year={1990},
booktitle={Proceedings Third International Conference on Theoretical and Methodological Issues in Machine Translation of Natural Language}
}
@article{Cunei,
author = {Phillips, Aaron},
year = {2011},
month = {06},
pages = {161-177},
title = {Cunei: Open-source machine translation with relevance-based models of each translation instance},
volume = {25},
journal = {Machine Translation},
doi = {10.1007/s10590-011-9109-6}
}
@inproceedings{Kalchbrenner,
title = "Recurrent Continuous Translation Models",
author = "Kalchbrenner, Nal and
Blunsom, Phil",
booktitle = "Proceedings of the 2013 Conference on Empirical Methods in Natural Language Processing",
month = oct,
year = "2013",
address = "Seattle, Washington, USA",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/D13-1176",
pages = "1700--1709",
}
@article{Sutskever,
title={Sequence to Sequence Learning with Neural Networks},
author={Ilya Sutskever and Oriol Vinyals and Quoc V. Le},
journal={ArXiv},
year={2014},
volume={abs/1409.3215}
}
@inproceedings{Cho,
title = "Learning Phrase Representations using {RNN} Encoder{--}Decoder for Statistical Machine Translation",
author = {Cho, Kyunghyun and
van Merri{\"e}nboer, Bart and
Gulcehre, Caglar and
Bahdanau, Dzmitry and
Bougares, Fethi and
Schwenk, Holger and
Bengio, Yoshua},
booktitle = "Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing ({EMNLP})",
month = oct,
year = "2014",
address = "Doha, Qatar",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/D14-1179",
doi = "10.3115/v1/D14-1179",
pages = "1724--1734",
}