<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>QuestionBank: Creating a Corpus of Parse-
Annotated Questions. ACL</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Morpho-syntactically Annotated Amharic Treebank</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Seyoum, Binyam Ephrem</string-name>
          <email>binyam.ephrem@aau.edu.et</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Miyao, Yusuke</string-name>
          <email>yusuke@nii.ac.jp</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mekonnen, Baye Yimam</string-name>
          <email>baye.yimam@aau.edu.et</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Addis Ababa University</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>National Institute of Informatics</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2006</year>
      </pub-date>
      <volume>21</volume>
      <fpage>48</fpage>
      <lpage>57</lpage>
      <abstract>
        <p>In this paper, we describe an ongoing project of developing a treebank for Amharic. The main objective of developing the treebank is to use it as an input for the development of a parser. Morphologically-rich Languages like Arabic, Amharic and other Semitic languages present challenges to the state-of-art in parsing. In such language morphemes play important functions in both morphology and syntax. In addition to the existence of high lexical variations due the morphology, Amharic has a number of clitics which are not indicated with any special marker in the orthography. Considering the status of Amharic resources and challenges to the existing approach to parsing, we suggest to develop a treebank where clitics are separated manually from content words and annotated semi-automatically for part-of-speech, morphological features and syntactic relations.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        A treebank in general can be viewed as a
linguistically annotated corpus that includes
grammatical analysis beyond part-of-speech level
        <xref ref-type="bibr" rid="ref18">(Nivre, 2008)</xref>
        . The level of annotation could
include word, phrase and sentence levels
        <xref ref-type="bibr" rid="ref10 ref11">(Frank
and Erhard, 2012)</xref>
        . Such language specific
annotated corpus is an input for the development
of various natural language processing tools that
use data-driven approaches. Though the design of
a treebank should be motivated by its intended
use, most treebank annotation schemes are
organized into a number of layers
        <xref ref-type="bibr" rid="ref18">(Nivre, 2008)</xref>
        .
For our purpose, we propose three layers of
information. These are the part-of-speech,
morphological features and syntactic structure
(dependency structures).
      </p>
      <p>Parsing, on the other hand, is a process of
recognizing input sentences and identifying units
like subject, verb, and object. It is used to
determine the interaction among these
grammatical functions. Deep parsing, sometimes
referred to as deep processing, is a process
whereby rich linguistic resource is used to give a
detailed (or deep) syntactic as well as semantic
analysis of input sentences. Such systems are
basic components and language specific
resources for any Natural Language Processing
applications which require deeper understanding
of Natural Languages.</p>
      <p>The structure of the paper is as follows: after
we give a brief discussion on the motivation for
the development of the treebank in Section 2, the
challenges of Amharic to treebank development
will be discussed in Section 3. Section 4 deals
with the existing resources and their limitation.
Section 5 is devoted to the proposed solution and
finally the paper will concluded in Section 6.
2.</p>
    </sec>
    <sec id="sec-2">
      <title>Motivation</title>
      <p>
        The main objective of the project is to develop a
parser for Amharic sentences. For parser
development there are two major approaches.
These are grammar-driven (or rule-based) and
data-driven (or statistical-based)
        <xref ref-type="bibr" rid="ref18">(Nivre, 2008)</xref>
        .
In grammar-driven parsing, a formal grammar is
used to define possible parsing results for each
string in the language. We define the grammar
rules and the list of possible lexical items to
which the rules can apply. It follows linguistic
motivation to precisely describe a grammar of a
language. Even though, the rules are hand-written
(or hand-crafted), they are capable of delivering a
highly accurate in-depth analysis of complex
natural language phenomena.
      </p>
      <p>
        Motivated by the hypothesis that humans
recognize patterns and phrases that have occurred
in past experience
        <xref ref-type="bibr" rid="ref21">(Bod et al., 2012)</xref>
        , the task in
data-driven approaches is to learn syntactic
structures from an existing treebank or a large
syntactically annotated corpus. In data-driven
approach, the development of a parsing system
presupposes availability of a treebank for a given
language
        <xref ref-type="bibr" rid="ref20">(Nivre et al., 2007)</xref>
        . In data-driven, the
knowledge of the grammar rules will be learned
from a manually-parsed training data.
      </p>
      <p>
        Both methods have their own shortcomings
