-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (53 loc) · 3.94 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Pub</title>
<style>
ol { list-style-type: lower-roman; }
ul { list-style-type: square; }
ul ul { list-style-type: circle; }
</style>
</head>
<body>
<h1>Carmen's Publications</h1>
<li>2021
<ul>
<li>Klaussner, Carmen, Carl Vogel, and Arnab Bhattacharya. "Aspects of linguistic ageing in literary authors across time." Journal of Language Modelling 9.2 (2021): 195-223. <a href="https://jlm.ipipan.waw.pl/index.php/JLM/article/view/270">pdf</a> </li>
</ul>
</li>
<li>2018
<ul>
<p><li> Carmen Klaussner. Elements of Style Change. Diss. Trinity College Dublin, 2018. <a href="http://www.tara.tcd.ie/bitstream/handle/2262/85063/thesis-fin-cklaussner.pdf?sequence=1&isAllowed=y">pdf</a> </li> </p>
<p><li>Carmen Klaussner and Carl Vogel. "A Diachronic Corpus for Literary Style Analysis". In: 11th edition of the Language Resources and Evaluation Conference, 7-12 May 2018, Miyazaki (Japan), 2018. <a href="https://aclanthology.org/L18-1552/">pdf</a> </li> </p>
<p><li>Carmen Klaussner, and Carl Vogel. "Temporal predictive regression models for linguistic style analysis." Journal of Language Modelling 6 (2018). <a href="http://www.tara.tcd.ie/handle/2262/85121">pdf</a> </li></p>
</ul>
</li>
<li>2017
<ul>
<p><li>Carmen Klaussner, Carl Vogel, and Arnab Bhattacharya. "Detecting Linguistic Change based on Word Co-occurrence Patterns". In: Proceedings of the 4th International Work on Computational History (HistoInformatics 2017) co-located with the 26th ACM Internationa Conference on Information and Knowledge Management (CIKM 2017) 6-10 November in Singapore, pp. 14-21. <a href="http://ceur-ws.org/Vol-1992/paper_4.pdf">pdf</a></li></p>
<p><li>Carmen Klaussner and Carl Vogel. "Revisiting Hypotheses on Linguistic Ageing in Literary Careers".In: 18th International Conference on Computational Linguistics and Intelligent Text Processing, 2017. <a href="">pdf</a> </li> </p>
</ul>
</li>
<li>2015
<ul>
<p> <li>Carmen Klaussner and Carl Vogel. "Stylochronometry: Timeline Prediction in Stylometric Analysis". In: Research and Development in Intelligent Systems XXXII. Springer, 2015, pp. 91-106. <a href="http://www.tara.tcd.ie/bitstream/handle/2262/75592/Klaussner-Vogel-SGAI2015.pdf?sequence=1">pdf</a> </li> </p>
<p> <li>Carmen Klaussner, John Nerbonne, and Cagri Coltekin. "Finding Characteristic Features in Stylometric Analysis". In: Digital Scholarship in the Humanities 30.suppl_1 (2015), pp. 114-129. <a href="https://academic.oup.com/dsh/article/30/suppl_1/i114/364835">pdf</a> </li> </p>
</ul>
</li>
<li>2014
<ul>
<li>Carmen Klaussner, Gerard Lynch, and Carl Vogel. "Following the Trail of Source Languages in Literary Translations".In: Research and Development in Intelligent Systems XXXI. Springer, 2014, pp. 69-84. <a href="http://www.tara.tcd.ie/bitstream/handle/2262/72680/paper-285.pdf?sequence=1&isAllowed=y">pdf</a></li>
</ul>
</li>
<li>2011
<ul>
<p><li>Carmen Klaussner and Desilava Zhekova. "Lexico-Syntactic Patterns for Automatic Ontology Building". In: Proceedings of the Second Student Research Workshop associated with RANLP 2011, pp. 109--114, Hissar, Bulgaria. RANLP 2011 Organising Committee. <a href="https://aclanthology.org/R11-2017/">pdf</a> </li></p>
<p><li>Carmen Klaussner and Desislava Zhekova. "Pattern-Based Ontology Construction from Selected Wikipedia Pages". In Proceedings of the Second Student Research Workshop associated with RANLP 2011, pp. 103--108, Hissar, Bulgaria. RANLP 2011 Organising Committee. <a href="https://aclanthology.org/R11-2016/">pdf</a> </li></p>
</ul>
</li>
</ul>
</body>
<!-- <p><a href="http://www.htmldog.com/examples/"><img src="http://www.htmldog.com/badge1.gif" alt="HTML Dog"></a></p> -->
</body>
</html>