3 CONVERTED ABILITY
In this section, we are going to check converted
ability of URDU.KON-TB in domain of
dependency parsing through conversion. The aim is
claim of converted ability another domain with
conversion.
So that’s why, we proposed formula of converted
ability is convert able tagset another domain
divided by total number of tagset in Treebank and
gets more 60% showing in figure 2 in which total
number of tagset in URDU.KON-TB is 66 and total
number of usable or able tagset in another domain
is 48 according to result of research work by 2017,
Munir et al. The percentage of converted ability is
72.72% using formula.
Figure 2: Check converted ability Formula
It means that URDU.KON-TB is already converted
in dependency parsing domain. So we just need to
increase the feature according to dependency
grammar rules and increase the accuracy. So that’s
why we don’t need to develop new dependency
Treebank. Another mean of this percentage is that,
72.72% words as a HEAD working in
UEDU.KON-TB. So, dependency relationship not
enhance according to this nature in Treebank.
In 2017, Munir et al, get minimum 49% accuracy
because Functional tagset is not marked by
dependency grammar rules. If we, marked few
Functional tagset according to dependency
grammar rules with assumption is
every word in a
sentence is Head
value give zero show in figure 1
then must accuracy will be increased.
4 ENHANCE FEATURES
We are talk about MaltParser is popular for its
dependency structure parsing is the set of rules
used for describing asymmetric dependencies
between a head and dependent adopted in figure 3.
Figure 3: URDU.KON-TB Dependency Structure
We evaluated during the manual process of adding
features in URDU.KON-TB. The word order in
URDU.KON-TB is Sub+Obj1+ Obj2+Verb1 to
Verb11.After enhance features, the precedence
order is POS > Syntactic > Semantic & Functional
tagset have grammatical information (sub, obj1,
obj2, obl, plink and modf) and Semantic is relation
between words (Munir et al., 2017) and (Ali et al.,
2010).
The functional tagset marked according to rule of
dependency grammar, which is every token contain
three information. We consider the most frequent
information of a token is used in URDU.KON-TB.
After enhance features, we able to say that in 2017,
Munir et al consider functional tagset is dependency
relation as DEPREL is not against the dependency
grammar rule just missing head information in
Treebank (Munir et al., 2017). So, we just needed
adding head information to explain dependency
relation show in figure 3 and 4.
Figure 4: CoNLL Format
MaltParser based on Data-driven dependency
parsing Approach in which we map input strings to
output. The CoNLL format data are given to
MaltParser as input. It allows user-defined feature