and benefits. Grammar-driven methods are
known to be linguistically precise, but have a
problem of robustness and ambiguity. On the
other hand, data-driven methods are good for
developing wide-coverage parsers rapidly.
However, the accuracy of the parser depends on
the magnitude of the training data and the
existence of accurate language specific resources.
As data-driven methods depend on the size of
corpus, it is also subject to problems of
robustness, the ability of a system to give a
certain analysis for a new or unseen input
sentence
        <xref ref-type="bibr" rid="ref17">(Nivre, 2006)</xref>
        .
      </p>
      <p>
        On the other hand, in choosing which
approaches to follow for the development of
parsing system, we need to consider the status of
the language. In general, languages can be highly
resourced or less resourced. Such distinction is
based on the availability of tools and electronic
data prepared in a language. Regarding Amharic
there are initiatives to develop a large corpus. It
is also stated that language processing research
for Amharic has shown some progress in recent
years in both corpus and basic Natural Language
Processing (NLP) tools development
        <xref ref-type="bibr" rid="ref11">(Gamback,
2012)</xref>
        .The existing corpus so far focuses on web
or news corpus. These sources are good for
producing a large corpus quickly. However, for
Amharic, there are no text preparation tools like
Spell Checker, Grammar Checker, etc. As a
result, a part of such corpus is produced with
some level of errors. The efficiency of NLP tools
trained on such corpus may also be questioned.
Therefore, in both tools and corpus, Amharic can
be categorized as less resourced language. As a
result, to develop a parser for Amharic we
suggested first to develop a treebank manually. In
this paper, we are going to address some of the
challenges and solution in developing the
treebank for Amharic.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Challenges</title>
      <p>In developing a treebank for languages which are
morphologically rich and less resourced, there are
a number of challenging issues which should be
given due attention. In the following sections we
provide a summary of the major challenges we
have noticed so far.</p>
    </sec>
    <sec id="sec-4">
      <title>3. 1 Morphologically-rich languages</title>
      <p>
        Amharic being one of the morphologically rich
languages presents a challenge to the area of NLP
in general and to parsing in particular
        <xref ref-type="bibr" rid="ref7 ref8">(Dehadari,
et al., 2011)</xref>
        . It is considered as a
morphologically-rich languages in the sense that
grammatical relations like subject, object, etc. or
word arrangements and syntactic information are
indicated morphologically or at word level
        <xref ref-type="bibr" rid="ref15">(Habash, 2010)</xref>
        .When parsing models which
have the highest performance for languages like
English are adopted and implemented for
morphologically-rich languages like Amharic,
they perform poorly. This is due to the
complexity of the morphological structure
        <xref ref-type="bibr" rid="ref24 ref25">(Tsarfaty, et al., 2010)</xref>
        .
      </p>
      <p>
        An orthographic word in such a language
which is delimited by white space, may be a
combination of one or more function words and
inflectional morphemes. For instance, an
Amharic orthographic word like ከየቤቱና
/kəjjəbetunna/ “from each house and”, includes
the preposition ከ- /kə-/ “from”, reduced form of
the distributive marker እየ- /ɨjjə/ “each”, ቤት /bet/
“house”, the definite marker -ኡ /-u / “the” and the
conjunction -ና /-nna/ “and”. The clitics like
preposition, conjunction, auxiliaries, etc. have
syntactic roles that indicate grammatical relations
with the content words
        <xref ref-type="bibr" rid="ref22 ref23">(Tsarfaty, 2013)</xref>
        . In order
to show the syntactic relation between clitics and
content words, we need to consider how to
represent and tag such elements. In addition, in
morphologically-rich languages a syntactic
position may not give clue about the syntactic
relation. Rather it provides morphological
features that determine the function of a phrase in
a sentence. Thus, we should combine both
structural and morphological features to predict
syntactic dependencies.
      </p>
      <p>
        State-of-the-art in parsing technology has
been using data-driven systems. However, due to
high morphological variations that exist in
morphologically rich languages, it is impractical
to observe all such variations in a given annotated
data. As a result, data-driven systems do not
guarantee recognition of all morphological
variations
        <xref ref-type="bibr" rid="ref22 ref23">(Tsarfaty, 2013)</xref>
        . Verbs in Amharic,
for instance, can have more than thousands word
forms
        <xref ref-type="bibr" rid="ref13">(Gasser, 2010)</xref>
        . Capturing all these word
