-
Notifications
You must be signed in to change notification settings - Fork 0
/
paper.bib
82 lines (73 loc) · 3.95 KB
/
paper.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
@inproceedings{schneider2021datadriven,
doi = {10.18653/v1/2021.latechclfl-1.11},
title = {Data-Driven Detection of General Chiasmi Using Lexical and Semantic Features},
booktitle = {SIGHUM Workshop on Computational Linguistics for Cultural Heritage, Social Sciences, Humanities and Literature},
author = {Felix Schneider and Phillip Brandes and Björn Barz and Sophie Marshall and Joachim Denzler},
pages = {96-100},
year = {2021},
}
@inproceedings{schneider2023hard,
title = {Hard is the Task, the Samples are Few: A German Chiasmus Dataset},
booktitle = {Language Technology Conference: Human Language Technologies as a Challenge for Computer Science and Linguistics (LTC)},
author = {Felix Schneider and Sven Sickert and Phillip Brandes and Sophie Marshall and Joachim Denzler},
doi = {10.14746/amup.9788323241775},
year = {2023},
pages = {255-260},
}
@inproceedings{schneider2022metaphor,
title = {Metaphor Detection for Low Resource Languages: From Zero-Shot to Few-Shot Learning in Middle High German},
booktitle = {LREC Workshop on Multiword Expression (LREC-WS)},
author = {Felix Schneider and Sven Sickert and Phillip Brandes and Sophie Marshall and Joachim Denzler},
pages = {75-80},
year = {2022},
}
@software{spacy,
author = {Honnibal, Matthew and Montani, Ines and Van Landeghem, Sofie and Boyd, Adriane},
title = {{spaCy: Industrial-strength Natural Language Processing in Python}},
year = 2020,
publisher = {Zenodo},
doi = {10.5281/zenodo.1212303},
url = {https://doi.org/10.5281/zenodo.1212303}
}
@inproceedings{cltk,
title = "The {C}lassical {L}anguage {T}oolkit: {A}n {NLP} Framework for Pre-Modern Languages",
author = "Johnson, Kyle P. and
Burns, Patrick J. and
Stewart, John and
Cook, Todd and
Besnier, Cl{\'e}ment and
Mattingly, William J. B.",
booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing: System Demonstrations",
month = aug,
year = "2021",
address = "Online",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/2021.acl-demo.3",
doi = "10.18653/v1/2021.acl-demo.3",
pages = "20--29",
abstract = "This paper announces version 1.0 of the Classical Language Toolkit (CLTK), an NLP framework for pre-modern languages. The vast majority of NLP, its algorithms and software, is created with assumptions particular to living languages, thus neglecting certain important characteristics of largely non-spoken historical languages. Further, scholars of pre-modern languages often have different goals than those of living-language researchers. To fill this void, the CLTK adapts ideas from several leading NLP frameworks to create a novel software architecture that satisfies the unique needs of pre-modern languages and their researchers. Its centerpiece is a modular processing pipeline that balances the competing demands of algorithmic diversity with pre-configured defaults. The CLTK currently provides pipelines, including models, for almost 20 languages.",
}
@inproceedings{cwb,
title="Twenty-first century Corpus Workbench: Updating a query architecture for the new millennium",
author = "Evert, Stefan and Hardie, Andrew",
booktitle = "Proceedings of the Corpus Linguistics 2011 conference, University of Birmingham, UK",
year = "2011",
}
@inproceedings{ucs,
title="Empirical research on association measures: The UCS toolkit",
author = "Evert, Stefan",
booktitle = "Phraseology 2005 Conference",
year = "2005",
}
@inproceedings{nltk,
title = "{NLTK}: The Natural Language Toolkit",
author = "Bird, Steven and
Loper, Edward",
booktitle = "Proceedings of the {ACL} Interactive Poster and Demonstration Sessions",
month = jul,
year = "2004",
address = "Barcelona, Spain",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/P04-3031",
pages = "214--217",
}