20
Ministry of Higher Education Al-Imam Muhammad bin Saud Islamic University College of Computer and Information Sciences Presented by : Instruct or: Dr. Amal alsaif

Syntactic parsing for arabic

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Syntactic parsing for arabic

Ministry of Higher EducationAl-Imam Muhammad bin Saud Islamic

UniversityCollege of Computer and Information

Sciences

Presented by :

Alkaibari ,Amani .M

Abaalhassan ,Seham.N

Aloud ,Moudhi .A

Instructor:Dr. Amal alsaif

Page 2: Syntactic parsing for arabic

Syntactic Parsing for Arabic

Page 3: Syntactic parsing for arabic

Introduction

Language is a method of communication intellectual

Method of understanding and transfer of ideas

Application began to increase with time .

Applications automatic translation, understand speech operative analysis of texts, revision of the texts and others

Page 4: Syntactic parsing for arabic

SYNTACTIC PARSER

•Syntax: provides rules to put together words to form components

• Grammar is the formal specification of rules of a language.

• Parsing is a method to perform syntactic analysis of a sentence.

Page 5: Syntactic parsing for arabic

Parsing (Syntactic Structure)

•INPUT:

لحديقه في الكبير الكلب

•OUTPUT:

Page 6: Syntactic parsing for arabic

The Information Conveyed by Parse Trees

•Part of speech for each word

(N = noun, V = verb, D = determiner)

•Phrases•Useful Relationships

Page 7: Syntactic parsing for arabic

Examples Of Syntactic Ambiguity in Arabic

• Ambiguity caused by devocalization

word class

1 =ر ”bur “flour ُب noun

2 ?ر ”ber “Honouring ُب noun

3 @ر ”bar “land ُب noun

4 Aر? beraa “Righteousness ُب verb

Page 8: Syntactic parsing for arabic

Two parse trees for the ambiguous sentence

verbal sentence verbal sentence

verb(passive) progent verb(active) subject

أكل

أكل الطعام

الطعام

Page 9: Syntactic parsing for arabic

Grammar confusion

For example, there is more than reading for grammar component .

As when we say ( الطالبالمجتهدون can be , ( والمدرسون

a recipe for a comprehensive teachers only or also for students.

Page 10: Syntactic parsing for arabic

Confusion in returning pronouns

As we say ( المريضة األم تركتلترعاها ممرضتها the ,(مع

pronoun (ها) in the word may return to the "ممرضتها"patient may return to the mother .

and distraction in the word "sponsored" may be due to "patient" may be due to the "mother"

This is more difficult to process analysis grammar.

Page 11: Syntactic parsing for arabic

Parsing Arabic Dialects

The Arabic language is a collection of spoken dialects with important syntactic differences .

Page 12: Syntactic parsing for arabic

Modern Standard Arabic (MSA)

The standard written language is the same throughout the Arab world.

used in some scripted spoken communication

news casts. parliamentary debates.

Page 13: Syntactic parsing for arabic

Levantine Arabic (LA)

example of the Arabic dialects.

leveraging LA/MSA resources is feasible.

Page 14: Syntactic parsing for arabic

Linguistic Facts

differences between LA and MSA using an example :

هدا ) -1 الشغل ُبيحبوش [ LA ] .( الرجال[ jordan ]

العمل ) -2 هذا الرجال يحب [ MSA ] .( الLexically, we observe :1- the word for ‘work’ is " الشغل "in LA but " العمل "in MSA.

2- the word for ‘men’ is the same in both LA and MSA .

3- There are typically also differences in function words, in our example

. ’for ‘not (MSA) ال ) and (LA) ش $4- we see that LA " ُبيحبو " has the same stem as MSA " يحب " .

Page 15: Syntactic parsing for arabic

Syntactically : we observe three differences :

1- First, the subject precedes the verb in LA (SVO order), but follows in MSA (VSO order).2- we see that the demonstrative determiner follows the noun in LA, but precedes it in MSA.3- we see that the negation marker follows the verb in LA, while it precedes the verb in MSA.

Page 16: Syntactic parsing for arabic

Related works

Page 17: Syntactic parsing for arabic

“Better Arabic Parsing: Baselines, Evaluations, and Analysis”

Author by Green and Christopher D. Manning

comparing manually annotated grammar

All experiments were using ATP

ignore all the trees, referring to the mistakes and non-linguistic texts

ATB is still low compared to the Wall SJC

Page 18: Syntactic parsing for arabic

PARSING ARABIC TEXTS USING REAL PATTERNS OFSYNTACTIC TREES

built a parser for Arabic texts, which takes advantage of the machine learning paradigm

defined a new manner for modeling the knowledge that composes an Arabic Treebank

new models are called the patterns of syntactic trees

Page 19: Syntactic parsing for arabic

TOWARDS RESOLVING AMBIGUITY IN NDERSTANDINGARABIC SENTENCE

Described attempt to resolve certain types of ambiguity

Resolving the ambiguity that between main constituents of the nominal and the verbal sentences

And due to the affixes of either nouns or verbs.

Page 20: Syntactic parsing for arabic

Conclusion

In our paper we have seen some example of ambiguity and latest reach of the researchers in the analysis of Arabic

we have shown that Arabic parsing performance is not as poor as previously thought, but remains much lower than English