forms in a corpus is unthinkable. Apart from the
morphological variations, the written forms may
cause further variations due to clitics that are
attached to content words. Since there are a
number of clitics in Amharic, the degree of
variations increases. Thus, in order to decrease
the degree of variations arising from attachment
of functional words, one needs to segment these
forms. Segmenting clitics is not a simple task as
it can be part of a content word or can be a word
which is reduced due to phonological processes.
      </p>
    </sec>
    <sec id="sec-5">
      <title>3.2 Writing system</title>
      <p>The Amharic script is called Ge’ez or Ethiopic
where a consonant and a vowel are represented
by one symbol. In most literature, the writing
system is considered as alpha-syllabic. But some
people argue that there may not be a one-to-one
relationship between a grapheme and a syllable.
In other words, each symbol in Amharic
orthography represents a CV syllable. However,
a syllable in Amharic may have CVC structure.
Problems related to the writing system which
could be worthy considering in the development
of the treebank are:</p>
      <p>A. Gemination or consonantal length - in
Amharic gemination is phonemic in the
sense that it could bring meaning change.
However, the writing system does not
handle this feature. In some cases,
gemination can be used to convey
grammatical information. Such case is
very common in the construction of
relativized verbs.</p>
      <p>B. Compound words - As can be observed
in other languages, compound words are
written in three ways; with a space
between the combined words (ቡና ቤት
/bunna bet/ “bar”፣ አየር መንገድ /ʔajər
məngəd/ “airline”), separated by a hyphen
(ስነ-ስርዓት /sɨnə-sɨrʔat/ “procedures”፣
ስነጥበብ /sɨnə-t‘ɨbəb/ “art”) or written as a
single word (ቤተክርስቲያን /bətəkɨrsɨtijan/
“church”፣ መስሪያቤቶች /məsrijabetoʧʧ/
“offices”).</p>
      <p>C. Syntactic words – words which are
separated by white-space (semicolon in
old documents) may be coupled with
functional words like a preposition,
conjunction or auxiliaries. Thus, an
orthographic word may be a phrase (ለሰው
/ləsəw/ “to human”), a clause (የሚገኙትና
/jəmmigəɲɲutɨnna/“and those that are
found/available), or even a sentence
(አልመጣችም /ʔalmət‘t‘aʧʧɨm/ “She did not
come.”)</p>
      <p>All such features need to be addressed in
processing Amharic texts. Some of the above
problems call for standardization efforts to be
made whereas others are due to the decision to
write what is in mind and what is actually
produced.</p>
    </sec>
    <sec id="sec-6">
      <title>4. Existing resource</title>
      <p>
        In recent years, language processing research on
Amharic has grown. This is partly because of the
existence of a reasonable-size Part of Speech
(POS) tagged corpus and the development of
Morphological Analyzer. The tagged corpus is
news corpus from Walta Information Center
(WIC). It is manually tagged by the staff member
of the Ethiopian Languages Research Center
(ELRC). It consists of 210,000 tokens collected
from 1065 news documents
        <xref ref-type="bibr" rid="ref3 ref9">(Demeke and
Mesfin, 2006)</xref>
        . The corpus is used to develop a
stemmer
        <xref ref-type="bibr" rid="ref4">(Argaw, and Asker, 2007)</xref>
        , Named
Entity recognition
        <xref ref-type="bibr" rid="ref2">(Alemu, 2013)</xref>
        , a chanker
        <xref ref-type="bibr" rid="ref1">(Ibrahim and Assabie, 2014)</xref>
        . However, the
corpus contains some errors and annotation
inconsistencies
        <xref ref-type="bibr" rid="ref11">(Gamback, 2012)</xref>
        ,
        <xref ref-type="bibr" rid="ref5">(Gebrekidan,
2010)</xref>
        . Beside the identified problems, they
consider orthographic words as their unit of
analysis. Function words which are attached to
content words are not considered separately.
Thus, we cannot use this corpus as it is.
      </p>
      <p>
        Another important resource is a
morphological analyzer called HornMorpho
        <xref ref-type="bibr" rid="ref14">(Gasser, 2011)</xref>
        . It is described as “the most
complete morphological processing tool for
Amharic”
        <xref ref-type="bibr" rid="ref11">(Gamback, 2012)</xref>
        . The system can be
used to analysis, segment and generate words.
The performance was tested on 200 randomly
selected words and has been reported to have
above 95% accuracy
        <xref ref-type="bibr" rid="ref14">(Gasser, 2011)</xref>
        . The tool is
