-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
98 lines (95 loc) · 6.66 KB
/
index.html
File metadata and controls
98 lines (95 loc) · 6.66 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html>
<head>
<title>CodexDerelict's Derelict Codex</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<img src="logo.png" class="logo">
<div class="box">
<table>
<tr>
<td><a href="/lmc/">Linguistics, Math, Computers & Stuff</a></td>
<td><a href="/vgmr/">Video Games, Music, Recreation & Stuff</a></td>
<td><a href="/otnm/">Opinions, Thoughts, Neural Misfirings & Stuff</a></td>
<td><a href="/gpl/">Goodies, Projects, Links & Stuff</a></td>
</tr>
</table>
</div>
<div class="box">
<h1>
Welcome to CodexDerelict's Derelict Codex!
</h1>
<hr>
<figure class="left">
<img src="me.png" alt="Me" class="small">
</figure>
<h1>About me</h1>
<hr>
<h2>Introduction</h2>
<p>
My name's Omar. I'm a 22 year old from the Emirates, with an interest in language, mathematics, technology and where they all combine!
I speak Arabic, English (native), German (B2) and French (C1).
<br>
<h2>How I got into computational linguistics</h2>
<br>
I got into linguistics when I was about 7 years old from looking at random Web 1.0 linguistics sites (some of which should be linked in the Links section of the site).
I began self-studying German on my own when I was 14, and studied French formally at 17 at Sorbonne University Abu Dhabi (where I also studied German from A1 because it turns out I had quite
a few holes in my understanding).
<p>
Around that time is when I got into mathematics. I had believed I was unable to think mathematically (despite being good at it as a child, it was just arithmetic).
I began self-studying mathematics with an interest in seeing how things work and developing intuition for mathematical rules and processes. It hit me, eventually, that the same
kind of pattern recognition and rules for legal construction are those I've already internalized when learning a language. Curiously, I decided to explore the relations between
language and math, stumbling upon formal language theory, formal semantics and, of course, NLP.
</p>
<h2>
Interests
</h2>
<p>I like retro video games, anime and manga, heavy metal and progressive rock (as well as other kinds of music). The following are a good number of examples: <br> <br>
In terms of video games, I'm quite fond of Chrono Trigger, DOOM 64, the classic Ninja Gaiden games on the NES, golden age arcade/2nd and 3rd gen stuff. <br>
In terms of anime, some of my favorites include Puella Magi Madoka Magica, Steins;Gate, Space Battleship Yamato, Cowboy Bebop, Higurashi no Naku Koro Ni. <br>
In terms of music, I like Dream Theater, Death, Carcass, Mr. Bungle, Rush, Cardiacs, Intestine Baalism and Edge of Sanity, Boards of Canada, Pendulum and Aphex Twin.
</p>
</p>
<hr>
<h1>About my work</h1>
<p>
My work sits in the crossroads of historical linguistics and natural language processing. I've written an Akkadian noun analyzer with constraint-based state disambiguation, and my current
project as of February 2026 is a hybrid dependency/constraint-based Latin parser. What I'd like to do in the future is low-resource NLP, neuro-symbolic AI and low-level/systems programming as well.
I'm especially interested in combining symbolic, statistical and neural NLP for digital humanities work, especially in relation to Semitic languages. My interest both lies in computational comparative analysis of Semitic languages as well as
the development of NLP, machine translation and text analysis pipelines for low-resource and grammatically complex languages, and especially Arabic.
<br>
<br>
I'm interested in the potential abilities of neural language models in comprehending language and linguistic information such as semantics, syntax, morphology, etc, and how that may be
potentially leveraged towards the study of human language, as well as towards the end of creating models that are more reliable for fields outside of specifically linguistics-oriented research.
</p>
<p>Arabic NLP, a tradition that has existed since the 1980s, still faces problems due to Arabic's complex grammatical structure, vernacular Arabic being different from literary Arabic, code-switching with
English and French, the differences between vernacular dialects (some of which have low mutual comprehension, for example Darija and Gulf Arabic, my dialect) among other things.
</p>
<hr>
<h1>About this site</h1>
<p>This site is a receptacle for all of my personal projects, both academic and not. I plan on putting up reports about projects of mine and update logs,
writings about my interests, as well as opinion pieces on academia. My projects can all be found on my Github page, <a href="https://github.com/codexderelict">codexderelict</a>@.
</p>
<hr>
<h1>Contact</h1>
<p>
The best way to reach me is my email, <a href="mailto:codexderelict@proton.me">codexderelict@proton.me</a>, or my Twitter, <a href="https://x.com/codexderelict">@codexderelict</a>. I accept messages about anything, academic or not.
</p>
</div>
<div class="box">
<h1>Updates</h1>
<hr>
<dl>
<dt>February 1st, 2026</dt>
<dd>Added article: <a href="/otnm/empiricism.html">Methodology Wars in the Social Sciences and Humanities</a></dd>
<dt>February 2nd, 2026</dt>
<dd>Added article: <a href="/lmc/homesigns.html">Form, Function, Homesigns and Conlangs</a></dd>
<dt>February 25th, 2026</dt>
<dd>Added article: <a href="/otnm/physicsenvy.html">"Physics Envy" Is A Meme: In Defense of Mathematical Modeling Across the Sciences</a></dd>
<dt>March 9th, 2026</dt>
<dd>Added article: <a href="/lmc/akkadianreport.html">Code Report: Akkadian Nominal Morphoanalyzer</a></dd>
</dl>
</div>
</body>
</html>