-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout.html
executable file
·92 lines (88 loc) · 4.97 KB
/
about.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
---
layout: default
title: About Us
permalink: /about
---
<main>
<!-- Start Breadcrumb Area -->
{% comment %} <div class="page-area bread-pd">
<div class="breadcumb-overlay"></div>
<div class="container">
<div class="row">
<div class="col-xl-12">
<div class="breadcrumb-title text-center">
<h2>{{page.title}}</h2>
<div class="bread-come">
{% include breadcrumb.html %}
</div>
</div>
</div>
</div>
</div>
</div> {% endcomment %}
<!-- End Breadcrumb Area -->
{% include sections/o-service-section.html %}
<!-- Start About area -->
<div class="about-area area-padding">
<div class="container">
<div class="row">
<!-- Start Column Start -->
<div class="col-xl-6 col-lg-6 col-md-12">
<div class="about-text">
<div class="left-headline">
<span class="top-text">
<i class="ti-user"></i>
<span>About us</span>
</span>
{% comment %} <h2>Introduction</h2> {% endcomment %}
<p>Recently, there has been a realization that language technologies have been leaving certain languages behind - including most African languages. While Google Translate offers translation services in several African languages,
no Ghanaian languages are included, and even for the included languages the quality has been generally found to be quite poor.
Major challenges boil down to lack of good (indeed often any) training data, as well as lack of adoption of major language technologies for local problems.</p>
<p>Ghana NLP is an Open Source Initiative focused on Natural Language Processing (NLP) of Ghanaian Languages, & its Applications to Local Problems.
While we will begin work on Ghanaian languages initially, likely focusing on Twi due to number of speakers,
our ultimate goal is for our tools to be applicable throughout the West African subregion and beyond.</p>
<div class="ab-mark-text">
<ul>
<li><a href="#">Develop better data sources to train state-of-the-art (SOTA) NLP techniques for Ghanaian languages.</a>
</li>
<li><a href="#">Contribute to adapting SOTA techiques to work better in a lower resource setting such as this one.</a>
</li>
<li><a href="#">Build functional systems for local applications, e.g., a “Google Translate” for Twi, Ewe, Frafra, etc.</a></li>
</ul>
</div>
<div class="about-company">
<div class="single-about">
<div class="ab-text-one">
<span class="about-icon"><i class="flaticon-082-networking"></i></span>
<span class="ab-text">Dedicated <br /> Team</span>
</div>
</div>
<div class="single-about">
<div class="ab-text-two">
<span class="about-icon"><i class="flaticon-033-goal"></i></span>
<span class="ab-text">Goal <br /> Achievement</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Column -->
<div class="col-xl-6 col-lg-6 col-md-12">
<div class="ab-image">
<img src="{{'/assets/img/about/ab2.jpg' | relative_url }}" alt="">
<div class="flat-content">
<span class="flat-text"> Enhanced Data Collection</span>
<span class="flat-text f-text-down"> Engineering (Codebase, Applicatioon Development, MLOps)</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End About area -->
{% include sections/team-members.html %}
{% include sections/feature-section.html %}
{% include sections/brand-section.html %}
{% comment %} {% include sections/review-section.html %} {% endcomment %}
</main>