developed by taking orthographic words into
consideration. As a result, it provides POS,
morphological and syntactic information, and
other information related to function words that
are attached to the word. Even though, the
information it provides is important for the
analysis of words in isolation, it has to be
modified for the purpose of developing a parser.
The major focus in the development was on
lexical words not on function words. The system
gets confused when lexical words attaches more
than one function words. For instance,
እንደየክልሎች /ʔɨndəjjəklɨloʧʧu/ “as to the
respective regions”, it contains two clitics, እንደ
/ʔɨndə/ and እየ-/ʔɨjjə/. The system guessed eight
analysis whereas when we remove a clitic, it
gives the right analysis. However, since clitics are
not considered as a separate word, the system
does not give any analysis for clitis. Therefore,
even though it is a very important tool to check
the structure of words, we may not use it for our
purpose as it stands.
      </p>
    </sec>
    <sec id="sec-7">
      <title>5. Proposed solutions</title>
      <p>In the previous sections we have shown that the
existing corpora and tool cannot be used for our
purpose due to their limitation of scope or focus.
For our purpose, we want to analyze both lexical
and function words. Thus, we propose the
development of a treebank where both content
and function words are separated. In other words,
we propose to separate function words or clitics
from their phonological host. Even though, the
distinction between clitics and affixes are
debatable, for our purpose, the following list
elements are considered as clitics.</p>
      <p>1. Prepositions
2. The Possessive marker or pronominal
genitive markers
3. Definite marker
4. Accusative marker
5. Conjunction
6. Negation
7. Auxiliaries
8. Relative pronouns
9. Nominal clause marker
10. Subject and object pronominal</p>
      <p>agreement markers</p>
      <p>The above elements should be separated from
content words. To do so, we have collected five
thousand sentences from different sources which
include grammar books, biographies, news,
fictions, science books, law and religions. All the
collected sentences were manually checked for
spelling errors. These sentences will then be
annotated at different levels. Before the
annotation, we will decompose words into
smaller meaningful units without loss of their
basic meaning. As it is indicated above, in
Amharic writing system, those listed function
words are written together with content words.
Thus, we should segment the two. Such
segmentation will be done following a guideline
which we have prepared.</p>
      <p>The guideline gives what should be
considered in the manual segmentation. For
instance, complex word in the text, that is a
combination of a content word and one or more
clitics should be embraced by a bracket. This
helps to keep track of the input word which is
segmented. When a complex word is segmented,
the elements in the orthographic words may not
always be the same. They may be modified or
reduced in some way. For instance, the word
ወደሚገኝ /wədəjəmmigəɲɲ/ “to which that is
found” will be segmented into ወደ_የ_እም_ይ_ተገኝ
wədə_jə_ɨmm_jɨ_təgəɲɲ. From this example we
noticed that the orthographic word is a reduced
form. When a preposition precedes the
complimentizer የ jə (relative marker), the form
will be reduced into ም mm. Thus, we need to keep
the input orthographic word using the bracket and
show the components that make up the form in
the segmentation.</p>
      <p>The guidline also provides on how to check
wheather a certain form is a clitics or part of the
content word. Clitics that we have listed above, in
most cases are short forms which may be part of
the word. In such cases, they will not be
segmented. For instance, the form ከ /kə/ “from”
is a preposition. However, it can be part of a
content word as in ከበደ /kəbbədə/ “became
heavy” or “a personal name”. In such cases, the
from ከ/kə/ should not be segemented. This
indicates that we cannot apply a certain rule or
write a regular expression to automatically
segment clitics. Separating clitics, we can say
that, requires knoweldge of exisiting words in the
laguage.</p>
      <p>In addition, the form of the clitics can be
changed due to phonological process. This
change can also be observed in the orthography.
For instance, the prepostion ለ lə “to/for” is
attached to a content word that begines with the
vowel like ኣሸናፊነት /aʃʃənnafinnət/ “winning”, the
form of the preposition will be changed.As a
result, the form becomes ላሸናፊነት /laʃʃənnafinnət/
“ for a winning”. If we consider all the variations
a clitic may have, it will be problematic to handle
all variations. Thus, the guideline suggests to
restore to the orginal form in the segmentation.
Accordingly, ላሸናፊነት will be segmented into
ለ_ኣሸናፊነት.</p>
      <p>The manual segmentation is important to
