<!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 />
    <article-meta>
      <title-group>
        <article-title>A Transfer-rule Based Verb Phrase Translation from English to Tamil</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Parameswari K.</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nagaraju V.</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Angeline Linda K.</string-name>
          <email>angelineal1996g@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Hyderabad</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>eBhasha Setu Language Services</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>Building a machine translation (MT) between non-cognate languages always poses number issues as there are lots of translation divergences involved. In transfer-based MT, a systematic way of formulating transfer rules are required to handle linguistic di erences between languages. This paper explains three-stages in which the transfer-based machine translation (MT) are built for translating verb phrases from English to Tamil.</p>
      </abstract>
      <kwd-group>
        <kwd>machine translation rules</kwd>
        <kwd>Linguistic Typology of Verb Phrases</kwd>
        <kwd>English and Tamil</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        Machine translation is one of the challenging tasks in NLP as it involves a deep
understanding of the source text and generating the acceptable target language
automatically. Further, translation between non-cognate languages requires more
e orts as there are more divergences i.e. cross-linguistic di erences [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] which
affects the well-formedness of the target-language generation. In this paper, an
effort towards building transfer rules for automatic verb phrase translation (VPT)
from English to Tamil is attempted. This paper explains three-stages in which the
transfer-based machine translation (MT) are built for translating verb phrases
from English to Tamil.
{ The nite structure of the verb phrase in English and Tamil is:
English: Model+Auxiliary/-ies+ Main Verb
Tamil: Main Verb + Auxiliary/-ies+ Model+ Person-Number-Gender (PNG)
Agreement
{ Negation is expressed through in ection on verbs in Tamil whereas through
auxiliary in English.
{ In Tamil, the copula verb aku `to be' optionally occurs in the sentences of
nominal predicates, whereas the copula is obligatory in English.
{ Compound verbs are constructed where sequences of a `polar' verb followed
by one or more of `vector' verbs in Tamil. The polar verb is realized in Verbal
participle or in nitive form in Tamil, unlike English.
{ In Causative construction, the periphrastic causative auxiliary verb -vai
occurs in Tamil. Whereas the causative verb precedes the main verb in English.
{ Re exive and reciprocity are expressed through the auxiliary verb -ko.l and
optionally through re exive pronouns in Tamil. Whereas, English uses
pronouns to express the same.
{ Conjunct verbs (noun plus light verb) are more productive in Tamil when
compared to English.
{ Non- nite verbs which head the subordinate clause in ects for verbal
participle, in nitive, conditional and concessive forms in Tamil, unlike English.
{ In relative clause construction, Unlike English, Verbs in its adjectival
participle form occurs before the noun phrase in Tamil.
{ Clitics such as interrogative, dubitative, emphatic and inclusive markers are
added with verbs in the end position in Tamil, unlike English where these
markers are expressed by di erent elements.
3
      </p>
    </sec>
    <sec id="sec-2">
      <title>English-Tamil MT: A Review</title>
      <p>
        Number of activities in building MT between English-Tamil are attempted by
various groups and researchers in India. It includes Anuvadaksh (English to
Indian Language Machine Translation System), Soman and Menon et.al [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ],
Poornima et.al [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], Saravanan [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], Pandian and Kathirvel [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], Ramaswamy et.al [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ],
Kumar et.al [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], Rajeswari et.al [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] to name a few. In this paper, an attempt is
made in building transfer-based approach to MT between English-Tamil.
4
      </p>
      <p>Algorithm for Verb Phrase Translation
This section reports the algorithm used in verb phrase translation from English
to Tamil. The algorithm used in building VPT consists of three stages:
4.1</p>
      <p>Identi cation of Verb Phrase (VP) and its subject (nsubj)
This stage identi es the verb phrase from the shared map le and also identi es
the subject(s) (nsubj) of the sentence using the dependency-based parser. The
nsubj is identi ed for their PNG features and the same is percolated to the verb
to which it is identi ed as nsubj. The Tense (T) information is retrieved from
POS of the head verb. The algorithm is given below:
else
else
1: Get Input Sentence
2: Identify Verb Phrase (VP) from shared Map le
3: Call Parser ( nltk.parse.stanford)
4: Find `nsubj' form Parse output
match nsubj with NP list (consisting GNP features)</p>
      <p>If found
get PNG feature
add default PNG feature (3,sg,n)
5: Find head verb of VP and its nsubj from Parse output</p>
      <p>If found
percolate nsubj PNG features to head verb
add default PNG feature (3,sg,n) to head verb
6: Identify T based on POS output of Parse
Algorithm 1: Identi cation of VP and nsubj
4.2</p>
      <sec id="sec-2-1">
        <title>Stage 2: Transfer Rules</title>
        <p>This stage involves transferring the structure and lexical items of English to
Tamil. Using nltk lemmatizer, the verb root `VR' is identi ed. The structure
of verb phrases is transferred to Tamil based on Rules (28 rules as an initial
attempt) that are compiled in mapping English-Tamil. The lexical substitution
from English to Tamil is executed in this stage. The algorithm is given below:
1: Get head verb
2: Identify verb root (VR) (lmtzr.lemmatize)
3: check head verb co-occurrence
(e.g. Auxiliary verbs, Model verbs, Negation, Wh-question etc.,)
if found</p>
        <p>Apply Rules to reorder them
4: Identify Main and Subordinate clauses from Parse cues
if found a subordinate clause</p>
        <p>Apply Rules to provide appropriate TAM
5: match VR in English to Tamil verb dictionary
if found</p>
        <p>Substitute VR with equivalent Tamil
else</p>
        <p>Transliterate English VR into Tamil
Algorithm 2: Transfer Rule Application</p>
      </sec>
      <sec id="sec-2-2">
        <title>Stage 3: Generation</title>
        <p>
          Generating well-formed wordforms based on identi ed PNG and TAM features
in Tamil is attempted in this stage. The morphological generator for Tamil [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]
is used for generating the Tamil verbs. The algorithm is given below:
1: Get Tamil VR, PNG and TAM features
2: Call Tamil Morphological Generator (TMG)
3: Input `VR,lcat (v), G, N, P,TAM' to TMG
4: Get the output
Algorithm 3: Generation
5
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Experiments and Results</title>
      <p>The current MT system is evaluated by the coordinators of shared task on verb
phrase translation in English and Indian Languages (VPTIL). The total number
of training VPs in sentences received are 2275 and the total of testing VPs in
sentences are 1869. The scoring criteria (see Table 1) and results (see Table 2)
obtained are given below:
The system performance can be improved by the improvement in transfer-rules,
source language analysis modules, and target language generation modules. A
robust lexical substitution is also required for the e ective mapping of source
language verb root to the target language of the system. The precision of the
system reveals that the transfer rule-based approach to MT between
EnglishTamil performs well and can be improved further with the addition of new rules.</p>
      <p>Abbreviations: VP- Verb Phrase; nsubj- Subject of verb phrase; PNG
Person-Number-Gender markers; POS- parts-of-speech tagging; TAM- tense,
aspect and model marker(s); lcat- lexical category; TMG- Tamil Morphological
Generator; VR- verb root</p>
      <p>Acknowledgment: The team acknowledges the coordinators of shared-task
of VPTIL for their inputs.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Dorr</surname>
            ,
            <given-names>Bonnie</given-names>
          </string-name>
          <string-name>
            <surname>Jean</surname>
          </string-name>
          .
          <article-title>Machine Translation: a View from the Lexicon</article-title>
          . Massachusetts: MIT press. (
          <year>1993</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Kumar</surname>
            <given-names>A.M.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Dhanalakshmi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. P.</given-names>
            <surname>Soman</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Rajendran</surname>
          </string-name>
          ,
          <article-title>Factored statistical machine translation system for English to Tamil language</article-title>
          ,
          <source>Pertanika J. Soc. Sci. Hum. 22</source>
          <volume>1045</volume>
          {
          <issue>1061</issue>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Pandian L.S. K. Kadhirvelu</surname>
          </string-name>
          ,
          <article-title>Machine translation from English to Tamil using hybrid technique</article-title>
          ,
          <source>Int. J. Comput. Appl</source>
          .
          <volume>46</volume>
          (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Parameswari</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <article-title>An Implementation of Apertium Morphological Analyzer and Generator for Tamil</article-title>
          .
          <source>Language in India 11. 71{75</source>
          (
          <year>2011</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Poornima</surname>
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Dhanalakshmi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Anand Kumar K. P. Soman</surname>
          </string-name>
          ,
          <article-title>Rule based sentence simpli cation for English to Tamil machine translation system</article-title>
          ,
          <source>Int. J. Comput. Appl</source>
          .
          <volume>25</volume>
          (
          <year>2011</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Rajeswari</surname>
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Sethuraman K. Krishnakumar</surname>
          </string-name>
          ,
          <article-title>English to Tamil machine translation system using universal networking language</article-title>
          ,
          <source>Sadhana</source>
          <volume>41</volume>
          607{
          <issue>620</issue>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Ramasamy</surname>
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Bojar</surname>
          </string-name>
          and
          <string-name>
            <surname>Z.</surname>
          </string-name>
          <article-title>abokrtsk, Morphological processing for EnglishTamil statistical machine translation</article-title>
          ,
          <source>in: Proceedings of the Workshop on Machine Translation and Parsing in Indian Languages</source>
          , pp.
          <volume>113</volume>
          {
          <fpage>122</fpage>
          , (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Saravanan</surname>
            <given-names>S.</given-names>
          </string-name>
          ,
          <article-title>English to Tamil machine translation: rule based approach</article-title>
          , LAP LAMBERT Academic Publishing, (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Soman</surname>
            ,
            <given-names>K.P. A. G.</given-names>
          </string-name>
          <string-name>
            <surname>Menon</surname>
          </string-name>
          ,
          <article-title>English to Tamil machine translation system</article-title>
          ,
          <source>in: 9th Tamil Internet Conference (INFITT)</source>
          , Chemmozhi Maanaadu, Coimbatore, India, (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>