SlideShare a Scribd company logo
1 of 9
Download to read offline
International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014
DOI:10.5121/ijfcst.2014.4202 11
Comparative Performance Analysis of Two
Anaphora Resolution Systems
Smita Singh, Priya Lakhmani, Dr. Pratistha Mathur and Dr. Sudha Morwal
Department of Computer Science, Banasthali University, Jaipur, India
ABSTRACT
Anaphora Resolution is the process of finding referents in the given discourse. Anaphora Resolution is one
of the complex tasks of linguistics. This paper presents the performance analysis of two computational
models that uses Gazetteer method for resolving anaphora in Hindi Language. In Gazetteer method
different classes (Gazettes) of elements are created. These Gazettes are used to provide external knowledge
to the system. The two models use Recency and Animistic factor for resolving anaphors. For Recency factor
first model uses the concept of centering approach and second uses the concept of Lappin Leass approach.
Gazetteers are used to provide Animistic knowledge. This paper presents the experimental results of both
the models. These experiments are conducted on short Hindi stories, news articles and biography content
from Wikipedia. The respective accuracy for both the model is analyzed and finally the conclusion is drawn
for the best suitable model for Hindi Language.
KEYWORDS
Anaphora, Centering approach, Discourse, Gazetteer method, Lappin Leass approach.
1. INTRODUCTION
In linguistics, the term anaphora denotes the act of referring. It is the use of an expression, the
interpretation of which depends upon another expression in context. Reference to an entity that
has been previously introduced into the discourse is called anaphora. Any time a given expression
refers to another contextual entity, anaphora is present. The entity referred back to is called the
‘referent’ or ‘antecedent’. Anaphora denotes the act of referring to the left, that is, the anaphor
points to its left toward an antecedent (in languages that are written from left to right). The
process of binding the referring expression to the correct antecedent, in the given discourse, is
called anaphora resolution. Pronoun resolution involves binding of pronouns to the correct noun
phrase.
Consider the sentence:
“गीता मेले म घूमने गयी | उसने वहाँ कलम खर द |”
This sentence demonstrates an anaphora, where the pronoun ‘उसने’ refers back to a referent.
Intuitively, ‘उसने’ refers to ‘गीता’. The pronoun ‘वहाँ’ refers to ‘मेले.’Anaphora resolution can be
intrasentential (where the antecedent is in the same sentence as the anaphor) as well as
intersentential (where the antecedents are in a different sentence to the anaphor). When
performing anaphora resolution all noun phrases are typically treated as potential candidates for
antecedents. The scope is usually limited to the current and preceding sentences and all candidate
antecedents within that scope are considered.
International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014
12
1.1. Classification of anaphora and pronoun in Hindi
Hindi language is a free word order. Pronoun in Hindi exhibits a great deal of ambiguity. Pronoun
in the first, second, and third person do not convey any information about gender. In Hindi there
is no difference between ‘he’ and ‘she’. ‘वह’ is used for both the gender and is decided by the
verb form. With respect to number marking, while some forms, like ‘उसको’(him), ‘उसने’(he) are
unambiguously singular but some forms can be both singular and plural, like ‘उ होने’
(he)(honorific)/they, or ‘उनको’(him)(honorific)/them. Hence Resolving anaphora in Hindi is a
complex task.
2. RELATED WORK
An extensive work done for anaphora resolution based on Gazetteer method is summarized
below:
• Richard Evans and Constantin Orasan improved anaphora resolution by identifying
animate entities in texts [4].
• Ruslan Mitkov, Richard Evans resolved anaphora resolution by using Gazetteer
method in 2007[2].
• Tyne Liang and Dian-Song Wu used above approach in automatic pronominal
anaphora resolution in English texts in 2002.
• Constantin Orasan and Richard Evans used NP Animacy Identification for Anaphora
Resolution in 2007[2].
• Natalia N. Modjeska, Katja Markert and Malvina Nissim used web in Machine
Learning for Other-Anaphora Resolution in 2003[3].
• Strube & Hahn present a system for anaphora resolution for German based on
extension of Centering theory in 1991[6].
• S. Lappin and H. Leass proposed their algorithm for pronoun resolution for English
language in year 1994[7].
• Joshi, A. K. & Kuhn. S, in 1979 and Joshi, A. K. & Weinstein.S in 1981, gave
centering theory for pronoun resolution [8].
• Dev Bahadur using Lappin Leass approach pronominal anaphora is resolved in
Nepali Language [9].
• Thiago Thomes Coelho, Ariadne Maria Brito Rizzoni done work in Portugeese
language using Lappin and Leass algorithm [7].
• Manuel Palomar, Lidia Moreno and Jesfis Peral resolved anaphora in Spanish Texts
using Centering approach [10].
• S.Lappin and M.McCord developed a syntactic filter on pronominal anaphora for slot
grammer using Lappin Leass principles in 1990[11].
• Sobha and Patnaik gave a rule based approach for the resolution of anaphora in Hindi
and Malayalam as well [12].
• Dutta et al. presented modified Hobbs algorithm for Hindi[13].
• J.Balaji applied Centering principles in Tamil[14].
3. SALIENCE FACTOR
The following salience factor shows their significant contribution for resolving anaphora:
International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014
13
3.1. Recency Factor
Recency factor describes that the referents mentioned in current sentence tends to have higher
weights than those in previous sentence. This factor assigns highest possibility of the closest noun
to be the referent. For example consider the sentence,
“मोहन ने सोहन को सेब दया | वह क चा था |”
In this sentence there are three nouns ‘मोहन’, ‘सोहन’, ‘सेब’. According to Recency factor the
highest weight is assigned to the closest noun ‘सेब’ for the pronoun ‘वह’.
3.2. Animistic Knowledge
Animistic knowledge filters candidates based on which ones represent living beings. Inanimate
candidates are removed from consideration when the pronoun being resolved must refer to an
animated co referent, and animated candidates are removed from consideration for pronouns that
must refer to inanimate co referents. Consider the following:
“सोहन ने मेले से कताब खर द और अपनी प नी को द ।“
In the above example pronoun “अपनी” is animistic pronoun (always refer to living things). So, it
refers to animistic noun “सोहन”. It will not refer to noun “ कताब”.
Both our computational models use Gazetteer method for providing knowledge of Animistic
factor. The difference in both the models is to use of recency factor with different concepts
(Centering approach and Lappin Leass approach). Based on these approaches results of
experiments vary from each other.
Besides, Recency and Animistic Factor there are other factors that affect the anaphora resolution
process. Although, these factors are not considered in our system but these factors would
definitely increase the accuracy of system. These two factors are described as follows:
3.3. Gender Agreement
Gender Agreement compares the gender of candidate co referents to the gender required by the
pronoun being resolved. Any candidate that doesn’t match the required gender of the pronoun is
removed from further consideration.
“सोहन ने मेले से कताब खर द । वह उसे पसंद करता है|”
गीता ने मेले से कताब खर द । वह उसे पसंद करती है|”
In Hindi Language verbs are used to resolve pronouns based on gender agreement. In the above
example using the verbs “करता है” and “करती है” we can understand that “वह” in first sentence
refers to male “सोहन” and in second sentence refers to female “गीता”.
3.4. Number Agreement
Number Agreement extracts the part of speech of candidates. The part of speech label is checked
for plurality. If the candidate is plural but the current pronoun being resolved doesn’t indicate a
International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014
14
plural co referent the candidate is removed from consideration. The same process occurs for
singular candidates which are removed if the pronoun being resolved requires a plural co referent.
For example:
“राम और अ मत म है | वे बहुत बदमाश है|”
In the above sentence pronoun “वे” refers to “राम और अ मत”.
4. RESOLVING SYSTEM
The resolving system uses Recency factor and animistic knowledge for anaphora resolution.
Recency factor acts as a baseline Factor and animistic knowledge is induced to the system by
gazetteer method.
4.1. Gazetteer method:
This method is used to provide external knowledge to the system. In this method lists are created.
Elements present in the list are then classified based on certain operations. Therefore it is also
called List Look Up method.
In both the models lists of animistic pronoun (pronoun refer to living things), non animistic
pronoun (pronouns refer to non living things), middle animistic pronoun (pronouns refer to both
living and non living things) are created. Lists of animistic noun (always represent living things)
and non animistic noun (always represent non living things) are also created. Pronouns are
classified into the list according to its property and further referencing to the correct noun is done
based on the above list.
4.2. Computational Model 1:
This model uses Gazetteer method for providing animistic knowledge. For Recency factor
concept of centering approach is used. Centering theory is a discourse based approach. Centering
theory gives a framework to model what a sentence is speaking about. This can be used to find
which entities are referred to by pronouns in a given sentence. It has certain transitions rules.
With the help of these rules it finds the potential candidates. The table below gives transition
rules:
Table1. Centering theory transitions
Cb(Ui)=Cb(Ui-1) or Cb(Ui-
1)=undefined
Cb(Ui)≠Cb(Ui-1)
Cb(Ui)=Cp(Ui) Continue Smooth-Shift
Cb(Ui)≠Cp(Ui) Retain Rough-Shift
The crucial claims of this approach are as follows:
• Each utterances in a given discourse segment is assigned a list of forward looking
centers, Cf (Ui), where centers are semantic entities in the discourse.
• Each utterance (other than the segment-initial utterance) is assigned a unique
backward-looking center, Cb (Ui).
• The list of forward-looking centers, Cp (Ui), is ranked according to discourse
salience, with the highest ranked element of being called the preferred center.
International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014
15
4.3. Computational Model 2:
This model uses gazetteer method for providing animistic knowledge and concept of Lappin
Leass for Recency factor. It falls under the category of hybrid approach. It use a model that
calculates the discourse salience of a candidate based on different factors calculated dynamically
and use this salience measure to rank potential candidates. The factors that the algorithm uses to
calculate salience are given different weights according to how relevant the factor is. This model
does not use costly semantic or real world knowledge in evaluating antecedents. The table below
describes the weight associated with each factor according to their contribution for resolving
anaphora.
Table2. Lappin Leass salience factor and its value
Salience Factor Salience Value
Sentence Recency 100
Subject Emphasis 80
Existential Emphasis 70
Accusative(direct object) Emphasis 50
Indirect Object and Oblique Complement
Emphasis
40
Non Adverbial Emphasis 50
Head Noun Emphasis 80
5. EXPERIMENT AND RESULT
We have performed experiments on three different types of data sets. These experiments are
based on finding the contribution of Recency and animistic factor to the overall accuracy of
correctly resolved pronouns.
5.1. Data set 1
This experiment uses the text from children story domain. We have taken short stories in Hindi
language from indif.com (http://indif.com/kids/hindi_stories/short_stories.aspx), a popular site
for short Hindi stories and performed anaphora resolution over these stories. These stories contain
approx 10 to 25 sentences having 100 to 300 words. The result of the experiment is summarized
in table 3 and table 4:
Table3. Result from experiment performed on short stories
Based on Computational model 1.
Data
Set
Total
Sentences
Total
Word
Total
Anaphors
Correctly
Resolved
Anaphor
Accuracy
Story1 11 129 13 11 84%
Story2 11 133 11 9 82%
Story3 23 275 22 7 34%
Story4 17 213 20 15 79%
Story5 21 227 21 9 45%
International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014
16
Table 4.Result from experiment performed on short stories
Based on Computational model 2.
Data
Set
Total
Sentences
Total
Word
Total
Anaphors
Correctly
Resolved
Anaphor
Accuracy
Story1 11 129 13 10 77%
Story2 11 133 11 9 82%
Story3 23 275 22 7 32%
Story4 17 213 20 12 60%
Story5 21 227 21 11 53%
The result from model 1 summarized in table 3 shows that Recency and animistic factor
contribute 65% average to accuracy of overall system. The result on same data set for the
computational model 2 summarized in table 4 shows that Recency and animistic factor contribute
61% accuracy on an average to overall system.
5.2. Data set 2
This experiment uses text from news article domain. News articles in Hindi language are taken
from webduniya.com, a popular site of Hindi news. The result from experiment performed by
computational model 1 is summarized in table 5.
Table 5. Result from experiment performed on news articles
Based on computational model 1.
Data
Set
Total
Sentences
Total
Word
Total
Anaphors
Correctly
Resolved
Anaphor
Accuracy
News1 9 175 7 5 72%
News2 8 207 6 3 50%
News3 8 143 10 5 50%
News4 13 247 19 13 69%
News5 11 195 15 10 72%
The result of proposed model 1 shows that Recency and animistic factor contribute 63% accuracy
to overall system. The result from experiment performed by computational model 2 on the same
data set is summarized in table 6.
International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014
17
Table 6. Result from experiment performed on news articles
based on computational model 2.
Data
Set
Total
Sentences
Total
Word
Total
Anaphors
Correctly
Resolved
Anaphor
Accuracy
News1 9 175 7 3 43%
News2 8 207 6 3 50%
News3 8 143 10 6 60%
News4 13 247 18 15 83%
News5 11 195 14 10 72%
The result of proposed model 2 shows that Recency and animistic factor contribute 62% accuracy
to overall system.
5.3. Data set 3
This experiment uses biography content from Wikipedia. Biography of famous leaders of India is
taken from wikipedia.com, in Hindi language and then performed experiment by these two
computational model and accuracy is calculated. The result from experiment performed by
computational model 1 is summarized in table 7.
Table 7. Result from experiment performed on biography
Based on computational model 1
Data
Set
Total
Sentences
Total
Word
Total
Anaphors
Correctly
Resolved
Anaphor
Accuracy
Wiki1 16 329 16 12 75%
Wiki2 20 347 15 13 87%
Wiki3 22 374 15 13 87%
Wiki4 14 284 10 8 80%
Wiki5 28 348 19 16 84%
The result of proposed model 1 shows that Recency and animistic factor contribute 83% accuracy
to overall system. The result from experiment performed by computational model 2 is
summarized in table 8.
International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014
18
Table 8. Result from experiment performed on biography based on
Computational model 2
Data
Set
Total
Sentences
Total
Word
Total
Anaphors
Correctly
Resolved
Anaphor
Accuracy
Wiki1 16 329 16 13 82%
Wiki2 20 347 16 14 88%
Wiki3 22 374 17 12 71%
Wiki4 14 282 12 10 84%
Wiki5 28 348 19 15 79%
The result of proposed model 2 shows that Recency and animistic factor contribute 81% accuracy
to overall system.
The correctness of the accuracy obtained by the experiment is measured by the language expert.
From the above results it is concluded that the accuracy of the computational model depends on
the type of input data. For some input data model 1 shows high accuracy whereas for other input
data model 2 shows high accuracy. Hence the accuracy of the system depends on the type of
input text. It is also observed that pronouns are ambiguous to person, number and gender features.
Further, it is observed that some pronouns refer both to animate and inanimate things. These
features affect the overall accuracy. In order to increase accuracy more factors such as gender
agreement, number agreement can be added to the system.
6. CONCLUSION
This paper presents comparative result of two computational models for anaphora resolution in
Hindi language. A standard experiment is performed on three different data set in Hindi
Language by both the model. The data set initially contains 100 to 300 words. The approximate
accuracy of both the model is compared. The experiment is conducted taking Recency and
Animistic factor as a baseline and it gives approximate 70% accuracy. The remaining pronouns
are not resolved correctly because they refer both to animate and inanimate things. Also, system
is ambiguous to gender and number features. Hence, Recency and Animistic factor alone is not
sufficient for complete correct pronoun resolution system. Other factors also play significant role.
So there is a scope for other factors to be added. In future we will try to use gender and number
agreement features along with Recency and Animistic factor in order to increase the accuracy of
overall system. Also sufficient work in this area has been done in English and other European
language but lagging in Indian languages. So there is a large scope for this work to be done in
other Indian languages.
REFERENCES
[1] Ruslan Mitkov, Richard Evans, (2007) “Anaphora Resolution: To What Extent Does It Help NLP
Applications?” DAARC, LNAI 4410, pp. 179–190.
[2] Constantin Or˘asan and Richard Evans ;( 2007) “NP Animacy Identification for Anaphora
Resolution”, Journal of Artificial Intelligence Research 29, 79-103.
[3] Razvan Bunescu, “Associative anaphora resolution: A web-based approach” In Proceedings of EACL
2003 - Workshop on The Computational Treatment of Anaphora, Budapest. 2003
International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014
19
[4] Barlow, M., (1998). Feature Mismatches and Anaphora Resolution. In Proceedings of DAARC2,
University of Lancaster.
[5] Brent, (1993). “From grammar to lexicon: unsupervised learning of lexical syntax”. Computational
Linguistics, 19(3):243–262.
[6] Strube & Hahn “A system for anaphora resolution for German based on extension of Centering
theory”.
[7] Thiago Thomes, “Lappin and leass algorithm for pronoun resolution in Portuguese”, Institute of
State University of Campinas, Campinas, SP, Brazil EPIA'05 Proceedings of the 12th Portuguese
conference on Progress in Artificial Intelligence Pages 680-692.
[8] Aravind K Joshi, Rashmi Prasad, and Eleni Miltsakaki “Anaphora Resolution: A Centering
Approach”.
[9] Dev Bahadur Poudel and Bivod Aale Magar “Anaphoric Resolution in Nepali”, Nepal Engineering
College.
[10] Manuel Palomar, Lidia Moreno “Algorithm for Anaphora Resolution in Spanish Texts”, University of
Alicante, Valencia University of Technology.
[11] McCord, Michael, (1990)"Slot grammar: A system for simpler construction of practical natural
language grammars." In Natural Language and Logic: International Scientific Symposium, edited by
R. Studer, 118-145. Lecture Notes in Computer.
[12] L. Sobha and B.N. Patnaik, “Vasisth: An anaphora resolution system for Malayalam and Hindi”,
Symposium on Translation Support Systems, 2002.
[13] K. Dutta, N. Prakash and S. Kaushik, “Resolving Pronominal Anaphora in Hindi using Hobbs
algorithm,” Web Journal of Formal Computation and Cognitive Linguistics, Issue 10, 2008.
[14] Anaphora Resolution in Tamil using Universal Networking Language "12/2011; In proceeding of:
Indian International Conference on Artificial Intelligence (IICAI-2011), At Tumkur, Karnataka, India.

More Related Content

What's hot

Usage of regular expressions in nlp
Usage of regular expressions in nlpUsage of regular expressions in nlp
Usage of regular expressions in nlpeSAT Journals
 
An implementation of apertium based assamese morphological analyzer
An implementation of apertium based assamese morphological analyzerAn implementation of apertium based assamese morphological analyzer
An implementation of apertium based assamese morphological analyzerijnlc
 
ANALYSIS OF MWES IN HINDI TEXT USING NLTK
ANALYSIS OF MWES IN HINDI TEXT USING NLTKANALYSIS OF MWES IN HINDI TEXT USING NLTK
ANALYSIS OF MWES IN HINDI TEXT USING NLTKijnlc
 
Duration for Classification and Regression Treefor Marathi Textto- Speech Syn...
Duration for Classification and Regression Treefor Marathi Textto- Speech Syn...Duration for Classification and Regression Treefor Marathi Textto- Speech Syn...
Duration for Classification and Regression Treefor Marathi Textto- Speech Syn...IJERA Editor
 
20150629 ``The Meaninglessness of Algebraic Semantics''
20150629 ``The Meaninglessness of Algebraic Semantics''20150629 ``The Meaninglessness of Algebraic Semantics''
20150629 ``The Meaninglessness of Algebraic Semantics''HANADASatoru
 
A SURVEY OF S ENTIMENT CLASSIFICATION TECHNIQUES USED FOR I NDIAN REGIONA...
A  SURVEY OF  S ENTIMENT CLASSIFICATION  TECHNIQUES USED FOR  I NDIAN REGIONA...A  SURVEY OF  S ENTIMENT CLASSIFICATION  TECHNIQUES USED FOR  I NDIAN REGIONA...
A SURVEY OF S ENTIMENT CLASSIFICATION TECHNIQUES USED FOR I NDIAN REGIONA...ijcsa
 
Design of a rule based hindi lemmatizer
Design of a rule based hindi lemmatizerDesign of a rule based hindi lemmatizer
Design of a rule based hindi lemmatizercsandit
 
DESIGN OF A RULE BASED HINDI LEMMATIZER
DESIGN OF A RULE BASED HINDI LEMMATIZERDESIGN OF A RULE BASED HINDI LEMMATIZER
DESIGN OF A RULE BASED HINDI LEMMATIZERcsandit
 
RULE BASED TRANSLITERATION SCHEME FOR ENGLISH TO PUNJABI
RULE BASED TRANSLITERATION SCHEME FOR ENGLISH TO PUNJABIRULE BASED TRANSLITERATION SCHEME FOR ENGLISH TO PUNJABI
RULE BASED TRANSLITERATION SCHEME FOR ENGLISH TO PUNJABIijnlc
 
A New Approach to Parts of Speech Tagging in Malayalam
A New Approach to Parts of Speech Tagging in MalayalamA New Approach to Parts of Speech Tagging in Malayalam
A New Approach to Parts of Speech Tagging in Malayalamijcsit
 
Automatic Generation of Compound Word Lexicon for Marathi Speech Synthesis
Automatic Generation of Compound Word Lexicon for Marathi Speech SynthesisAutomatic Generation of Compound Word Lexicon for Marathi Speech Synthesis
Automatic Generation of Compound Word Lexicon for Marathi Speech Synthesisiosrjce
 
Analysis of lexico syntactic patterns for antonym pair extraction from a turk...
Analysis of lexico syntactic patterns for antonym pair extraction from a turk...Analysis of lexico syntactic patterns for antonym pair extraction from a turk...
Analysis of lexico syntactic patterns for antonym pair extraction from a turk...csandit
 
Clustering Algorithm for Gujarati Language
Clustering Algorithm for Gujarati LanguageClustering Algorithm for Gujarati Language
Clustering Algorithm for Gujarati Languageijsrd.com
 

What's hot (19)

Usage of regular expressions in nlp
Usage of regular expressions in nlpUsage of regular expressions in nlp
Usage of regular expressions in nlp
 
Usage of regular expressions in nlp
Usage of regular expressions in nlpUsage of regular expressions in nlp
Usage of regular expressions in nlp
 
An implementation of apertium based assamese morphological analyzer
An implementation of apertium based assamese morphological analyzerAn implementation of apertium based assamese morphological analyzer
An implementation of apertium based assamese morphological analyzer
 
ANALYSIS OF MWES IN HINDI TEXT USING NLTK
ANALYSIS OF MWES IN HINDI TEXT USING NLTKANALYSIS OF MWES IN HINDI TEXT USING NLTK
ANALYSIS OF MWES IN HINDI TEXT USING NLTK
 
Duration for Classification and Regression Treefor Marathi Textto- Speech Syn...
Duration for Classification and Regression Treefor Marathi Textto- Speech Syn...Duration for Classification and Regression Treefor Marathi Textto- Speech Syn...
Duration for Classification and Regression Treefor Marathi Textto- Speech Syn...
 
20150629 ``The Meaninglessness of Algebraic Semantics''
20150629 ``The Meaninglessness of Algebraic Semantics''20150629 ``The Meaninglessness of Algebraic Semantics''
20150629 ``The Meaninglessness of Algebraic Semantics''
 
I3 madankarky2 karthika
I3 madankarky2 karthikaI3 madankarky2 karthika
I3 madankarky2 karthika
 
I5 geetha4 suraiya
I5 geetha4 suraiyaI5 geetha4 suraiya
I5 geetha4 suraiya
 
A SURVEY OF S ENTIMENT CLASSIFICATION TECHNIQUES USED FOR I NDIAN REGIONA...
A  SURVEY OF  S ENTIMENT CLASSIFICATION  TECHNIQUES USED FOR  I NDIAN REGIONA...A  SURVEY OF  S ENTIMENT CLASSIFICATION  TECHNIQUES USED FOR  I NDIAN REGIONA...
A SURVEY OF S ENTIMENT CLASSIFICATION TECHNIQUES USED FOR I NDIAN REGIONA...
 
Pxc3898474
Pxc3898474Pxc3898474
Pxc3898474
 
Detecting Paraphrases in Marathi Language
Detecting Paraphrases in Marathi LanguageDetecting Paraphrases in Marathi Language
Detecting Paraphrases in Marathi Language
 
Design of a rule based hindi lemmatizer
Design of a rule based hindi lemmatizerDesign of a rule based hindi lemmatizer
Design of a rule based hindi lemmatizer
 
DESIGN OF A RULE BASED HINDI LEMMATIZER
DESIGN OF A RULE BASED HINDI LEMMATIZERDESIGN OF A RULE BASED HINDI LEMMATIZER
DESIGN OF A RULE BASED HINDI LEMMATIZER
 
D3 dhanalakshmi
D3 dhanalakshmiD3 dhanalakshmi
D3 dhanalakshmi
 
RULE BASED TRANSLITERATION SCHEME FOR ENGLISH TO PUNJABI
RULE BASED TRANSLITERATION SCHEME FOR ENGLISH TO PUNJABIRULE BASED TRANSLITERATION SCHEME FOR ENGLISH TO PUNJABI
RULE BASED TRANSLITERATION SCHEME FOR ENGLISH TO PUNJABI
 
A New Approach to Parts of Speech Tagging in Malayalam
A New Approach to Parts of Speech Tagging in MalayalamA New Approach to Parts of Speech Tagging in Malayalam
A New Approach to Parts of Speech Tagging in Malayalam
 
Automatic Generation of Compound Word Lexicon for Marathi Speech Synthesis
Automatic Generation of Compound Word Lexicon for Marathi Speech SynthesisAutomatic Generation of Compound Word Lexicon for Marathi Speech Synthesis
Automatic Generation of Compound Word Lexicon for Marathi Speech Synthesis
 
Analysis of lexico syntactic patterns for antonym pair extraction from a turk...
Analysis of lexico syntactic patterns for antonym pair extraction from a turk...Analysis of lexico syntactic patterns for antonym pair extraction from a turk...
Analysis of lexico syntactic patterns for antonym pair extraction from a turk...
 
Clustering Algorithm for Gujarati Language
Clustering Algorithm for Gujarati LanguageClustering Algorithm for Gujarati Language
Clustering Algorithm for Gujarati Language
 

Viewers also liked

A new approach for formal behavioral
A new approach for formal behavioralA new approach for formal behavioral
A new approach for formal behavioralijfcstjournal
 
A new methodology for sp noise removal in digital image processing
A new methodology for sp noise removal in digital image processing A new methodology for sp noise removal in digital image processing
A new methodology for sp noise removal in digital image processing ijfcstjournal
 
ON APPROACH TO DECREASE DIMENSIONS OF FIELD-EFFECT TRANSISTORS FRAMEWORK ELEM...
ON APPROACH TO DECREASE DIMENSIONS OF FIELD-EFFECT TRANSISTORS FRAMEWORK ELEM...ON APPROACH TO DECREASE DIMENSIONS OF FIELD-EFFECT TRANSISTORS FRAMEWORK ELEM...
ON APPROACH TO DECREASE DIMENSIONS OF FIELD-EFFECT TRANSISTORS FRAMEWORK ELEM...ijfcstjournal
 
AN INTEGER-LINEAR ALGORITHM FOR OPTIMIZING ENERGY EFFICIENCY IN DATA CENTERS
AN INTEGER-LINEAR ALGORITHM FOR OPTIMIZING ENERGY EFFICIENCY IN DATA CENTERSAN INTEGER-LINEAR ALGORITHM FOR OPTIMIZING ENERGY EFFICIENCY IN DATA CENTERS
AN INTEGER-LINEAR ALGORITHM FOR OPTIMIZING ENERGY EFFICIENCY IN DATA CENTERSijfcstjournal
 
Opinion mining in hindi language a survey
Opinion mining in hindi language a surveyOpinion mining in hindi language a survey
Opinion mining in hindi language a surveyijfcstjournal
 
A new approach to analyze visual secret sharing schemes for biometric authent...
A new approach to analyze visual secret sharing schemes for biometric authent...A new approach to analyze visual secret sharing schemes for biometric authent...
A new approach to analyze visual secret sharing schemes for biometric authent...ijfcstjournal
 
Real time human-computer interaction
Real time human-computer interactionReal time human-computer interaction
Real time human-computer interactionijfcstjournal
 
A framework for outlier detection in
A framework for outlier detection inA framework for outlier detection in
A framework for outlier detection inijfcstjournal
 
Study of computer network issues and
Study of computer network issues andStudy of computer network issues and
Study of computer network issues andijfcstjournal
 
α Nearness ant colony system with adaptive strategies for the traveling sales...
α Nearness ant colony system with adaptive strategies for the traveling sales...α Nearness ant colony system with adaptive strategies for the traveling sales...
α Nearness ant colony system with adaptive strategies for the traveling sales...ijfcstjournal
 
EXPLOITING THE DISCRIMINATING POWER OF THE EIGENVECTOR CENTRALITY MEASURE TO ...
EXPLOITING THE DISCRIMINATING POWER OF THE EIGENVECTOR CENTRALITY MEASURE TO ...EXPLOITING THE DISCRIMINATING POWER OF THE EIGENVECTOR CENTRALITY MEASURE TO ...
EXPLOITING THE DISCRIMINATING POWER OF THE EIGENVECTOR CENTRALITY MEASURE TO ...ijfcstjournal
 
Defragmentation of indian legal cases with
Defragmentation of indian legal cases withDefragmentation of indian legal cases with
Defragmentation of indian legal cases withijfcstjournal
 
LOGMIN: A MODEL FOR CALL LOG MINING IN MOBILE DEVICES
LOGMIN: A MODEL FOR CALL LOG MINING IN MOBILE DEVICESLOGMIN: A MODEL FOR CALL LOG MINING IN MOBILE DEVICES
LOGMIN: A MODEL FOR CALL LOG MINING IN MOBILE DEVICESijfcstjournal
 
A comparative study on remote tracking of parkinson’s disease progression usi...
A comparative study on remote tracking of parkinson’s disease progression usi...A comparative study on remote tracking of parkinson’s disease progression usi...
A comparative study on remote tracking of parkinson’s disease progression usi...ijfcstjournal
 
Modelling of walking humanoid robot with capability of floor detection and dy...
Modelling of walking humanoid robot with capability of floor detection and dy...Modelling of walking humanoid robot with capability of floor detection and dy...
Modelling of walking humanoid robot with capability of floor detection and dy...ijfcstjournal
 

Viewers also liked (16)

A new approach for formal behavioral
A new approach for formal behavioralA new approach for formal behavioral
A new approach for formal behavioral
 
A new methodology for sp noise removal in digital image processing
A new methodology for sp noise removal in digital image processing A new methodology for sp noise removal in digital image processing
A new methodology for sp noise removal in digital image processing
 
Is your shopping cart secure
Is your shopping cart secureIs your shopping cart secure
Is your shopping cart secure
 
ON APPROACH TO DECREASE DIMENSIONS OF FIELD-EFFECT TRANSISTORS FRAMEWORK ELEM...
ON APPROACH TO DECREASE DIMENSIONS OF FIELD-EFFECT TRANSISTORS FRAMEWORK ELEM...ON APPROACH TO DECREASE DIMENSIONS OF FIELD-EFFECT TRANSISTORS FRAMEWORK ELEM...
ON APPROACH TO DECREASE DIMENSIONS OF FIELD-EFFECT TRANSISTORS FRAMEWORK ELEM...
 
AN INTEGER-LINEAR ALGORITHM FOR OPTIMIZING ENERGY EFFICIENCY IN DATA CENTERS
AN INTEGER-LINEAR ALGORITHM FOR OPTIMIZING ENERGY EFFICIENCY IN DATA CENTERSAN INTEGER-LINEAR ALGORITHM FOR OPTIMIZING ENERGY EFFICIENCY IN DATA CENTERS
AN INTEGER-LINEAR ALGORITHM FOR OPTIMIZING ENERGY EFFICIENCY IN DATA CENTERS
 
Opinion mining in hindi language a survey
Opinion mining in hindi language a surveyOpinion mining in hindi language a survey
Opinion mining in hindi language a survey
 
A new approach to analyze visual secret sharing schemes for biometric authent...
A new approach to analyze visual secret sharing schemes for biometric authent...A new approach to analyze visual secret sharing schemes for biometric authent...
A new approach to analyze visual secret sharing schemes for biometric authent...
 
Real time human-computer interaction
Real time human-computer interactionReal time human-computer interaction
Real time human-computer interaction
 
A framework for outlier detection in
A framework for outlier detection inA framework for outlier detection in
A framework for outlier detection in
 
Study of computer network issues and
Study of computer network issues andStudy of computer network issues and
Study of computer network issues and
 
α Nearness ant colony system with adaptive strategies for the traveling sales...
α Nearness ant colony system with adaptive strategies for the traveling sales...α Nearness ant colony system with adaptive strategies for the traveling sales...
α Nearness ant colony system with adaptive strategies for the traveling sales...
 
EXPLOITING THE DISCRIMINATING POWER OF THE EIGENVECTOR CENTRALITY MEASURE TO ...
EXPLOITING THE DISCRIMINATING POWER OF THE EIGENVECTOR CENTRALITY MEASURE TO ...EXPLOITING THE DISCRIMINATING POWER OF THE EIGENVECTOR CENTRALITY MEASURE TO ...
EXPLOITING THE DISCRIMINATING POWER OF THE EIGENVECTOR CENTRALITY MEASURE TO ...
 
Defragmentation of indian legal cases with
Defragmentation of indian legal cases withDefragmentation of indian legal cases with
Defragmentation of indian legal cases with
 
LOGMIN: A MODEL FOR CALL LOG MINING IN MOBILE DEVICES
LOGMIN: A MODEL FOR CALL LOG MINING IN MOBILE DEVICESLOGMIN: A MODEL FOR CALL LOG MINING IN MOBILE DEVICES
LOGMIN: A MODEL FOR CALL LOG MINING IN MOBILE DEVICES
 
A comparative study on remote tracking of parkinson’s disease progression usi...
A comparative study on remote tracking of parkinson’s disease progression usi...A comparative study on remote tracking of parkinson’s disease progression usi...
A comparative study on remote tracking of parkinson’s disease progression usi...
 
Modelling of walking humanoid robot with capability of floor detection and dy...
Modelling of walking humanoid robot with capability of floor detection and dy...Modelling of walking humanoid robot with capability of floor detection and dy...
Modelling of walking humanoid robot with capability of floor detection and dy...
 

Similar to Comparative performance analysis of two anaphora resolution systems

Development of morphological analyzer for hindi
Development of morphological analyzer for hindiDevelopment of morphological analyzer for hindi
Development of morphological analyzer for hindiMade Artha
 
Paper id 25201466
Paper id 25201466Paper id 25201466
Paper id 25201466IJRAT
 
Word sense disambiguation using wsd specific wordnet of polysemy words
Word sense disambiguation using wsd specific wordnet of polysemy wordsWord sense disambiguation using wsd specific wordnet of polysemy words
Word sense disambiguation using wsd specific wordnet of polysemy wordsijnlc
 
ANALYSIS OF LEXICO-SYNTACTIC PATTERNS FOR ANTONYM PAIR EXTRACTION FROM A TURK...
ANALYSIS OF LEXICO-SYNTACTIC PATTERNS FOR ANTONYM PAIR EXTRACTION FROM A TURK...ANALYSIS OF LEXICO-SYNTACTIC PATTERNS FOR ANTONYM PAIR EXTRACTION FROM A TURK...
ANALYSIS OF LEXICO-SYNTACTIC PATTERNS FOR ANTONYM PAIR EXTRACTION FROM A TURK...cscpconf
 
Coreference Resolution using Hybrid Approach
Coreference Resolution using Hybrid ApproachCoreference Resolution using Hybrid Approach
Coreference Resolution using Hybrid Approachbutest
 
Using automated lexical resources in arabic sentence subjectivity
Using automated lexical resources in arabic sentence subjectivityUsing automated lexical resources in arabic sentence subjectivity
Using automated lexical resources in arabic sentence subjectivityijaia
 
USING AUTOMATED LEXICAL RESOURCES IN ARABIC SENTENCE SUBJECTIVITY
USING AUTOMATED LEXICAL RESOURCES IN ARABIC SENTENCE SUBJECTIVITYUSING AUTOMATED LEXICAL RESOURCES IN ARABIC SENTENCE SUBJECTIVITY
USING AUTOMATED LEXICAL RESOURCES IN ARABIC SENTENCE SUBJECTIVITYijaia
 
A COMPUTATIONAL APPROACH FOR ANALYZING INTER-SENTENTIAL ANAPHORIC PRONOUNS IN...
A COMPUTATIONAL APPROACH FOR ANALYZING INTER-SENTENTIAL ANAPHORIC PRONOUNS IN...A COMPUTATIONAL APPROACH FOR ANALYZING INTER-SENTENTIAL ANAPHORIC PRONOUNS IN...
A COMPUTATIONAL APPROACH FOR ANALYZING INTER-SENTENTIAL ANAPHORIC PRONOUNS IN...ijnlc
 
A Tool to Search and Convert Reduplicate Words from Hindi to Punjabi
A Tool to Search and Convert Reduplicate Words from Hindi to PunjabiA Tool to Search and Convert Reduplicate Words from Hindi to Punjabi
A Tool to Search and Convert Reduplicate Words from Hindi to PunjabiIJERA Editor
 
Hps a hierarchical persian stemming method
Hps a hierarchical persian stemming methodHps a hierarchical persian stemming method
Hps a hierarchical persian stemming methodijnlc
 
Automatic multiple choice question generation system for
Automatic multiple choice question generation system forAutomatic multiple choice question generation system for
Automatic multiple choice question generation system forAlexander Decker
 
Enhancing the Performance of Sentiment Analysis Supervised Learning Using Sen...
Enhancing the Performance of Sentiment Analysis Supervised Learning Using Sen...Enhancing the Performance of Sentiment Analysis Supervised Learning Using Sen...
Enhancing the Performance of Sentiment Analysis Supervised Learning Using Sen...cscpconf
 
ENHANCING THE PERFORMANCE OF SENTIMENT ANALYSIS SUPERVISED LEARNING USING SEN...
ENHANCING THE PERFORMANCE OF SENTIMENT ANALYSIS SUPERVISED LEARNING USING SEN...ENHANCING THE PERFORMANCE OF SENTIMENT ANALYSIS SUPERVISED LEARNING USING SEN...
ENHANCING THE PERFORMANCE OF SENTIMENT ANALYSIS SUPERVISED LEARNING USING SEN...csandit
 
A N H YBRID A PPROACH TO W ORD S ENSE D ISAMBIGUATION W ITH A ND W ITH...
A N H YBRID  A PPROACH TO  W ORD  S ENSE  D ISAMBIGUATION  W ITH  A ND  W ITH...A N H YBRID  A PPROACH TO  W ORD  S ENSE  D ISAMBIGUATION  W ITH  A ND  W ITH...
A N H YBRID A PPROACH TO W ORD S ENSE D ISAMBIGUATION W ITH A ND W ITH...ijnlc
 
EXTRACTION OF HYPONYMY, MERONYMY, AND ANTONYMY RELATION PAIRS: A BRIEF SURVEY
EXTRACTION OF HYPONYMY, MERONYMY, AND ANTONYMY RELATION PAIRS: A BRIEF SURVEYEXTRACTION OF HYPONYMY, MERONYMY, AND ANTONYMY RELATION PAIRS: A BRIEF SURVEY
EXTRACTION OF HYPONYMY, MERONYMY, AND ANTONYMY RELATION PAIRS: A BRIEF SURVEYijnlc
 
Ijarcet vol-3-issue-1-9-11
Ijarcet vol-3-issue-1-9-11Ijarcet vol-3-issue-1-9-11
Ijarcet vol-3-issue-1-9-11Dhabal Sethi
 
Sneha Rajana - Deep Learning Architectures for Semantic Relation Detection Tasks
Sneha Rajana - Deep Learning Architectures for Semantic Relation Detection TasksSneha Rajana - Deep Learning Architectures for Semantic Relation Detection Tasks
Sneha Rajana - Deep Learning Architectures for Semantic Relation Detection TasksMLconf
 
Named Entity Recognition for Telugu Using Conditional Random Field
Named Entity Recognition for Telugu Using Conditional Random FieldNamed Entity Recognition for Telugu Using Conditional Random Field
Named Entity Recognition for Telugu Using Conditional Random FieldWaqas Tariq
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 

Similar to Comparative performance analysis of two anaphora resolution systems (20)

Development of morphological analyzer for hindi
Development of morphological analyzer for hindiDevelopment of morphological analyzer for hindi
Development of morphological analyzer for hindi
 
Paper id 25201466
Paper id 25201466Paper id 25201466
Paper id 25201466
 
Word sense disambiguation using wsd specific wordnet of polysemy words
Word sense disambiguation using wsd specific wordnet of polysemy wordsWord sense disambiguation using wsd specific wordnet of polysemy words
Word sense disambiguation using wsd specific wordnet of polysemy words
 
ANALYSIS OF LEXICO-SYNTACTIC PATTERNS FOR ANTONYM PAIR EXTRACTION FROM A TURK...
ANALYSIS OF LEXICO-SYNTACTIC PATTERNS FOR ANTONYM PAIR EXTRACTION FROM A TURK...ANALYSIS OF LEXICO-SYNTACTIC PATTERNS FOR ANTONYM PAIR EXTRACTION FROM A TURK...
ANALYSIS OF LEXICO-SYNTACTIC PATTERNS FOR ANTONYM PAIR EXTRACTION FROM A TURK...
 
Coreference Resolution using Hybrid Approach
Coreference Resolution using Hybrid ApproachCoreference Resolution using Hybrid Approach
Coreference Resolution using Hybrid Approach
 
Using automated lexical resources in arabic sentence subjectivity
Using automated lexical resources in arabic sentence subjectivityUsing automated lexical resources in arabic sentence subjectivity
Using automated lexical resources in arabic sentence subjectivity
 
USING AUTOMATED LEXICAL RESOURCES IN ARABIC SENTENCE SUBJECTIVITY
USING AUTOMATED LEXICAL RESOURCES IN ARABIC SENTENCE SUBJECTIVITYUSING AUTOMATED LEXICAL RESOURCES IN ARABIC SENTENCE SUBJECTIVITY
USING AUTOMATED LEXICAL RESOURCES IN ARABIC SENTENCE SUBJECTIVITY
 
A COMPUTATIONAL APPROACH FOR ANALYZING INTER-SENTENTIAL ANAPHORIC PRONOUNS IN...
A COMPUTATIONAL APPROACH FOR ANALYZING INTER-SENTENTIAL ANAPHORIC PRONOUNS IN...A COMPUTATIONAL APPROACH FOR ANALYZING INTER-SENTENTIAL ANAPHORIC PRONOUNS IN...
A COMPUTATIONAL APPROACH FOR ANALYZING INTER-SENTENTIAL ANAPHORIC PRONOUNS IN...
 
A Tool to Search and Convert Reduplicate Words from Hindi to Punjabi
A Tool to Search and Convert Reduplicate Words from Hindi to PunjabiA Tool to Search and Convert Reduplicate Words from Hindi to Punjabi
A Tool to Search and Convert Reduplicate Words from Hindi to Punjabi
 
Hps a hierarchical persian stemming method
Hps a hierarchical persian stemming methodHps a hierarchical persian stemming method
Hps a hierarchical persian stemming method
 
Automatic multiple choice question generation system for
Automatic multiple choice question generation system forAutomatic multiple choice question generation system for
Automatic multiple choice question generation system for
 
Enhancing the Performance of Sentiment Analysis Supervised Learning Using Sen...
Enhancing the Performance of Sentiment Analysis Supervised Learning Using Sen...Enhancing the Performance of Sentiment Analysis Supervised Learning Using Sen...
Enhancing the Performance of Sentiment Analysis Supervised Learning Using Sen...
 
ENHANCING THE PERFORMANCE OF SENTIMENT ANALYSIS SUPERVISED LEARNING USING SEN...
ENHANCING THE PERFORMANCE OF SENTIMENT ANALYSIS SUPERVISED LEARNING USING SEN...ENHANCING THE PERFORMANCE OF SENTIMENT ANALYSIS SUPERVISED LEARNING USING SEN...
ENHANCING THE PERFORMANCE OF SENTIMENT ANALYSIS SUPERVISED LEARNING USING SEN...
 
A N H YBRID A PPROACH TO W ORD S ENSE D ISAMBIGUATION W ITH A ND W ITH...
A N H YBRID  A PPROACH TO  W ORD  S ENSE  D ISAMBIGUATION  W ITH  A ND  W ITH...A N H YBRID  A PPROACH TO  W ORD  S ENSE  D ISAMBIGUATION  W ITH  A ND  W ITH...
A N H YBRID A PPROACH TO W ORD S ENSE D ISAMBIGUATION W ITH A ND W ITH...
 
EXTRACTION OF HYPONYMY, MERONYMY, AND ANTONYMY RELATION PAIRS: A BRIEF SURVEY
EXTRACTION OF HYPONYMY, MERONYMY, AND ANTONYMY RELATION PAIRS: A BRIEF SURVEYEXTRACTION OF HYPONYMY, MERONYMY, AND ANTONYMY RELATION PAIRS: A BRIEF SURVEY
EXTRACTION OF HYPONYMY, MERONYMY, AND ANTONYMY RELATION PAIRS: A BRIEF SURVEY
 
Ijarcet vol-3-issue-1-9-11
Ijarcet vol-3-issue-1-9-11Ijarcet vol-3-issue-1-9-11
Ijarcet vol-3-issue-1-9-11
 
Sneha Rajana - Deep Learning Architectures for Semantic Relation Detection Tasks
Sneha Rajana - Deep Learning Architectures for Semantic Relation Detection TasksSneha Rajana - Deep Learning Architectures for Semantic Relation Detection Tasks
Sneha Rajana - Deep Learning Architectures for Semantic Relation Detection Tasks
 
Named Entity Recognition for Telugu Using Conditional Random Field
Named Entity Recognition for Telugu Using Conditional Random FieldNamed Entity Recognition for Telugu Using Conditional Random Field
Named Entity Recognition for Telugu Using Conditional Random Field
 
Ny3424442448
Ny3424442448Ny3424442448
Ny3424442448
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 

More from ijfcstjournal

A COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLES
A COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLESA COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLES
A COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLESijfcstjournal
 
SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...
SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...
SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...ijfcstjournal
 
AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...
AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...
AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...ijfcstjournal
 
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...ijfcstjournal
 
STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...
STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...
STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...ijfcstjournal
 
AN OPTIMIZED HYBRID APPROACH FOR PATH FINDING
AN OPTIMIZED HYBRID APPROACH FOR PATH FINDINGAN OPTIMIZED HYBRID APPROACH FOR PATH FINDING
AN OPTIMIZED HYBRID APPROACH FOR PATH FINDINGijfcstjournal
 
EAGRO CROP MARKETING FOR FARMING COMMUNITY
EAGRO CROP MARKETING FOR FARMING COMMUNITYEAGRO CROP MARKETING FOR FARMING COMMUNITY
EAGRO CROP MARKETING FOR FARMING COMMUNITYijfcstjournal
 
EDGE-TENACITY IN CYCLES AND COMPLETE GRAPHS
EDGE-TENACITY IN CYCLES AND COMPLETE GRAPHSEDGE-TENACITY IN CYCLES AND COMPLETE GRAPHS
EDGE-TENACITY IN CYCLES AND COMPLETE GRAPHSijfcstjournal
 
COMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEM
COMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEMCOMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEM
COMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEMijfcstjournal
 
PSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMS
PSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMSPSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMS
PSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMSijfcstjournal
 
CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...
CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...
CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...ijfcstjournal
 
A MUTATION TESTING ANALYSIS AND REGRESSION TESTING
A MUTATION TESTING ANALYSIS AND REGRESSION TESTINGA MUTATION TESTING ANALYSIS AND REGRESSION TESTING
A MUTATION TESTING ANALYSIS AND REGRESSION TESTINGijfcstjournal
 
GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...
GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...
GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...ijfcstjournal
 
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCHA NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCHijfcstjournal
 
AGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKS
AGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKSAGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKS
AGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKSijfcstjournal
 
International Journal on Foundations of Computer Science & Technology (IJFCST)
International Journal on Foundations of Computer Science & Technology (IJFCST)International Journal on Foundations of Computer Science & Technology (IJFCST)
International Journal on Foundations of Computer Science & Technology (IJFCST)ijfcstjournal
 
AN INTRODUCTION TO DIGITAL CRIMES
AN INTRODUCTION TO DIGITAL CRIMESAN INTRODUCTION TO DIGITAL CRIMES
AN INTRODUCTION TO DIGITAL CRIMESijfcstjournal
 
DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...
DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...
DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...ijfcstjournal
 
A STATISTICAL COMPARATIVE STUDY OF SOME SORTING ALGORITHMS
A STATISTICAL COMPARATIVE STUDY OF SOME SORTING ALGORITHMSA STATISTICAL COMPARATIVE STUDY OF SOME SORTING ALGORITHMS
A STATISTICAL COMPARATIVE STUDY OF SOME SORTING ALGORITHMSijfcstjournal
 
A LOCATION-BASED MOVIE RECOMMENDER SYSTEM USING COLLABORATIVE FILTERING
A LOCATION-BASED MOVIE RECOMMENDER SYSTEM USING COLLABORATIVE FILTERINGA LOCATION-BASED MOVIE RECOMMENDER SYSTEM USING COLLABORATIVE FILTERING
A LOCATION-BASED MOVIE RECOMMENDER SYSTEM USING COLLABORATIVE FILTERINGijfcstjournal
 

More from ijfcstjournal (20)

A COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLES
A COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLESA COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLES
A COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLES
 
SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...
SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...
SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...
 
AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...
AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...
AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...
 
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
 
STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...
STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...
STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...
 
AN OPTIMIZED HYBRID APPROACH FOR PATH FINDING
AN OPTIMIZED HYBRID APPROACH FOR PATH FINDINGAN OPTIMIZED HYBRID APPROACH FOR PATH FINDING
AN OPTIMIZED HYBRID APPROACH FOR PATH FINDING
 
EAGRO CROP MARKETING FOR FARMING COMMUNITY
EAGRO CROP MARKETING FOR FARMING COMMUNITYEAGRO CROP MARKETING FOR FARMING COMMUNITY
EAGRO CROP MARKETING FOR FARMING COMMUNITY
 
EDGE-TENACITY IN CYCLES AND COMPLETE GRAPHS
EDGE-TENACITY IN CYCLES AND COMPLETE GRAPHSEDGE-TENACITY IN CYCLES AND COMPLETE GRAPHS
EDGE-TENACITY IN CYCLES AND COMPLETE GRAPHS
 
COMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEM
COMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEMCOMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEM
COMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEM
 
PSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMS
PSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMSPSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMS
PSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMS
 
CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...
CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...
CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...
 
A MUTATION TESTING ANALYSIS AND REGRESSION TESTING
A MUTATION TESTING ANALYSIS AND REGRESSION TESTINGA MUTATION TESTING ANALYSIS AND REGRESSION TESTING
A MUTATION TESTING ANALYSIS AND REGRESSION TESTING
 
GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...
GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...
GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...
 
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCHA NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
 
AGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKS
AGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKSAGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKS
AGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKS
 
International Journal on Foundations of Computer Science & Technology (IJFCST)
International Journal on Foundations of Computer Science & Technology (IJFCST)International Journal on Foundations of Computer Science & Technology (IJFCST)
International Journal on Foundations of Computer Science & Technology (IJFCST)
 
AN INTRODUCTION TO DIGITAL CRIMES
AN INTRODUCTION TO DIGITAL CRIMESAN INTRODUCTION TO DIGITAL CRIMES
AN INTRODUCTION TO DIGITAL CRIMES
 
DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...
DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...
DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...
 
A STATISTICAL COMPARATIVE STUDY OF SOME SORTING ALGORITHMS
A STATISTICAL COMPARATIVE STUDY OF SOME SORTING ALGORITHMSA STATISTICAL COMPARATIVE STUDY OF SOME SORTING ALGORITHMS
A STATISTICAL COMPARATIVE STUDY OF SOME SORTING ALGORITHMS
 
A LOCATION-BASED MOVIE RECOMMENDER SYSTEM USING COLLABORATIVE FILTERING
A LOCATION-BASED MOVIE RECOMMENDER SYSTEM USING COLLABORATIVE FILTERINGA LOCATION-BASED MOVIE RECOMMENDER SYSTEM USING COLLABORATIVE FILTERING
A LOCATION-BASED MOVIE RECOMMENDER SYSTEM USING COLLABORATIVE FILTERING
 

Recently uploaded

Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 

Recently uploaded (20)

Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 

Comparative performance analysis of two anaphora resolution systems

  • 1. International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014 DOI:10.5121/ijfcst.2014.4202 11 Comparative Performance Analysis of Two Anaphora Resolution Systems Smita Singh, Priya Lakhmani, Dr. Pratistha Mathur and Dr. Sudha Morwal Department of Computer Science, Banasthali University, Jaipur, India ABSTRACT Anaphora Resolution is the process of finding referents in the given discourse. Anaphora Resolution is one of the complex tasks of linguistics. This paper presents the performance analysis of two computational models that uses Gazetteer method for resolving anaphora in Hindi Language. In Gazetteer method different classes (Gazettes) of elements are created. These Gazettes are used to provide external knowledge to the system. The two models use Recency and Animistic factor for resolving anaphors. For Recency factor first model uses the concept of centering approach and second uses the concept of Lappin Leass approach. Gazetteers are used to provide Animistic knowledge. This paper presents the experimental results of both the models. These experiments are conducted on short Hindi stories, news articles and biography content from Wikipedia. The respective accuracy for both the model is analyzed and finally the conclusion is drawn for the best suitable model for Hindi Language. KEYWORDS Anaphora, Centering approach, Discourse, Gazetteer method, Lappin Leass approach. 1. INTRODUCTION In linguistics, the term anaphora denotes the act of referring. It is the use of an expression, the interpretation of which depends upon another expression in context. Reference to an entity that has been previously introduced into the discourse is called anaphora. Any time a given expression refers to another contextual entity, anaphora is present. The entity referred back to is called the ‘referent’ or ‘antecedent’. Anaphora denotes the act of referring to the left, that is, the anaphor points to its left toward an antecedent (in languages that are written from left to right). The process of binding the referring expression to the correct antecedent, in the given discourse, is called anaphora resolution. Pronoun resolution involves binding of pronouns to the correct noun phrase. Consider the sentence: “गीता मेले म घूमने गयी | उसने वहाँ कलम खर द |” This sentence demonstrates an anaphora, where the pronoun ‘उसने’ refers back to a referent. Intuitively, ‘उसने’ refers to ‘गीता’. The pronoun ‘वहाँ’ refers to ‘मेले.’Anaphora resolution can be intrasentential (where the antecedent is in the same sentence as the anaphor) as well as intersentential (where the antecedents are in a different sentence to the anaphor). When performing anaphora resolution all noun phrases are typically treated as potential candidates for antecedents. The scope is usually limited to the current and preceding sentences and all candidate antecedents within that scope are considered.
  • 2. International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014 12 1.1. Classification of anaphora and pronoun in Hindi Hindi language is a free word order. Pronoun in Hindi exhibits a great deal of ambiguity. Pronoun in the first, second, and third person do not convey any information about gender. In Hindi there is no difference between ‘he’ and ‘she’. ‘वह’ is used for both the gender and is decided by the verb form. With respect to number marking, while some forms, like ‘उसको’(him), ‘उसने’(he) are unambiguously singular but some forms can be both singular and plural, like ‘उ होने’ (he)(honorific)/they, or ‘उनको’(him)(honorific)/them. Hence Resolving anaphora in Hindi is a complex task. 2. RELATED WORK An extensive work done for anaphora resolution based on Gazetteer method is summarized below: • Richard Evans and Constantin Orasan improved anaphora resolution by identifying animate entities in texts [4]. • Ruslan Mitkov, Richard Evans resolved anaphora resolution by using Gazetteer method in 2007[2]. • Tyne Liang and Dian-Song Wu used above approach in automatic pronominal anaphora resolution in English texts in 2002. • Constantin Orasan and Richard Evans used NP Animacy Identification for Anaphora Resolution in 2007[2]. • Natalia N. Modjeska, Katja Markert and Malvina Nissim used web in Machine Learning for Other-Anaphora Resolution in 2003[3]. • Strube & Hahn present a system for anaphora resolution for German based on extension of Centering theory in 1991[6]. • S. Lappin and H. Leass proposed their algorithm for pronoun resolution for English language in year 1994[7]. • Joshi, A. K. & Kuhn. S, in 1979 and Joshi, A. K. & Weinstein.S in 1981, gave centering theory for pronoun resolution [8]. • Dev Bahadur using Lappin Leass approach pronominal anaphora is resolved in Nepali Language [9]. • Thiago Thomes Coelho, Ariadne Maria Brito Rizzoni done work in Portugeese language using Lappin and Leass algorithm [7]. • Manuel Palomar, Lidia Moreno and Jesfis Peral resolved anaphora in Spanish Texts using Centering approach [10]. • S.Lappin and M.McCord developed a syntactic filter on pronominal anaphora for slot grammer using Lappin Leass principles in 1990[11]. • Sobha and Patnaik gave a rule based approach for the resolution of anaphora in Hindi and Malayalam as well [12]. • Dutta et al. presented modified Hobbs algorithm for Hindi[13]. • J.Balaji applied Centering principles in Tamil[14]. 3. SALIENCE FACTOR The following salience factor shows their significant contribution for resolving anaphora:
  • 3. International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014 13 3.1. Recency Factor Recency factor describes that the referents mentioned in current sentence tends to have higher weights than those in previous sentence. This factor assigns highest possibility of the closest noun to be the referent. For example consider the sentence, “मोहन ने सोहन को सेब दया | वह क चा था |” In this sentence there are three nouns ‘मोहन’, ‘सोहन’, ‘सेब’. According to Recency factor the highest weight is assigned to the closest noun ‘सेब’ for the pronoun ‘वह’. 3.2. Animistic Knowledge Animistic knowledge filters candidates based on which ones represent living beings. Inanimate candidates are removed from consideration when the pronoun being resolved must refer to an animated co referent, and animated candidates are removed from consideration for pronouns that must refer to inanimate co referents. Consider the following: “सोहन ने मेले से कताब खर द और अपनी प नी को द ।“ In the above example pronoun “अपनी” is animistic pronoun (always refer to living things). So, it refers to animistic noun “सोहन”. It will not refer to noun “ कताब”. Both our computational models use Gazetteer method for providing knowledge of Animistic factor. The difference in both the models is to use of recency factor with different concepts (Centering approach and Lappin Leass approach). Based on these approaches results of experiments vary from each other. Besides, Recency and Animistic Factor there are other factors that affect the anaphora resolution process. Although, these factors are not considered in our system but these factors would definitely increase the accuracy of system. These two factors are described as follows: 3.3. Gender Agreement Gender Agreement compares the gender of candidate co referents to the gender required by the pronoun being resolved. Any candidate that doesn’t match the required gender of the pronoun is removed from further consideration. “सोहन ने मेले से कताब खर द । वह उसे पसंद करता है|” गीता ने मेले से कताब खर द । वह उसे पसंद करती है|” In Hindi Language verbs are used to resolve pronouns based on gender agreement. In the above example using the verbs “करता है” and “करती है” we can understand that “वह” in first sentence refers to male “सोहन” and in second sentence refers to female “गीता”. 3.4. Number Agreement Number Agreement extracts the part of speech of candidates. The part of speech label is checked for plurality. If the candidate is plural but the current pronoun being resolved doesn’t indicate a
  • 4. International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014 14 plural co referent the candidate is removed from consideration. The same process occurs for singular candidates which are removed if the pronoun being resolved requires a plural co referent. For example: “राम और अ मत म है | वे बहुत बदमाश है|” In the above sentence pronoun “वे” refers to “राम और अ मत”. 4. RESOLVING SYSTEM The resolving system uses Recency factor and animistic knowledge for anaphora resolution. Recency factor acts as a baseline Factor and animistic knowledge is induced to the system by gazetteer method. 4.1. Gazetteer method: This method is used to provide external knowledge to the system. In this method lists are created. Elements present in the list are then classified based on certain operations. Therefore it is also called List Look Up method. In both the models lists of animistic pronoun (pronoun refer to living things), non animistic pronoun (pronouns refer to non living things), middle animistic pronoun (pronouns refer to both living and non living things) are created. Lists of animistic noun (always represent living things) and non animistic noun (always represent non living things) are also created. Pronouns are classified into the list according to its property and further referencing to the correct noun is done based on the above list. 4.2. Computational Model 1: This model uses Gazetteer method for providing animistic knowledge. For Recency factor concept of centering approach is used. Centering theory is a discourse based approach. Centering theory gives a framework to model what a sentence is speaking about. This can be used to find which entities are referred to by pronouns in a given sentence. It has certain transitions rules. With the help of these rules it finds the potential candidates. The table below gives transition rules: Table1. Centering theory transitions Cb(Ui)=Cb(Ui-1) or Cb(Ui- 1)=undefined Cb(Ui)≠Cb(Ui-1) Cb(Ui)=Cp(Ui) Continue Smooth-Shift Cb(Ui)≠Cp(Ui) Retain Rough-Shift The crucial claims of this approach are as follows: • Each utterances in a given discourse segment is assigned a list of forward looking centers, Cf (Ui), where centers are semantic entities in the discourse. • Each utterance (other than the segment-initial utterance) is assigned a unique backward-looking center, Cb (Ui). • The list of forward-looking centers, Cp (Ui), is ranked according to discourse salience, with the highest ranked element of being called the preferred center.
  • 5. International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014 15 4.3. Computational Model 2: This model uses gazetteer method for providing animistic knowledge and concept of Lappin Leass for Recency factor. It falls under the category of hybrid approach. It use a model that calculates the discourse salience of a candidate based on different factors calculated dynamically and use this salience measure to rank potential candidates. The factors that the algorithm uses to calculate salience are given different weights according to how relevant the factor is. This model does not use costly semantic or real world knowledge in evaluating antecedents. The table below describes the weight associated with each factor according to their contribution for resolving anaphora. Table2. Lappin Leass salience factor and its value Salience Factor Salience Value Sentence Recency 100 Subject Emphasis 80 Existential Emphasis 70 Accusative(direct object) Emphasis 50 Indirect Object and Oblique Complement Emphasis 40 Non Adverbial Emphasis 50 Head Noun Emphasis 80 5. EXPERIMENT AND RESULT We have performed experiments on three different types of data sets. These experiments are based on finding the contribution of Recency and animistic factor to the overall accuracy of correctly resolved pronouns. 5.1. Data set 1 This experiment uses the text from children story domain. We have taken short stories in Hindi language from indif.com (http://indif.com/kids/hindi_stories/short_stories.aspx), a popular site for short Hindi stories and performed anaphora resolution over these stories. These stories contain approx 10 to 25 sentences having 100 to 300 words. The result of the experiment is summarized in table 3 and table 4: Table3. Result from experiment performed on short stories Based on Computational model 1. Data Set Total Sentences Total Word Total Anaphors Correctly Resolved Anaphor Accuracy Story1 11 129 13 11 84% Story2 11 133 11 9 82% Story3 23 275 22 7 34% Story4 17 213 20 15 79% Story5 21 227 21 9 45%
  • 6. International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014 16 Table 4.Result from experiment performed on short stories Based on Computational model 2. Data Set Total Sentences Total Word Total Anaphors Correctly Resolved Anaphor Accuracy Story1 11 129 13 10 77% Story2 11 133 11 9 82% Story3 23 275 22 7 32% Story4 17 213 20 12 60% Story5 21 227 21 11 53% The result from model 1 summarized in table 3 shows that Recency and animistic factor contribute 65% average to accuracy of overall system. The result on same data set for the computational model 2 summarized in table 4 shows that Recency and animistic factor contribute 61% accuracy on an average to overall system. 5.2. Data set 2 This experiment uses text from news article domain. News articles in Hindi language are taken from webduniya.com, a popular site of Hindi news. The result from experiment performed by computational model 1 is summarized in table 5. Table 5. Result from experiment performed on news articles Based on computational model 1. Data Set Total Sentences Total Word Total Anaphors Correctly Resolved Anaphor Accuracy News1 9 175 7 5 72% News2 8 207 6 3 50% News3 8 143 10 5 50% News4 13 247 19 13 69% News5 11 195 15 10 72% The result of proposed model 1 shows that Recency and animistic factor contribute 63% accuracy to overall system. The result from experiment performed by computational model 2 on the same data set is summarized in table 6.
  • 7. International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014 17 Table 6. Result from experiment performed on news articles based on computational model 2. Data Set Total Sentences Total Word Total Anaphors Correctly Resolved Anaphor Accuracy News1 9 175 7 3 43% News2 8 207 6 3 50% News3 8 143 10 6 60% News4 13 247 18 15 83% News5 11 195 14 10 72% The result of proposed model 2 shows that Recency and animistic factor contribute 62% accuracy to overall system. 5.3. Data set 3 This experiment uses biography content from Wikipedia. Biography of famous leaders of India is taken from wikipedia.com, in Hindi language and then performed experiment by these two computational model and accuracy is calculated. The result from experiment performed by computational model 1 is summarized in table 7. Table 7. Result from experiment performed on biography Based on computational model 1 Data Set Total Sentences Total Word Total Anaphors Correctly Resolved Anaphor Accuracy Wiki1 16 329 16 12 75% Wiki2 20 347 15 13 87% Wiki3 22 374 15 13 87% Wiki4 14 284 10 8 80% Wiki5 28 348 19 16 84% The result of proposed model 1 shows that Recency and animistic factor contribute 83% accuracy to overall system. The result from experiment performed by computational model 2 is summarized in table 8.
  • 8. International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014 18 Table 8. Result from experiment performed on biography based on Computational model 2 Data Set Total Sentences Total Word Total Anaphors Correctly Resolved Anaphor Accuracy Wiki1 16 329 16 13 82% Wiki2 20 347 16 14 88% Wiki3 22 374 17 12 71% Wiki4 14 282 12 10 84% Wiki5 28 348 19 15 79% The result of proposed model 2 shows that Recency and animistic factor contribute 81% accuracy to overall system. The correctness of the accuracy obtained by the experiment is measured by the language expert. From the above results it is concluded that the accuracy of the computational model depends on the type of input data. For some input data model 1 shows high accuracy whereas for other input data model 2 shows high accuracy. Hence the accuracy of the system depends on the type of input text. It is also observed that pronouns are ambiguous to person, number and gender features. Further, it is observed that some pronouns refer both to animate and inanimate things. These features affect the overall accuracy. In order to increase accuracy more factors such as gender agreement, number agreement can be added to the system. 6. CONCLUSION This paper presents comparative result of two computational models for anaphora resolution in Hindi language. A standard experiment is performed on three different data set in Hindi Language by both the model. The data set initially contains 100 to 300 words. The approximate accuracy of both the model is compared. The experiment is conducted taking Recency and Animistic factor as a baseline and it gives approximate 70% accuracy. The remaining pronouns are not resolved correctly because they refer both to animate and inanimate things. Also, system is ambiguous to gender and number features. Hence, Recency and Animistic factor alone is not sufficient for complete correct pronoun resolution system. Other factors also play significant role. So there is a scope for other factors to be added. In future we will try to use gender and number agreement features along with Recency and Animistic factor in order to increase the accuracy of overall system. Also sufficient work in this area has been done in English and other European language but lagging in Indian languages. So there is a large scope for this work to be done in other Indian languages. REFERENCES [1] Ruslan Mitkov, Richard Evans, (2007) “Anaphora Resolution: To What Extent Does It Help NLP Applications?” DAARC, LNAI 4410, pp. 179–190. [2] Constantin Or˘asan and Richard Evans ;( 2007) “NP Animacy Identification for Anaphora Resolution”, Journal of Artificial Intelligence Research 29, 79-103. [3] Razvan Bunescu, “Associative anaphora resolution: A web-based approach” In Proceedings of EACL 2003 - Workshop on The Computational Treatment of Anaphora, Budapest. 2003
  • 9. International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014 19 [4] Barlow, M., (1998). Feature Mismatches and Anaphora Resolution. In Proceedings of DAARC2, University of Lancaster. [5] Brent, (1993). “From grammar to lexicon: unsupervised learning of lexical syntax”. Computational Linguistics, 19(3):243–262. [6] Strube & Hahn “A system for anaphora resolution for German based on extension of Centering theory”. [7] Thiago Thomes, “Lappin and leass algorithm for pronoun resolution in Portuguese”, Institute of State University of Campinas, Campinas, SP, Brazil EPIA'05 Proceedings of the 12th Portuguese conference on Progress in Artificial Intelligence Pages 680-692. [8] Aravind K Joshi, Rashmi Prasad, and Eleni Miltsakaki “Anaphora Resolution: A Centering Approach”. [9] Dev Bahadur Poudel and Bivod Aale Magar “Anaphoric Resolution in Nepali”, Nepal Engineering College. [10] Manuel Palomar, Lidia Moreno “Algorithm for Anaphora Resolution in Spanish Texts”, University of Alicante, Valencia University of Technology. [11] McCord, Michael, (1990)"Slot grammar: A system for simpler construction of practical natural language grammars." In Natural Language and Logic: International Scientific Symposium, edited by R. Studer, 118-145. Lecture Notes in Computer. [12] L. Sobha and B.N. Patnaik, “Vasisth: An anaphora resolution system for Malayalam and Hindi”, Symposium on Translation Support Systems, 2002. [13] K. Dutta, N. Prakash and S. Kaushik, “Resolving Pronominal Anaphora in Hindi using Hobbs algorithm,” Web Journal of Formal Computation and Cognitive Linguistics, Issue 10, 2008. [14] Anaphora Resolution in Tamil using Universal Networking Language "12/2011; In proceeding of: Indian International Conference on Artificial Intelligence (IICAI-2011), At Tumkur, Karnataka, India.