-
Notifications
You must be signed in to change notification settings - Fork 0
/
biblio.bib
113 lines (100 loc) · 3.42 KB
/
biblio.bib
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
@article{tesler2012personal,
title = {A personal history of modeless text editing and cut/copy-paste},
volume = {19},
issn = {1072-5520},
url = {https://doi.org/10.1145/2212877.2212896},
doi = {10.1145/2212877.2212896},
abstract = {Timelines provides perspectives on HCI history, glancing back at a road that sometimes took unexpected branches and turns. History is not a dry list of events; it is about points of view and differing interpretations. Jonathan Grudin, Editor},
number = {4},
journal = {Interactions},
author = {Tesler, Larry},
month = jul,
year = {2012},
pages = {70--75},
}
@inproceedings{pcfg,
title={Accurate unlexicalized parsing},
author={Klein, Dan and Manning, Christopher D},
booktitle={Proceedings of the 41st annual meeting of the association for computational linguistics},
pages={423--430},
year={2003}
}
@online{stanfordShiftReduce,
title={Shift-Reduce Constituency Parser},
author={Bauer, John},
url={https://nlp.stanford.edu/software/srparser.html},
note = {Accessed April 2021}
}
@article{berkeleyNeural,
title={Multilingual constituency parsing with self-attention and pre-training},
author={Kitaev, Nikita and Cao, Steven and Klein, Dan},
journal={arXiv preprint arXiv:1812.11760},
year={2018}
}
@article{crfParser,
title={Fast and Accurate Neural CRF Constituency Parsing},
author={Zhang, Yu and Zhou, Houquan and Li, Zhenghua},
journal={arXiv preprint arXiv:2008.03736},
year={2020}
}
@misc{SwiftCoreNLP,
title = {{hristost/SwiftCoreNLP on Github}},
url = {https://github.com/hristost/SwiftCoreNLP},
abstract = {Swift bindings for Stanford's CoreNLP java server. WIP.},
urldate = {2021-04-10},
month = mar,
year = {2021},
}
@misc{PythonKit,
title = {{pvieto/PythonKit on Github}},
url = {https://github.com/pvieito/PythonKit},
abstract = { Swift framework to interact with Python. },
urldate = {2021-03-24},
month = mar,
year = {2021},
}
@misc{jieba,
title = {{fxsjy/jieba on Github}},
url = {https://github.com/fxsjy/jieba},
abstract = { 结巴中文分词 },
urldate = {2021-03-24},
month = feb,
year = {2020},
}
@misc{atom_treesitter,
title = {Atom understands your code better than ever before},
url = {https://github.blog/2018-10-31-atoms-new-parsing-system/},
urldate = {2021-04-09},
journal = {The GitHub Blog},
month = oct,
year = {2018},
}
@manual{SelectionGranularity,
title = {Apple Developer Documentation},
note = {selectionGranularity},
url = {https://developer.apple.com/documentation/appkit/nstextview/1449165-selectiongranularity},
}
@manual{Combine,
title = {Apple Developer Documentation},
note = {Combine},
url = {https://developer.apple.com/documentation/combine},
}
@manual{vimobject,
title = "VIM Reference Manual",
note = "Cursor-motions navigation, Text Object Selection",
url = {https://vimhelp.org/motion.txt.html#object-select},
}
@manual{kakoune,
title = "Kakoune Documentation",
note = "Object Selection, Inner object",
url = {https://github.com/mawww/kakoune/blob/master/doc/pages/keys.asciidoc#inner-object},
}
@book{LanguageFiles,
title={Language Files: Materials for an Introduction to Language \& Linguistics},
author={Stewart, T.W. and Vaillette, N. and Ohio State University. Department of Linguisticsh},
isbn={9780814250761},
lccn={2001021049},
url={https://books.google.com/books?id=9KQlAQAAIAAJ},
year={2001},
publisher={Ohio State University Press}
}