solve some ambiguities observed in the
arthography. For instance, some verbs which are
relativized can be in active or passive form. This
ambiguity occurs because when the relative
marker is attached to a passive verb, the passive
marker ‘ተ‘ /tə/ will get assimilated to the
consonant that begins the word. Thus, we cannot
tell whether a relatived verb is an active or
passive from the orthography unless we consider
the context or the pronouciation. For instance, the
word, የሚበላ can read as /jəmmibəlla/ “the one
who is eating” as an active form or read as
/jəmmibbəlla/ “the one who is being eaten” as a
passive form. In the morpholigical anlysis of
HornMopho, this is handled by giving both
analysis. The following figure shows the analysis
of HornMorpho.</p>
      <p>We notice from figure 1 above that the
expression የሚበላ can have two citation forms በላ
/bəlla/ “eat” for active and ተበላ /təbəlla/ “ being
eaten” for passive. The possible interpritation of
the expression is given under “grammar” part of
the analysis. In our manual anotation, since the
segmentation is done for a give sentence which is
the context, this expression will be segmented as
either as የ_እም_ይ_በል_ኣ or as የ_እም_ይ_ተ_በል_ኣ
depending on the contex. The manual
segmentation is therefore important to the
development of a morphological analyser with a
disambugation module for the future.</p>
      <p>This stage is the basic and fundamental step
where the data is given to three annotators who
are linguists and have better understanding of the
language for the manual segmentation.
Interannotators agreement will be checked. After we
have reached above 95% inter-annotator
agreement, we will assign them a separate data
for clitic segmentation. The result of this level
will be a corpus of clitics separated from lexical
words. It will help us to develop a tokenizer
which is a basic tool for the language.</p>
      <p>After the segmentation, the corpus will be
annotated for POS tag and morphological
features. We have compiled 56 POS tag sets
based on morphosyntactic properties words.
Table 1 summarizes the POS tag sets.</p>
      <p>The above tags will be revised based on the
feedback we will get from the annotators. The list
is subjected for modification. In addition, we
have listed possible morphological features
which words in Amharic can represent. Table 2
lists the morphological features that can be
annotated in the treebank.</p>
      <p>Basic
Categories Inflection</p>
      <p>Gender
Number</p>
      <p>Case</p>
      <p>Type
masculine
feminine
common
singular
plural
dual
collective
nominative</p>
      <p>Tags
masc
fem
com
sing
plur
dual
coll
nom</p>
      <p>Nominal
Definite
verb form</p>
      <p>Tense
Aspect
Voice
Person
Negative
Agreement</p>
      <p>Gender
Number
accusative
genitive
definite
infinitive
gerund
indicative
jussive
question
negative
past
present
future
imperfect
perfective
prospective
progressive
active
passive
reciprocal
causative
first
second
third
positive
/affirmative
negative
subject
object
dative
applicative
masculine
feminine
singular
acc
gen
def
inf
ger
ind
jus
que
neg
past
pres
fut
imp
perf
pro
prog
act
pass
rcp
cau
1
2
3
pos
neg
subj
obj
dat
app
masc
fem
sing
plu</p>
      <p>Therefore, the segmented sentences will be
annotated for both POS tag and morphological
features. This could be done in a semi-automatic
way. That means, some of the data like 100
sentences will be manually annotated and then
the machine learns the tag and morphological
features out of these seed sentences. Then other
set of sample sentences will be given to the
Verb
system to annotate for both type of information.
The result will be manually checked and
corrected by the annotators. The system again
learns from the corrections. In other words, it will
be done in iterative ways i.e. manually
annotation, training, manual correction,
retraining, and annotation (Judge et al., 2006).
The result will be used to develop an automatic
POS tagger and morphological analyzer.</p>
      <p>
        Finally, we plan to annotate the sentences
with grammatical relations using a universal
dependency framework
        <xref ref-type="bibr" rid="ref19">(Nivre, 2015)</xref>
        . We have
identified and compiled potential syntactic
relations for Amharic. Table 3 provides potential
syntactic relations identified so far.
      </p>
      <p>Category Relation Description</p>
      <p>Nominal</p>
      <p>Dependency
verbal
Dependency
phrases and
clauses
adj
pred
app
spec
cpnd
subj
pass
obj
impv
pro
gen
link
conj
sub
cond
rslt
conc
temp
loc
caus
adjective
possessive
construction
predicate
apposition
specification
subject of a verb
passive subject
object of a verb
imperative
prohibition
prepositional
phrase
PP attachment
coordinating
conjunction
subordinate clause
condition
result
concessive
temporal
local
causal</p>
      <p>Using the above relations, sentences will be
