-
Notifications
You must be signed in to change notification settings - Fork 0
/
applications.html
114 lines (111 loc) · 3.88 KB
/
applications.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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!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://spell.kurdinus.com/en/">
<div class="section-media"><img src="img/asospell.png" height="65"></div>
<div class="section-content">
<h2>AsoSpell</h2>
<p>Precise and Fast for Editing Central Kurdish Texts</p>
</div>
</a>
<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="CKMorph/">
<div class="section-media"><img src="css/AsoSoft.svg" height="65"></div>
<div class="section-content">
<h2>Morphological Analyzer</h2>
<p>Analyzing the Central Kurdish words for comprising morphemes</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>
<a class="section" href="g2p/">
<div class="section-media"><img src="css/AsoSoft.svg" height="65"></div>
<div class="section-content">
<h2>G2P Convertor</h2>
<p>Converting Central Kurdish texts to phonemes, useful in ASR and TTS</p>
</div>
</a>
<a class="section" href="poem/">
<div class="section-media"><img src="css/AsoSoft.svg" height="65"></div>
<div class="section-content">
<h2>Poem Classifier</h2>
<p>Automatic Meter Classification of Kurdish Poems</p>
</div>
</a>
<!-- <a class="section" href="post/">
<div class="section-media"><img src="css/AsoSoft.svg" height="65"></div>
<div class="section-content">
<h2>POS Tagger</h2>
<p>Tagging Central Kurdish words as corresponding to a particular part of speech</p>
</div>
</a> -->
<!-- <a class="section" href="lemma/">
<div class="section-media"><img src="css/AsoSoft.svg" height="65"></div>
<div class="section-content">
<h2>Lemmatizer</h2>
<p>Extracting lemma for Central Kurdish words</p>
</div>
</a> -->
<!-- <a class="section" href="segmentizer/">
<div class="section-media"><img src="css/AsoSoft.svg" height="65"></div>
<div class="section-content">
<h2>Morpheme Segmentation</h2>
<p>Parsing Central Kurdish words into morphemes</p>
</div>
</a> -->
<!-- <a class="section" href="normalizer/">
<div class="section-media"><img src="css/AsoSoft.svg" height="65"></div>
<div class="section-content">
<h2>Text Normalizer</h2>
<p>Normalizing Central Kurdish texts as pre-processing step</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>