-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (38 loc) · 1.74 KB
/
index.html
File metadata and controls
44 lines (38 loc) · 1.74 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
<!DOCTYPE html>
<head>
<meta content="hm4l1UqJpC4oHpA0ZyywlT7z8WL99brAX-u3i1BYFDk" name="google-site-verification"/>
<meta content="09d5d029237ad19d" name="yandex-verification"/>
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16x16.png">
<link rel="icon" href="/icons/favicon.ico">
<link href="wiktionary_pron/css/tacit-css-1.7.1.min.css" rel="stylesheet">
<style>
hr {
opacity: 0.1;
margin: 10px 0;
}
</style>
</head>
<html>
<body>
<h1>Phonetics</h1>
<a href="transcription/main.html">German IPA transcription generator</a>, based on Wiktionary dump (700k+ entries).
Supports uploading custom lexicon.
<hr>
<a href="wiktionary_pron/">Generation</a> of IPA transcription based on Wiktionary Lua scripts interpreted in
browser with wasmoon. Latin, German, French, Spanish, Ancient Greek, Polish, Armenian, Czech, Belorussian, Lithuanian
languages are fully
supported. Russian, Ukrainian and Portuguese require vowels' stressing for proper functioning.
<hr>
<a href="wiktionary_pron/index_fengari.html">Same as above</a> (only Latin and German are supported), but with fengari
(older and slower version).
<hr>
<a href="wiktionary_pron/macronizer.html">Latin macronizer</a> based on predefined dictionary of unambiguous macronized
words.
<hr>
<a href="misc/french/french_liaison.html">Inserting liaison markers</a> into arbitrary French text.
<h1>Browser extensions</h1>
<a href="https://chromewebstore.google.com/detail/ohaffflnoldhljinhgbfapajaechogam?authuser=0&hl=en">YouTube subtitles downloader</a>
</body>
</html>