semi-automatically annotated for syntactic
relations following the same procedures we
follow in the above annotations. Consequently,
put all the activities together we will have a
treebank annotated for all the three information:
In figure 2 we observe a dependency tree for an
Amharic sentence. We many notice that complex
expressions are embraced by a bracket and their
segmentation are indicated following the bracket.
When we want to retrieve the orthography we can
consider the expression in bracket and when we
want to represent the syntactic roles played by the
clitics we can consider the segmentation.
Furthermore, the morphological features are also
indicated together with their tags if a given token
has morphological features. We have produced
the above kind of representation for some couple
of sentences. However, the manual segmentation
of the remaining sentences is in progress.</p>
    </sec>
    <sec id="sec-8">
      <title>6. Conclusion</title>
      <p>We have described an ongoing project that aims
at developing a treebank for Amharic. As the
language is less resourced and
morphologicallyrich, we suggest the annotation of the treebank to
have three tiers: POS tag, morphological features
and syntactic relations. Before the annotation is
done, orthographic word needs to be segmented
if it has clitics. We suggested that the minimal
unit for our analysis should be syntactic words,
i.e. both content word and functional words.</p>
    </sec>
    <sec id="sec-9">
      <title>Acknowledgments</title>
      <p>This project is partially funded by the Director for
Research of AAU under Adaptive
ProblemSolving Research grant and NORHED fund
under Linguistic Capacity Building-Tools for
inclusive development of Ethiopia,
(http://www.hf.uio.no/iln/english/research/projec
ts/linguistic-capacity-building-tools-for-theinclu/). We want to thank both institutions for
their support. We also would to extend our
appreciations to the three anonymous reviewers
for their feedback that greatly improved the
article.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <given-names>Abeba</given-names>
            <surname>Ibrahim</surname>
          </string-name>
          and
          <string-name>
            <given-names>Yaregal</given-names>
            <surname>Assabie</surname>
          </string-name>
          . (
          <year>2014</year>
          ).
          <article-title>Amharic Sentence Parsing Using Base Phrase Chunking</article-title>
          .
          <source>CICLing</source>
          <year>2014</year>
          , (pp.
          <fpage>297</fpage>
          -
          <lpage>306</lpage>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Alemu</surname>
            ,
            <given-names>Besufikad.</given-names>
          </string-name>
          (
          <year>2013</year>
          ).
          <article-title>A Named Entity Recognition for Amharic</article-title>
          .
          <source>MA Thesis</source>
          , Addis Ababa University.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Amsalu</surname>
          </string-name>
          , Saba and Demeke,
          <string-name>
            <surname>Girma</surname>
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2006</year>
          ).
          <article-title>Nonconcatinative Finite-State Morphotactics of Amharic Verbs</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Argaw</surname>
            ,
            <given-names>Atelach</given-names>
          </string-name>
          <string-name>
            <surname>Alemu</surname>
          </string-name>
          and Asker, Lars. (
          <year>2007</year>
          ).
          <article-title>An Amharic Stemmer : Reducing Words to their Citation Forms</article-title>
          .
          <source>Proceedings of the 5th Workshop on Important Unresolved Matters</source>
          , pages , (pp.
          <fpage>104</fpage>
          -
          <lpage>110</lpage>
          ). Prague, Czech Republic:
          <article-title>Association for Computational Linguistics</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <given-names>Binyam</given-names>
            <surname>Gebrekidan</surname>
          </string-name>
          . (
          <year>2010</year>
          ).
          <article-title>Part of Speech Tagging for Amharic</article-title>
          .
          <source>Masters Thesis</source>
          , University of Wolverhampton. Wolverhampton.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Carroll</surname>
            ,
            <given-names>John.</given-names>
          </string-name>
          (
          <year>2000</year>
          ).
          <article-title>Statistical Parsing</article-title>
          . In N. T. R. Dale (Ed.),
          <source>Handbook of Natural Language Processing</source>
          (pp.
          <fpage>525</fpage>
          -
          <lpage>544</lpage>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Dehadari</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tounsi</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Genabith</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>2011</year>
          ).
          <article-title>Morphological Features for Parsing Morphologically- rich Languages: A Case of Arabic</article-title>
          .
          <source>Proceedings of the 2nd Workshop on Statistical Parsing of MorphologicallyRich Language (SPMRL</source>
          <year>2011</year>
          ), (pp.
          <fpage>12</fpage>
          -
          <lpage>21</lpage>
          ). Dublin Irelan.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Dehadari</surname>
          </string-name>
          , Jon, Tounsi, Lamia and Genabith, Josef. (
          <year>2011</year>
          ).
          <article-title>Morphological Features for Parsing Morphologically-rich Languages: A Case of Arabic</article-title>
          .
          <source>Proceedings of the 2nd Workshop on Statistical Parsing of MorphologicallyRich Language (SPMRL</source>
          <year>2011</year>
          ), (pp.
          <fpage>12</fpage>
          -
          <lpage>21</lpage>
          ). Dublin Ireland.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Demeke</surname>
            ,
            <given-names>Girma</given-names>
          </string-name>
          <string-name>
            <surname>Awgichew</surname>
          </string-name>
          and Getachew , Mesfin. (
          <year>2006</year>
          ).
          <article-title>Manual annotation of Amharic news items with part-of-speech tags and its challenges</article-title>
          .
          <source>Ethiopian Languages Research Center Working Papers</source>
          ,
          <volume>2</volume>
          ,
          <fpage>1</fpage>
          -
          <lpage>16</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Frank</surname>
          </string-name>
          , Aneette; Hinrichs, Erhard;. (
          <year>2012</year>
          ).
          <article-title>Treebanks : Linking Linguistic Theory to Computational Linguistics</article-title>
          .
          <source>Linguistic Issues in Language Technology</source>
          ,
          <volume>7</volume>
          (
          <issue>1</issue>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Gamback</surname>
            ,
            <given-names>Björn.</given-names>
          </string-name>
          (
          <year>2012</year>
          ).
          <article-title>Tagging and Verifying an Amharic News Corpus. the 8th International Conference on Language Resources and Evaluation (ELRA)</article-title>
          .
          <source>Workshop on Language Technology for Normalisation of LessResourced Languages</source>
          . Istanbul, Turkey.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Gambäck</surname>
            , Björn; Olsson, Fredrik; Atelach, Alemu Argaw; Asker,
            <given-names>Lars.</given-names>
          </string-name>
          (
          <year>2009</year>
          ).
          <article-title>Methods for Amharic part-of-speech tagging</article-title>
          .
          <source>Proceedings of the First Workshop on Language Technologies for African Languages</source>
          , (pp.
          <fpage>104</fpage>
          -
          <lpage>111</lpage>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>Gasser</surname>
            ,
            <given-names>Michael.</given-names>
          </string-name>
          (
          <year>2010</year>
          ).
          <article-title>A Dependency Grammar for Amharic</article-title>
          . Workshop on Language Resource and
          <article-title>Human Language Technologies for Semitic Languages</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>Gasser</surname>
            ,
            <given-names>Michael.</given-names>
          </string-name>
          (
          <year>2011</year>
          ).
          <article-title>HornMorpho: a system for morphological processing of Amharic, Oromo, and</article-title>
          <string-name>
            <surname>Tigrinya.</surname>
          </string-name>
          <article-title>Conference on HUman Language Technology for Development</article-title>
          . Alexandria, Egypt.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <surname>Habash</surname>
          </string-name>
          ,
          <string-name>
            <surname>Nizar</surname>
          </string-name>
          (
          <year>2010</year>
          ).
          <article-title>Introduction to Arabic Natural Language Processing</article-title>
          . Morgan &amp; Claypool,.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <surname>Maamouri</surname>
          </string-name>
          , Mohamed and Bies, Ann. (
          <year>2004</year>
          ).
          <article-title>Developing an Arabic Treebank: Methods, Guidelines, Procedures, and Tools</article-title>
          .
          <source>Proceedings of the Workshop on Computational Approaches to Arabic Scriptbased Languages</source>
          ,
          <fpage>2</fpage>
          -
          <lpage>9</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <surname>Nivre</surname>
            ,
            <given-names>Joakim.</given-names>
          </string-name>
          (
          <year>2006</year>
          ).
          <article-title>Two Strategies for Text Parsing</article-title>
          .
          <source>Journal of Linguistics</source>
          ,
          <volume>19</volume>
          ,
          <fpage>440</fpage>
          -
          <lpage>448</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <surname>Nivre</surname>
            ,
            <given-names>Joakim.</given-names>
          </string-name>
          (
          <year>2008</year>
          ).
          <article-title>Treebanks. In M. a</article-title>
          . Kytö, Corpus Linguistics: An International Handbook (pp.
          <fpage>225</fpage>
          -
          <lpage>241</lpage>
          ). Mouton de Gruyter.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <surname>Nivre</surname>
            ,
            <given-names>Joakim.</given-names>
          </string-name>
          (
          <year>2015</year>
          ).
          <article-title>Towards a Universal Grammar for Natural Language Processing</article-title>
          .
          <source>In Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)</source>
          (pp.
          <fpage>3</fpage>
          -
          <lpage>16</lpage>
          ). Switzerland: Springer International Publishing. doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>642</fpage>
          -28601-8
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <surname>Nivre</surname>
            , Joakim; Hall, Johan; Sandra, Kubler; Mcdonald, Ryan; Nilsson, Jens; Riedel,
            <given-names>Sebastian</given-names>
          </string-name>
          &amp; Yuret,
          <string-name>
            <surname>Deniz.</surname>
          </string-name>
          (
          <year>2007</year>
          ).
          <article-title>The CoNLL 2007 Shared Task on Dependency Parsing</article-title>
          .
          <source>Proceedings of the CoNLL Shared Task Session of EMNLP-CoNLL</source>
          <year>2007</year>
          , (pp.
          <fpage>915</fpage>
          -
          <lpage>932</lpage>
          ). Prague.
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <string-name>
            <surname>Rens</surname>
            <given-names>Bod </given-names>
          </string-name>
          ; Remko Scha ; Khalil Sima. (
          <year>2012</year>
          ).
          <article-title>Data Oriented Parsing</article-title>
          . (R. Bod , R. Scha , &amp; K. Sima, Eds.)
          <source>CSLI Studies in Computation</source>
          ,
          <volume>14</volume>
          (
          <issue>4</issue>
          ),
          <fpage>472</fpage>
          -
          <lpage>476</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          <string-name>
            <surname>Tsarfaty</surname>
          </string-name>
          , Reut; Seddah, Djame; Kubler , Sandra; Niver, Joakim;. (
          <year>2013</year>
          ).
          <article-title>Parsing Morphologically Rich Languages: Introduction to the Special Issue</article-title>
          .
          <source>Association for Computational Linguistics</source>
          ,
          <volume>39</volume>
          (
          <issue>1</issue>
          ),
          <fpage>15</fpage>
          -
          <lpage>22</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          <string-name>
            <surname>Tsarfaty</surname>
            ,
            <given-names>Reut.</given-names>
          </string-name>
          (
          <year>2013</year>
          ).
          <article-title>A Unified Morpho-Syntactic Scheme of Stanford Dependencies</article-title>
          .
          <source>Proceedings of ACL.</source>
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          <string-name>
            <surname>Tsarfaty</surname>
            , Reut; Seddah , Djame; Goldberg, Yoav; Kubler , Yannick; Candito , Marie; Foster , Jennifer; Versley , Yannick; Rehbein, Ines; Tounsi,
            <given-names>Lamia.</given-names>
          </string-name>
          (
          <year>2010</year>
          ).
          <article-title>Statistical Parsing of Morphologically Rich Languages (SPMRL): What, How and Whither</article-title>
          .
          <source>The Proceedings of the NAACL HLT 201 First Workshop on Statistical Parsing of Morphologically-Rich Languages</source>
          , (pp.
          <fpage>1</fpage>
          -
          <lpage>12</lpage>
          ). Los Angeles, California.
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          <string-name>
            <surname>Tsarfaty</surname>
            , Reut; Seddah , Djame; Goldberg, Yoav; Kubler , Yannick; Candito , Marie; Foster , Jennifer; Versley , Yannick; Rehbein, Ines; Tounsi,
            <given-names>Lamia.</given-names>
          </string-name>
          (
          <year>2010</year>
          ).
          <article-title>Statistical Parsing of Morphologically Rich Languages (SPMRL): What, How and Whither</article-title>
          .
          <source>The Proceedings of the NAACL HLT 2010 First Workshop on Statical Parsing of Morphologically-Rich Languages</source>
          , (pp.
          <fpage>1</fpage>
          -
          <lpage>12</lpage>
          ). Los Angles, California.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>