-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlucien.html
More file actions
79 lines (59 loc) · 2.33 KB
/
lucien.html
File metadata and controls
79 lines (59 loc) · 2.33 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Lucien: Home</title>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="images/style.css" />
</head>
<body>
<div id="sadrzaj">
<div id="zaglavlje">
<div id="logo">Lucien S. Carroll, computational linguist </div>
</div>
<div id="desna_kolona">
<h3>Navigation</h3>
<div class="text_desno">
<a href="lucien.html">Home</a><br />
<a href="documentation.html">Documentation</a><br />
<a href="segmentation/index.html">Discourse</a><br />
<a href="CV2020.pdf">Curriculum Vitae</a><br />
</div>
<h3>Key Data</h3>
<div class="text_desno">
<img style="width: 120px; height: 120px;"
alt="Me" src="images/profile.jpg" /><br />
Occupation: NLP Engineer<br />
Employer: Cisco Systems<br />
Email: lucien / discurs.us<br />
GitHub: <a href="http://github.com/serapio">serapio</a><br />
LinkedIn: <a href="https://www.linkedin.com/in/lucien-carroll/">lucien-carroll</a>
<div id="info">
<a href="http://validator.w3.org/check?uri=referer">Valid XHTML</a>
<a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS</a>
<br />
Template "Life is Simple!" by <a href="http://www.solucija.com">Solucija</a>.
</div>
</div>
</div>
<div class="srednja_kolona">
<div class="content_title"><a name="profile">Summary</a></div>
<div class="text">
<p>By training and passion, I am a quantitative and computational linguist.
I wrestle with language problems found in empirical data,
understand them with mathematical and computational models,
and make practical use of that in real-world applications.
My MA studies and work experience have included standard
natural language processing tasks such as corpus building,
sentiment analysis, information extraction and discourse modeling,
while my PhD studies focused on probabilistic models of language variation,
qualitative description of the sound systems of low-resource languages,
and statistical modeling of speech acoustics.
</p>
<p>
Now I am an NLP Engineer at Cisco Systems,
developing conversational interfaces.
</p>
</div>
</div>
</div>
</body></html>