-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
81 lines (78 loc) · 4.01 KB
/
about.html
File metadata and controls
81 lines (78 loc) · 4.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>About | 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 class="selected" href="about.html">About</a></li>
<li><a href="applications.html">Applications</a></li>
<li><a href="resources/">Resources</a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>AsoSoft Group</h1>
<h2></h2>
<p>AsoSoft is a research and business group working on natural language processing technologies for Kurdish language. Kurdish language is a member of the Indo-Iranian branch of Indo-European languages which is spoken by more than 40 million people in
western Asia mainly in Iraq, Turkey, Iran, Syria, Armenia, and Azerbaijan. Also, Kurdish language has a variety of dialects. Despite this diversity, Kurdish belongs to low-resourced languages especially for computational linguistics purposes. AsoSoft
is doing research and developing computational linguistics resources for Kurdish language and aims to eventually develop NLP technologies and applications. For those purposes, AsoSoft activities focus on, but are not limited to, the following:
</p>
<ol>
<li>Linguistic resources and data</li>
<ul>
<li>Text corpora</li>
<li>Speech corpora</li>
<li>Computational grammars</li>
<li>Lexicons and dictionaries</li>
<li>Parallel corpora</li>
<li>WordNet and TreeBanks</li>
</ul>
<li>Basic Tools</li>
<ul>
<li>Tokenizer</li>
<li>POS Tagger</li>
<li>Parsers</li>
</ul>
<li>Products</li>
<ul>
<li>Kurdish Automatic Speech Recognition</li>
<li>Kurdish Text-to-Speech</li>
<li>Spell checker</li>
</ul>
</ol>
AsoSoft is a research and business group which is actively doing research in the field of Kurdish speech and language processing aiming at providing and developing NLP resources, tools and software for Kurdish language.
<h3>Knowledge Enterprise </h3>
AsoSoft is a knowledge enterprise which is founded and managed by experts in the domains of Artificial Intelligence, Computer Engineering and Computational Linguistics.
<h3>Language Data and Resources</h3>
Apart from developing applications for Kurdish language, AsoSoft is working to provide language data and resources for Computer Speech and Language Processing of Kurdish language. Our activities to that end include, but are not limited to, providing text
corpus, speech corpus, WordNet, lexicon and parallel corpora.
<h3>Speech Recognition</h3>
AsoSoft is the first company to work in the field of Speech Recognition for Kurdish language. We develop Speech Recognition, Speaker Recognition and Speech Command software and tools for Kurdish language through Artificial Intelligence and Signal Processing.
Kurdish language speech data and its related resources like tags are of most important language resources which are required for NLP research and applications such as automatic speech recognition, speaker recognition, etc. In this project, speech data
for Kurdish language (Central Kurdish) was designed and collected so that it could be used in automatic speech recognition, speaker recognition, phonology researches, dialect analysis, etc. So far, approximately 30 hours of speech has been recorded
and transcribed in order to produce this corpus.
</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>