-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample-base.bib
More file actions
72 lines (65 loc) · 2.42 KB
/
sample-base.bib
File metadata and controls
72 lines (65 loc) · 2.42 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
@inproceedings{naturalize,
title={Learning natural coding conventions},
author={Allamanis, Miltiadis and Barr, Earl T and Bird, Christian and Sutton, Charles},
booktitle={Proceedings of the 22nd ACM SIGSOFT International Symposium on Foundations of Software Engineering},
pages={281--293},
year={2014}
}
@article{smoothingStudy,
title={An empirical study of smoothing techniques for language modeling},
author={Chen, Stanley F and Goodman, Joshua},
journal={Computer Speech \& Language},
volume={13},
number={4},
pages={359--394},
year={1999},
publisher={Elsevier}
}
@inproceedings{nestedngram,
title={Are deep neural networks the best choice for modeling source code?},
author={Hellendoorn, Vincent J and Devanbu, Premkumar},
booktitle={Proceedings of the 2017 11th Joint Meeting on Foundations of Software Engineering},
pages={763--773},
year={2017}
}
@article{pawlak:hal-01169705,
TITLE = "{Spoon: A Library for Implementing Analyses and Transformations of Java Source Code}",
AUTHOR = {Pawlak, Renaud and Monperrus, Martin and Petitprez, Nicolas and Noguera, Carlos and Seinturier, Lionel},
JOURNAL = "{Software: Practice and Experience}",
PUBLISHER = "{Wiley-Blackwell}",
PAGES = {1155-1179},
VOLUME = {46},
URL = {https://hal.archives-ouvertes.fr/hal-01078532/document},
YEAR = {2015},
doi = {10.1002/spe.2346},
}
@article{katz1987estimation,
title={Estimation of probabilities from sparse data for the language model component of a speech recognizer},
author={Katz, Slava},
journal={IEEE transactions on acoustics, speech, and signal processing},
volume={35},
number={3},
pages={400--401},
year={1987},
publisher={IEEE}
}
@inproceedings{chen2014systematic,
title={A systematic comparison of smoothing techniques for sentence-level bleu},
author={Chen, Boxing and Cherry, Colin},
booktitle={Proceedings of the Ninth Workshop on Statistical Machine Translation},
pages={362--367},
year={2014}
}
@inproceedings{vatanen2010language,
title={Language Identification of Short Text Segments with N-gram Models.},
author={Vatanen, Tommi and V{\"a}yrynen, Jaakko J and Virpioja, Sami},
booktitle={LREC},
year={2010}
}
@inproceedings{moore2009improved,
title={Improved smoothing for N-gram language models based on ordinary counts},
author={Moore, Robert C and Quirk, Chris},
booktitle={Proceedings of the ACL-IJCNLP 2009 Conference Short Papers},
pages={349--352},
year={2009}
}