-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapplications.html
More file actions
58 lines (55 loc) · 1.69 KB
/
Copy pathapplications.html
File metadata and controls
58 lines (55 loc) · 1.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Applications | AsoSoft</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/site.css" />
<link rel="shortcut icon" href="favicon.ico">
</head>
<body dir="ltr">
<main>
<div class="navbar">
<div class="logo">
<a href="index.html"><img src="css/AsoSoft.svg" height="25" alt="AsoSoft"></a>
</div>
<div class="navLinks">
<ul>
<li><a href="about.html">About</a></li>
<li><a href="applications.html" class="selected">Applications</a></li>
<li><a href="resources/">Resources</a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>AsoSoft's NLP Applications</h1>
<div class="sections">
<a class="section" href="https://kurdishspeech.com/">
<div class="section-media"><img src="css/AsoSoft.svg" height="65"></div>
<div class="section-content">
<h2>Kurdish Speech</h2>
<p>Speech recognizer and TTS for Central Kurdish</p>
</div>
</a>
<a class="section" href="generator/">
<div class="section-media"><img src="css/AsoSoft.svg" height="65"></div>
<div class="section-content">
<h2>Morphological Generator</h2>
<p>Generating Central Kurdish words</p>
</div>
</a>
</div>
</div>
<footer>
<p>
<a href="https://twitter.com/asosoft"><img src="css/twitter.svg" class="icon"></a>
<a href="https://facebook.com/asosoftku"><img src="css/facebook.svg" class="icon"></a>
<a href="https://instagram.com/asosoftco"><img src="css/instagram.svg" class="icon"></a>
</p>
<p>
© 2021 <a href="http://asosoft.com">AsoSoft</a>
</p>
</footer>
</main>
</body>
</html>