A First Step Towards Parsing of Assamese Text

A First Step Towards Parsing of Assamese Text

A First Step Towards Parsing of Assamese Text Navanath Saharia Utpal Sharma Jugal Kalita Department of CSE Department of CSE Department of CS Tezpur University Tezpur University University of Colorado Assam, India 784028 Assam, India 784028 Colorado Springs, USA 80918 [email protected] [email protected] [email protected] Abstract—Assamese is a relatively free word order, elements that go to make up sentences. The result may morphologically rich and agglutinative language and has a strong be used as input to a process of semantic interpretation. case marking system stronger than other Indic languages such The output of parsing is something logically equivalent to a as Hindi and Bengali. Parsing a free word order language is still an open problem, though many different approaches have been tree, displaying dominance and precedence relation between proposed for this. This paper presents an introduction to the constituents of a sentence. Now-a-days there are several practical analysis of Assamese sentences from a computational dimensions to characterize the behaviour of parsing technique, perspective rather than from linguistics perspective. We discuss for example- depending on search strategy (such as Top-down, some salient features of Assamese syntax and the issues that bottom-up parsing), statistical model used (such as Maximum simple syntactic frameworks cannot tackle. Entropy model), Grammar formalism used (such as Paninian Keywords-Assamese, Indic, Parsing, Free word order. framework) etc. Among them most successful linguistically motivated formalisms are- Combinatory Categorial Grammar I. INTRODUCTION (CCG), Dependency Grammar(DG)[1], Lexical Functional Like some other Indo-Iranian languages (a branch of Indo- Grammar (LFG) [2], Tree-Adjoining Grammar (TAG) [3], European language group) such as Hindi, Bengali (from Head-Driven Phrase Structure Grammar (HPSG) [4], Paninian Indic group), Tamil (from Dardic group), Assamese is a Grammar (PG) [5] and Maximum Entropy model (EM) [6]. morphologically rich, free word order language. Apart from possessing all characteristics of a free word order language, III. EXISTING WORK Assamese has some additional characteristics which make Reference [7], reported (Table I) word order variability that parsing a more difficult job. For example one or more than one some language allow. suffixes are added with all relational constituents. Research on parsing model for Assamese language is purely a new field. TABLE I Our literature survey reveals that there is no annotated work WORD ORDER VARIATION TABLE. on Assamese till now. Almost no variation English, Chinese, French In the next section we will present a brief overview Some variation Japanese, German, Finnish of different parsing techniques. In section III we discuss Extensive variation Russian, Korean, Latin related works. Section IV contains a brief relevant linguistic Maximum variation Warlpiri background of Assamese language. In section V we discuss our approach we want to report in this paper. Section VI Our literature survey reveals that a majority of the parsing conclude this paper. techniques are developed solely for the English language and might not work for other languages.Much work has been II. OVERVIEW OF PARSING done in different languages in different aspect of parsing, The study of natural language grammar dates back at least but most of these approaches can not be applied to Indian to 400 BC, when Panini described Sanskrit grammar, but language context. The main reason is most of the Indian the formal computational study of grammar can be said to languages are highly inflectional, relatively free word order start in the 1950s with work on context free grammar(CFG). and agglutinative. Unlike fixed word order language such as Parsing is a problem in many natural languages processing English, in morphologically rich free word order languages the tasks such as machine translation, information extraction, preferable linguistics rule set is too large, which may not be question answering etc. It is the process of automatically handled using the approaches like PSG, LFG[2] etc. Among building syntactic analysis of a sentence in terms of a the reported formalisms, only CCG, PG and DG have literal given grammar and lexicon; and syntax is the name given evidence to apply on free word order languages. to the study of the form, positioning, and grouping of the An approach for Indian language parsing is Paninian framework which was developed in IIT, Kanpur. First it was The Department of Computer science & Engineering, Tezpur University is funded by university grant commission (UGC)’s departmental research support designed only for free word order languages basically Hindi, (DRS) Phase-I under special assistance programme (SAP). afterward it was extended to other free word order language such as Bangla, Tamil etc., but no attempt was made to build IV. ASSAMESE AS A FREE WORD ORDER LANGUAGE a parser for Assamese. For most languages that have a major class of nouns, it is Among the more recent works [8], [9], [10] has focus on possible to define a basic word order in terms of subject(S) dependency parsing. Dependency grammar is an asymmetrical verb(V) and object(O). There are six theoretically possible relation between a head and a dependent. Dependency basic word orders: SVO, SOV, VSO, VOS, OVS, and OSV. grammar is a set of rules that describes the dependencies. Of these six, however, only the first three normally occur as Every word (dependent) depends on another word (head), dominant orders. If constituents of a sentence can occur in any except one word which is the root of the sentence.Thus order without affecting the gross meaning of the sentences (the a dependency structure is a collection of dependencies for emphasis may be affected) then that type of language is known a sentence and dependency parsing depends critically on as free word order language. Warlpiri, Russian, Tamil are the predicting head-modifier relationship. example of free word order language. A classifier based dependency parser was proposed by Typical Assamese sentences can be divided into two parts: Sagae and Lavie [11], that produces a constituent tree in Subject(S) and Predicate(P). Predicate may again be divided linear time. The parser uses a basic bottom-up shift-reduce into following constituents- object(O), verb(V), extension(Ext) stack based parsing algorithm like Nivre and Scholz[12] and connectives(Cv). A minimum sentence may consist of any but employs a classifier to determine parser actions instead one of S, O, V, Ex or even in a connected discourse. Table III of a grammar. Like other deterministic parsers (unlike shows some single constituent sentences of Assamese. Table other statistical parser), this parser considers the problem IV shows, some two-constituent sentences that may also occur of syntactic analysis separately from part-of-speech (POS) in any order. tagging. Because the parser greedily builds trees bottom-up in a single pass, considering only one path at any point TABLE III in the analysis, the task of assigning POS tags to word is SINGLE CONSTITUENT SENTENCES. (TF: TRANSLITERATED ASSAMESE FORM, ET: APPROXIMATE ENGLISH TRANSLATION) done before other syntactic analysis. This classifier based dependency parser shares similarities with the dependency N— TF: namoskAr. parser of Yamada and Matsumoto [13] that it uses a classifier PN— TF: mai ET: I. to guide the parsing process in deterministic fashion, while V— TF: ahA ET: come. Yamada and Matsumoto uses a quadratic run time algorithm PP— TF: aAru ET: and. with multiple passes over the input string. A language-wise survey (Table II) shows that Nivre’s parser was implemented in a variety of languages, like relatively free TABLE IV word order language (Turkish), inflectionally rich language TWO CONSTITUENT SENTENCES. (Hindi), fixed word order language (English), and relatively PN+V V+PN case-less and less inflectional language (Swedish), whereas TF: mai aAhiso TF: aAhiso mai Paninian grammar framework was implemented only for EF: I have come. Indian language context and CCG approach was implemented N+V V+N TF: kitApkhan parhilo TF: parhilo kitApkhan for Dutch, Turkish and English Language. Other mostly EF: (I) have read the implemented parsers are Collin’s and Mc-Donald’s parser. book. Adj+V V+Adj TABLE II TF: vAl gAICe TF: gAICe vAl LANGUAGE-WISE SURVEY OF IMPLEMENTED PARSER. EF: Sang well. PP+V V+PP Nivre’s Parser English[12] TF: yadi aAhA TF: aAhA yadi Czech[14] EF: If (you) come? Swedish[15] PP+PN PN+PP Chinese[16] TF: tenehle si TF: si tenehale Bulgarian[17] EF: Or else he! Turkish[18] Hindi[8] Collin’s Parser English[19] Czech[20] Assamese has a number of morpho-syntactic characteristics Spanish[21] which makes it different from other Indic language such as Chinese[22] German[23] Hindi. Our study reveals that - word order at the clause level Mc Donald’s Parser English[24] is free, and in some cases intra clause level ordering is also free Czech[24] that is elements which can be thought as a single semantics Danish[25] unit, can be reorder within the clause. The most favourite word CCG Framework English[26] Dutch[27] order of Assamese is SOV. For example- Turkish[28] 1) (SOV) TF: mai bhAt khAlo. EF: I ate rice. Now we can arrange these 3 constituents in 3! Ways. Thus we get 6 possible combinations. a) (OSV) bhAt mai khAlo. b) (OVS) bhAt khAlo mai. c) (SVO) mai khAlo bhAt. d) (VOS) khAlo bhAt mai. e) (VSO) khAlo mai bhAt. It is not necessary that all sentences have subject verb and object. For example in the following sentence verb is absent. 2) (PN-N-N) TF: maI Tezpur-ViswavidyAlayor chAtra. ET: I am student of Tezpur University Fig. 1. Parse tree for sentence 1 In this case the verb (equivalent to “ is ” in English) is absent and is a meaningful sentence.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    5 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us