SlideShare a Scribd company logo
1 of 4
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 08 | August-2015, Available @ http://www.ijret.org 33
A PERFORMANCE OF SVM WITH MODIFIED LESK APPROACH
FOR WORD SENSE DISAMBIGUATION IN HINDI LANGUAGE
Sandy Garg1
, Anand Kumar Mittal2
1
Department of Computer Science and Engineering, Guru Kashi University, Punjab, India
2
Asst Prof, Department of Computer Science and Engineering, Guru Kashi University, Punjab, India
Abstract
WSD is a Technique used to find the correct meaning of a given word in any human language. Each human language has a
problem called ambiguity of a word. To finds the correct meaning of any ambiguous word is easy for human but for a machine it
is great issues No of work has done on WSD but not enough in Hindi language. My objective is to provide the training to the
system so that it can easily find the correct meaning of the any ambiguous word in Hindi language .For this purpose I simple used
a one existing technique name modified lesk approach and give its output to the SVM to get the better result and show that SVM is
better in compare to modified Lesk Approach, In this paper I simply take nine Hindi ambiguous words and three different
databases to show the result.
Keywords: Support Vector Machine, NLP, Word Sense Disambiguation, Modified Lesk approach, Comparison
--------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
In any language, words may convey more than one sense.
The right sense of the word can be identified based on the
text in which it occurs. It is the essence of communication in
NLP. For instance, consider an example of the word
„volume‟. The volume of the music is too high. In this
sentence “the volume means the loudness of the sound
instead of other possibilities like amount of space occupied
by something or a series of a book”. To identify the
particular meaning of a word, also known as lexical
disambiguation or WSD, is hardly a problem for a human,
but for a machine, which has no base for knowing which
meaning is suitable in a given sentence is a complex task.
As a computerized problem, it is described as “AI-
complete”, that is, a problem whose solution exists but is not
known. WSD has been considered necessary in almost every
application of language technology, including machine
translation. The language of human is ambiguous, so mostly
words can be identified depending upon the context in
which they arise. Consider an example:
1. The pencil has a sharp point.
2. It is not polite to point on people.
In the above sentences the word point is common in both the
sentences. For a human it is understandable that in the:
First sentence the word “point” denotes some sharped /
pointed object and the word “point” .Second line denotes to
notify someone directly in a negative way. Thus, a term can
only be shifted if the exact meaning of the word is assumed
by the user.
In Hindi language a single word has different meaning. This
is handling in machine by using WSD algorithms.WSD
simply finds the correct sense of a given word. It is the
essence of communication in natural language processing.
For instance, consider an example of the word „volume‟.
The volume of the music is too high. In this sentence “the
volume means the loudness of the sound instead of other
possibilities like amount of space occupied by something or
a series of a book”. To identify the particular meaning of a
word, also known as lexical disambiguation or WSD, is
hardly a problem for a human, but for a machine, which has
no base for knowing which meaning is suitable in a given
sentence is a complex task. But in case of human it is easy
to find the correct sense of a word in Hindi language or
changing the meaning of the word according to requirement.
So the working of WSD is simply finding the correct
meaning of ambiguous word in Hindi language in a given
context.
Table-1: Example of ambiguous word “ढाऱ ”
Context1:ढाऱ ऩर ऩहोंचते ही रमेश ने साइकिऱ िा ऩैदऱ
मरना बंद िर ददया |
Context2:ढाऱ यौधेयों िो सुरऺा प्रदान िरता है |
The word “ढाऱ” is common in both sentences. But it has
different meaning in both the sentences. For a human it is
easy to find the right sense of the word “ढाऱ” in both the
sentences. Thus, with the help of WSD techniques computer
suytem will be able to find the exact sense of an ambiguous
word. In table1 word “ढाऱ” has two senses. In first sentence
the word “ढाऱ” refers to the plane and in second sentence
the word “ढाऱ” refers to the Kavach.
Word sense disambiguation is the process of determining
the correct sense of a word with multiple meanings. The
meaning of the word depends upon the right and left words
of the ambiguous word. WSD serves as an intermediary step
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 08 | August-2015, Available @ http://www.ijret.org 34
for many applications like speech processing, computer
translation, data retrieval and hypertext navigation.
Researchers have been working in this field to enhance the
process of WSD, as high performance of this has an impact
on various applications like search engines etc. There are
many methods to perform the procedure of WSD. These are
supervised approach, semi-supervised approach,
unsupervised approach and Knowledge based approach or
Dictionary based approach. Supervised approach is also
known as “Corpus-based “approach which have high
interaction between human and system.
Supervised methods are based on common sense i.e. the
sentence in which ambiguous words occurrence can provide
enough information by its own which is needed to
disambiguate the word. SVM‟s and memory based learning
are the most core examples of this method. Unsupervised
methods are also known as word sense induction. This
technique assumes that the senses which are similar usually
occur in similar contexts. The disadvantage of supervised
approach lead to the generation of semi- supervised method.
In this type of learning both labeled and unlabelled data is
allowed. Dictionary and knowledge based method works on
the principle that the words with multiple meanings are
correlated with each other and their relation can be obtained
from the words and their senses. This approach works by
overlapping the words with the greatest match of an
ambiguous word with the dictionary meaning. This is a
traditional approach used for disambiguation.
To determine the exact meaning of a given word in Hindi
language we simply use Hindi word net. It is a standard to
determine the meaning of Hindi word. It is currently
available in Princeton University since the 1980s. The
meaning is represented in the wordnet with the help of
polysemous word. It is like a dictionary where meaning and
synonyms of the word is present. To find the exact meaning
of given ambiguous word to check its exact meaning from
Hindi dictionary.WSD is needed in a no of application to
information retrieval, correction of spelling etc .No of
algorithm are present for the purpose of WSD. But in Hindi
language no much work is done for remove the ambiguity of
a given word. And no more work is done to compare which
algorithm is best to remove the ambiguity of a given word.
Based on available literature and previous result I simply
find Support vector machine is a best technique to solve the
word sense disambiguation. For this purpose I compare the
two approach name SVM and New Lesk approach in which
first is based on knowledge or Decision based approach and
second is based on supervised approach .To find the
accurate result ten Hindi words are taken for experiments.
Display the graph which is generated by SVM and display
the table which is generated by Lesk approach.
2. LITRATURE SURVEY
Rathode et al. [2] describe, transliteration for Hindi to
English and Marathi to English language pairs using SVM.
In this approach, the source named entity is segmented into
transliteration units. The classification of phonetic units is
done by using the polynomial kernel function of SVM.
Little research is carried for Indian and English languages.
In Hindi to English transliteration the most of the methods
incorporated are statistical in nature. The method used in
this work is SVM which is the most efficient statistical
supervised learning mechanisms to attain the transliteration.
Lin et al. [4] Provide the concept of preserving privacy
classifier to save the important material of support vectors in
the classifier. The SVM classifier if made publically
available to the consumers, it reveals the private material of
support vectors. This disturbs the preserving secrecy
requirements for some lawful or profitable reasons. In this
paper privacy violation problem is described. SVM
classifier post processes the characteristic values of support
vectors. The security is proved through adversarial attacks.
An approach is proposed to process the Support vector
classifier to convert it to a preserving privacy classifier that
does not disclose the isolated satisfied of Support vector
machine. Here Gaussian kernel function is used which
gives training to the Support vector classifier for which
Privacy Preserving Support Vector Classifier (PPSVC) is
designed. Support vector machine tool gives training to the
classifier. PPSVC approaches the decisive function of the
Gaussian kernel. To evaluate the performance of privacy
preserving SVM experiments are being conducted. The
sensitive part of support vector is protected resulting PPSVC
can publically be free. Future work could be the challenge of
applying privacy preserving support vector classifier to high
dimensional data.
Ekbal et al. [5] describe the Named Entity Recognition
(NER) system for the development of Bengali language
using SVM. Machine learning methods has been applied to
NER in various well studied languages. For the first time the
attempt is done for a Indian languages particularly Bengali.
In Indian language the NER is general but for Bengali it is a
difficult task. NER system is developed by using Bengali
corpus obtained from an archive of a labelled Bengali
newspaper. For other Indian languages particularly Hindi,
Bengali, Urdu and oriya the proposed SVM system is to be
trained.The information of named entity of having similar
words, different kinds of features and the various lists are
provided for the best-suited features for the system of NER
in Bengali language. The results after experimentation with
the 10-fold cross confirmation test have described
reasonably good Recall, Precision and F-Score values. The
comparison of system has been done with the existing three
NER Bengali systems and the evaluation has been described
that the SVM-based system beats other systems. Precision,
Recall and F-Score values of the based system, SVM is able
to hold the diverse and overlapping features of the Indian
languages is the one possible reason.
LI et al. [6] provides an original method to retrieve protein-
protein interaction (PPI) material from biomedical
literatures based on SVM. In this work both SVM and K-
Nearest Neighbour (KNN) classifiers are used. SVM is used
to retrieve the interaction. The introduction of classifier is to
improve the accuracy of SVM. On performing the
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 08 | August-2015, Available @ http://www.ijret.org 35
experiments the achievement of approach can obtain highest
F-score in removing protein-protein extraction information.
SVM is setup to extract the interaction. KNN method is
introduced to improve the accuracy of SVM. To proper
fitting of the unbalanced data, a modified SVM-KNN
classifier is introduced. The extraction of information of PPI
is treated as a binary classification problem.
Bhardwaj et al. [9] provide ensemble methods that use
multiple classifiers to obtain better models of classifier. The
analytical performance can be obtained from any of the
constituent model. In ensemble classifier, SVM is used as a
base learner and combines with those base learners which
will have higher accuracy model. Here usage of combine
learners is used for voting methods. The Voting approach is
found to be efficient, as some classifiers are generated and
some are selected. An efficient classifier where each base
classifier is derived to ensemble with SVM, from the prior
one by the exercise set. The better accuracy is shown by
ensemble classifier as compared to the ensembles created
using ADABOOST, Bagging. In this work, the creation of
ensemble is by selecting the classifiers with greater accuracy
than the average accuracy of the classifiers generated. The
analysis of theoretical effect of the classifier on the diversity
and the issues of convergence through which this work can
be extended.
2.1 SVM with Modified Lesk Approach
According to literature view no of work done on SVM .But
My approach is based on the mixture of supervised learning
approach and modified lesk approach. In this I simply give
the instance output of modified lesk approach to SVM and
get the instance output of SVM to find better result. This
algorithm is based on to provide the training to the system.
And after the initial phase is completed, future data sets
given to the algorithm can de classified with minimal human
intervention. The Table2 show the working step of SVM
with modified lesk approach.
Table-2 SVM with New Lesk Approach
Step 1: Calculate the no
word in a
sentence. This
includes the
removal of
special tokens
like „,‟ or „|‟
followed by all
the specialized
symbols.
Step 2 senseCount←Number
of senses
Calculate the
number of
senses of the
word.
Step 3 Instance Count
←No of senses in
given target Context
window of size 𝑛,
where 𝑛 is determined
Calculate the
instance output
of every target
word.
dynamically
Step 4 Import a word dictionary and use it as a
database
Step 5 The Dictionary contains words and its
meaning which are assigned or specific
decimal values
Step 6 Now match the Instance values with the
words inside the dictionary and get the
actual meanings of the word. And then
display SVM graph.
3. RESULT AND CONCLUSION
Fig -1: Instance output of SVM with new lesk Approach
Table- 3: Instance output of Modified Lesk Approach
Number
of
Senses
Sense 1 Sense
2
Sense
3
Sens
e 4
हार 2 12 27 0 0
डाक 2 10 12 0 0
ढाल 2 14 8 0 0
धुन 2 14 13 0 0
ग्राम 2 9 14 0 0
हल 2 33 19 0 0
मांग 2 18 16 0 0
तीर 2 22 17 0 0
उतर 3 25 21 0 0
The above Fig 1 and Table 5 shows the Instance output of
two different approaches; New Lesk approach and SVM
with modified lesk approach.
To find the output I simply take nine hindi words to find the
Instance output of SVM with modified lesk
approach.According to ouput we see that Instance output of
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 08 | August-2015, Available @ http://www.ijret.org 36
modified lesk approach simple tell the no of senses in given
context but no tell the exact meaning of the target word. So
my aim is to provide the traning to the the system to with the
help of SVM so that machine easily find the exact meaning
of the target word. Fig 1 display the result in graphical form
in compare to modified leak approach. Modified Lesk
approach simply show output in a table form and simply
tell the senses of the word and not the meaning of the word
in the given context. The similar Data set is provided to
both the approaches. The data set contains ten Nine words,
these words have more than one meaning and they form
ambiguity in the paragraph used in a training set. As seen
from the table SVM approach has high efficiency to display
the result and to disambiguate the paragraph in compare to
the Modified Lesk approach.
REFERENCES
[1] Sawhney, Radhike, and Amardeep Kaur. "A
modified technique for Word Sense Disambiguation
using Lesk algorithm in Hindi language." Advances
in Computing, Communications and Informatics
(ICACCI, 2014 International Conference on. IEEE,
2014.
[2] P H Rthode, M L Dhore and R M Dhore, “Hindi and
Marathi to English Machine Transliteration using
SVM”, vol.2, August 2013
[3] Satyendr Singh and Tanveer J. Siddiqui, “ Evaluating
Effect of Context window size, stemming and stop
word removal on Hindi word sense Disambiguation”
, Proc. IEEE ,2012
[4] FattanehJabbari, HosseinSameti and Mohammad
HadiBokaei, “Unilateral Semi – supervised learning
of extended hidden vector state for Persian language
understanding,” Natural language processing and
knowledge Engineering (NLP-KE),2011 7th
International Conference on pp. 165-168, November
2011
[5] Keng-Pei Lin and Ming-Syan Chen, “On the Design
and Analysis of the Privacy-Preserving SVM
Classifier”, IEEE Transactions on Knowledge and
Data Engineering, vol. 23, No, 11, pp. 1704-1717 ,
November 2011
[6] Asif Ekbal, Sivaji Bandyopadhyay “Bengali Named
Entity Recognition using Support Vector Machine”,
Proceedings of the IJCNLP-08 Workshop on NER
for South and South East Asian Languages, pp. 51–
58,
[7] Lishuang LI, Linmei Jing and DegenHaung,
“Protein-Protein Interaction Extraction from bio
medical literatures based on modified SVM-KNN”,
Natural Language Processing and knowledge
Engineering 2009, NLP-KE 2009, International
conference on , pp. 24-27 September 2009
[8] Roberto Navigli, “Word Sense Disambiguation: A
survey”, ACM computer Survey. 41, 2, Article 10,
pages 69, DOI=10.1145/1459352.1459355
http://doi.acm.org/10.1145/1459532.1459355,
February 2009
[9] Jinying Chen, DmitriyDligach and Martha Palmer,
“Towards Large-scale High-Performance English
Verb Sense Disambiguation by Using Linguistically
Motivated Feature,”International Conference on pp.
378-388, September, 2007
[10] Manju Bhardwaj, Trasha Gupta, Tanu Grover and
VasudhaBhatanagar, “An Efficient Classifier
Ensemble using SVM“, Methods and models in
computer science, 2009, ICM2CS 2009, Proceeding
of International conference on ,pp. 240-
246,December 2009
[11] Yee Seng Chan, HweeTou Ng and David Chiang,”
Word Sense Disambiguation Improves Statistical
Machine Translation”, Proc. IEEE, pp. 33-40, June
2007
[12] Gondy Leroy and Thomas C. Rindflesch, “Effects of
information and machine learning algorithm on word
sense disambiguation with small datasets,” Proc.
Elsevier, pp. 573-585, March 2005
[13] Hee-CheolSeo, Hoojung Chung, Hae-Chang Rim,
Sung HyonMyaeng and Soo-HongKim,
“Unsupervised word sense disambiguation using
word net relatives,” Proc. Elsevier , pp.253-273 ,
June 2004

More Related Content

What's hot

IRJET -Survey on Named Entity Recognition using Syntactic Parsing for Hindi L...
IRJET -Survey on Named Entity Recognition using Syntactic Parsing for Hindi L...IRJET -Survey on Named Entity Recognition using Syntactic Parsing for Hindi L...
IRJET -Survey on Named Entity Recognition using Syntactic Parsing for Hindi L...IRJET Journal
 
Language translation english to hindi
Language translation english to hindiLanguage translation english to hindi
Language translation english to hindiRAJENDRA VERMA
 
A tutorial on Machine Translation
A tutorial on Machine TranslationA tutorial on Machine Translation
A tutorial on Machine TranslationJaganadh Gopinadhan
 
Natural language processing and sanskrit
Natural language processing and sanskritNatural language processing and sanskrit
Natural language processing and sanskritIAEME Publication
 
Error Analysis of Rule-based Machine Translation Outputs
Error Analysis of Rule-based Machine Translation OutputsError Analysis of Rule-based Machine Translation Outputs
Error Analysis of Rule-based Machine Translation OutputsParisa Niksefat
 
Lec 15,16,17 NLP.machine translation
Lec 15,16,17  NLP.machine translationLec 15,16,17  NLP.machine translation
Lec 15,16,17 NLP.machine translationguest873a50
 
A Survey on Word Sense Disambiguation
A Survey on Word Sense DisambiguationA Survey on Word Sense Disambiguation
A Survey on Word Sense DisambiguationIOSR Journals
 
Natural Language Processing Theory, Applications and Difficulties
Natural Language Processing Theory, Applications and DifficultiesNatural Language Processing Theory, Applications and Difficulties
Natural Language Processing Theory, Applications and Difficultiesijtsrd
 
Types of machine translation
Types of machine translationTypes of machine translation
Types of machine translationRushdi Shams
 
Machine translation with statistical approach
Machine translation with statistical approachMachine translation with statistical approach
Machine translation with statistical approachvini89
 
Exploiting rules for resolving ambiguity in marathi language text
Exploiting rules for resolving ambiguity in marathi language textExploiting rules for resolving ambiguity in marathi language text
Exploiting rules for resolving ambiguity in marathi language texteSAT Journals
 
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
 
Code Mixing computationally bahut challenging hai
Code Mixing computationally bahut challenging haiCode Mixing computationally bahut challenging hai
Code Mixing computationally bahut challenging haiIIIT Hyderabad
 
Phonetic Recognition In Words For Persian Text To Speech Systems
Phonetic Recognition In Words For Persian Text To Speech SystemsPhonetic Recognition In Words For Persian Text To Speech Systems
Phonetic Recognition In Words For Persian Text To Speech Systemspaperpublications3
 
A ROBUST THREE-STAGE HYBRID FRAMEWORK FOR ENGLISH TO BANGLA TRANSLITERATION
A ROBUST THREE-STAGE HYBRID FRAMEWORK FOR ENGLISH TO BANGLA TRANSLITERATIONA ROBUST THREE-STAGE HYBRID FRAMEWORK FOR ENGLISH TO BANGLA TRANSLITERATION
A ROBUST THREE-STAGE HYBRID FRAMEWORK FOR ENGLISH TO BANGLA TRANSLITERATIONkevig
 
Segmentation Words for Speech Synthesis in Persian Language Based On Silence
Segmentation Words for Speech Synthesis in Persian Language Based On SilenceSegmentation Words for Speech Synthesis in Persian Language Based On Silence
Segmentation Words for Speech Synthesis in Persian Language Based On Silencepaperpublications3
 
Machine translation from English to Hindi
Machine translation from English to HindiMachine translation from English to Hindi
Machine translation from English to HindiRajat Jain
 
DataFest 2017. Introduction to Natural Language Processing by Rudolf Eremyan
DataFest 2017. Introduction to Natural Language Processing by Rudolf EremyanDataFest 2017. Introduction to Natural Language Processing by Rudolf Eremyan
DataFest 2017. Introduction to Natural Language Processing by Rudolf Eremyanrudolf eremyan
 

What's hot (20)

NLPinAAC
NLPinAACNLPinAAC
NLPinAAC
 
IRJET -Survey on Named Entity Recognition using Syntactic Parsing for Hindi L...
IRJET -Survey on Named Entity Recognition using Syntactic Parsing for Hindi L...IRJET -Survey on Named Entity Recognition using Syntactic Parsing for Hindi L...
IRJET -Survey on Named Entity Recognition using Syntactic Parsing for Hindi L...
 
Language translation english to hindi
Language translation english to hindiLanguage translation english to hindi
Language translation english to hindi
 
A tutorial on Machine Translation
A tutorial on Machine TranslationA tutorial on Machine Translation
A tutorial on Machine Translation
 
Natural language processing
Natural language processingNatural language processing
Natural language processing
 
Natural language processing and sanskrit
Natural language processing and sanskritNatural language processing and sanskrit
Natural language processing and sanskrit
 
Error Analysis of Rule-based Machine Translation Outputs
Error Analysis of Rule-based Machine Translation OutputsError Analysis of Rule-based Machine Translation Outputs
Error Analysis of Rule-based Machine Translation Outputs
 
Lec 15,16,17 NLP.machine translation
Lec 15,16,17  NLP.machine translationLec 15,16,17  NLP.machine translation
Lec 15,16,17 NLP.machine translation
 
A Survey on Word Sense Disambiguation
A Survey on Word Sense DisambiguationA Survey on Word Sense Disambiguation
A Survey on Word Sense Disambiguation
 
Natural Language Processing Theory, Applications and Difficulties
Natural Language Processing Theory, Applications and DifficultiesNatural Language Processing Theory, Applications and Difficulties
Natural Language Processing Theory, Applications and Difficulties
 
Types of machine translation
Types of machine translationTypes of machine translation
Types of machine translation
 
Machine translation with statistical approach
Machine translation with statistical approachMachine translation with statistical approach
Machine translation with statistical approach
 
Exploiting rules for resolving ambiguity in marathi language text
Exploiting rules for resolving ambiguity in marathi language textExploiting rules for resolving ambiguity in marathi language text
Exploiting rules for resolving ambiguity in marathi language text
 
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
 
Code Mixing computationally bahut challenging hai
Code Mixing computationally bahut challenging haiCode Mixing computationally bahut challenging hai
Code Mixing computationally bahut challenging hai
 
Phonetic Recognition In Words For Persian Text To Speech Systems
Phonetic Recognition In Words For Persian Text To Speech SystemsPhonetic Recognition In Words For Persian Text To Speech Systems
Phonetic Recognition In Words For Persian Text To Speech Systems
 
A ROBUST THREE-STAGE HYBRID FRAMEWORK FOR ENGLISH TO BANGLA TRANSLITERATION
A ROBUST THREE-STAGE HYBRID FRAMEWORK FOR ENGLISH TO BANGLA TRANSLITERATIONA ROBUST THREE-STAGE HYBRID FRAMEWORK FOR ENGLISH TO BANGLA TRANSLITERATION
A ROBUST THREE-STAGE HYBRID FRAMEWORK FOR ENGLISH TO BANGLA TRANSLITERATION
 
Segmentation Words for Speech Synthesis in Persian Language Based On Silence
Segmentation Words for Speech Synthesis in Persian Language Based On SilenceSegmentation Words for Speech Synthesis in Persian Language Based On Silence
Segmentation Words for Speech Synthesis in Persian Language Based On Silence
 
Machine translation from English to Hindi
Machine translation from English to HindiMachine translation from English to Hindi
Machine translation from English to Hindi
 
DataFest 2017. Introduction to Natural Language Processing by Rudolf Eremyan
DataFest 2017. Introduction to Natural Language Processing by Rudolf EremyanDataFest 2017. Introduction to Natural Language Processing by Rudolf Eremyan
DataFest 2017. Introduction to Natural Language Processing by Rudolf Eremyan
 

Viewers also liked

Ehsase ghumsahirluknavi
Ehsase ghumsahirluknaviEhsase ghumsahirluknavi
Ehsase ghumsahirluknavishia qaum
 
Topology optimisation of hydraulic press structure
Topology optimisation of hydraulic press structureTopology optimisation of hydraulic press structure
Topology optimisation of hydraulic press structureeSAT Journals
 
Digital prints wudpac
Digital prints wudpacDigital prints wudpac
Digital prints wudpachnmbrown
 
UACC Signature Studies - Celebrity Handwriting Analyses
UACC Signature Studies - Celebrity Handwriting AnalysesUACC Signature Studies - Celebrity Handwriting Analyses
UACC Signature Studies - Celebrity Handwriting AnalysesIconographs
 
Colegio nacional nicolas esguerra
Colegio nacional nicolas esguerraColegio nacional nicolas esguerra
Colegio nacional nicolas esguerracastillojuanfelipe
 
Kata kerja operasional
Kata kerja operasionalKata kerja operasional
Kata kerja operasionalahmad mujidin
 
How to unlock windows password
How to unlock windows password How to unlock windows password
How to unlock windows password trinath reddy
 
MESSAGE DU PAPE FRANÇOIS POUR LA JOURNÉE MONDIALE DU MIGRANT ET DU RÉFUGIÉ 2017
MESSAGE DU PAPE FRANÇOIS  POUR LA JOURNÉE MONDIALE DU MIGRANT ET DU RÉFUGIÉ 2017MESSAGE DU PAPE FRANÇOIS  POUR LA JOURNÉE MONDIALE DU MIGRANT ET DU RÉFUGIÉ 2017
MESSAGE DU PAPE FRANÇOIS POUR LA JOURNÉE MONDIALE DU MIGRANT ET DU RÉFUGIÉ 2017Maike Loes
 
Perifèricsd'un ordinador
Perifèricsd'un ordinadorPerifèricsd'un ordinador
Perifèricsd'un ordinadorbernatboixareu
 

Viewers also liked (13)

Ehsase ghumsahirluknavi
Ehsase ghumsahirluknaviEhsase ghumsahirluknavi
Ehsase ghumsahirluknavi
 
Library2025 deck
Library2025 deckLibrary2025 deck
Library2025 deck
 
Topology optimisation of hydraulic press structure
Topology optimisation of hydraulic press structureTopology optimisation of hydraulic press structure
Topology optimisation of hydraulic press structure
 
Design concept 33ti1_025_069
Design concept 33ti1_025_069Design concept 33ti1_025_069
Design concept 33ti1_025_069
 
Digital prints wudpac
Digital prints wudpacDigital prints wudpac
Digital prints wudpac
 
UACC Signature Studies - Celebrity Handwriting Analyses
UACC Signature Studies - Celebrity Handwriting AnalysesUACC Signature Studies - Celebrity Handwriting Analyses
UACC Signature Studies - Celebrity Handwriting Analyses
 
Colegio nacional nicolas esguerra
Colegio nacional nicolas esguerraColegio nacional nicolas esguerra
Colegio nacional nicolas esguerra
 
Work Related Photographs
Work Related PhotographsWork Related Photographs
Work Related Photographs
 
Kata kerja operasional
Kata kerja operasionalKata kerja operasional
Kata kerja operasional
 
How to unlock windows password
How to unlock windows password How to unlock windows password
How to unlock windows password
 
MESSAGE DU PAPE FRANÇOIS POUR LA JOURNÉE MONDIALE DU MIGRANT ET DU RÉFUGIÉ 2017
MESSAGE DU PAPE FRANÇOIS  POUR LA JOURNÉE MONDIALE DU MIGRANT ET DU RÉFUGIÉ 2017MESSAGE DU PAPE FRANÇOIS  POUR LA JOURNÉE MONDIALE DU MIGRANT ET DU RÉFUGIÉ 2017
MESSAGE DU PAPE FRANÇOIS POUR LA JOURNÉE MONDIALE DU MIGRANT ET DU RÉFUGIÉ 2017
 
Manual de Convivencia
Manual de ConvivenciaManual de Convivencia
Manual de Convivencia
 
Perifèricsd'un ordinador
Perifèricsd'un ordinadorPerifèricsd'un ordinador
Perifèricsd'un ordinador
 

Similar to A performance of svm with modified lesk approach for word sense disambiguation in hindi language

A supervised word sense disambiguation method using ontology and context know...
A supervised word sense disambiguation method using ontology and context know...A supervised word sense disambiguation method using ontology and context know...
A supervised word sense disambiguation method using ontology and context know...Alexander Decker
 
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
 
Automatic classification of bengali sentences based on sense definitions pres...
Automatic classification of bengali sentences based on sense definitions pres...Automatic classification of bengali sentences based on sense definitions pres...
Automatic classification of bengali sentences based on sense definitions pres...ijctcm
 
AN EMPIRICAL STUDY OF WORD SENSE DISAMBIGUATION
AN EMPIRICAL STUDY OF WORD SENSE DISAMBIGUATIONAN EMPIRICAL STUDY OF WORD SENSE DISAMBIGUATION
AN EMPIRICAL STUDY OF WORD SENSE DISAMBIGUATIONijnlc
 
MODIFIED PAGE RANK ALGORITHM TO SOLVE AMBIGUITY OF POLYSEMOUS WORDS
MODIFIED PAGE RANK ALGORITHM TO SOLVE AMBIGUITY OF POLYSEMOUS WORDSMODIFIED PAGE RANK ALGORITHM TO SOLVE AMBIGUITY OF POLYSEMOUS WORDS
MODIFIED PAGE RANK ALGORITHM TO SOLVE AMBIGUITY OF POLYSEMOUS WORDSIJCI JOURNAL
 
A SURVEY OF GRAMMAR CHECKERS FOR NATURAL LANGUAGES
A SURVEY OF GRAMMAR CHECKERS FOR NATURAL LANGUAGESA SURVEY OF GRAMMAR CHECKERS FOR NATURAL LANGUAGES
A SURVEY OF GRAMMAR CHECKERS FOR NATURAL LANGUAGESLinda Garcia
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI) International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI) inventionjournals
 
AMBIGUITY-AWARE DOCUMENT SIMILARITY
AMBIGUITY-AWARE DOCUMENT SIMILARITYAMBIGUITY-AWARE DOCUMENT SIMILARITY
AMBIGUITY-AWARE DOCUMENT SIMILARITYijnlc
 
EasyChair-Preprint-7375.pdf
EasyChair-Preprint-7375.pdfEasyChair-Preprint-7375.pdf
EasyChair-Preprint-7375.pdfNohaGhoweil
 
4A HYBRID APPROACH TO WORD SENSE DISAMBIGUATION COMBINING SUPERVISED AND UNSU...
4A HYBRID APPROACH TO WORD SENSE DISAMBIGUATION COMBINING SUPERVISED AND UNSU...4A HYBRID APPROACH TO WORD SENSE DISAMBIGUATION COMBINING SUPERVISED AND UNSU...
4A HYBRID APPROACH TO WORD SENSE DISAMBIGUATION COMBINING SUPERVISED AND UNSU...ijaia
 
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
 
A Comprehensive Study On Natural Language Processing And Natural Language Int...
A Comprehensive Study On Natural Language Processing And Natural Language Int...A Comprehensive Study On Natural Language Processing And Natural Language Int...
A Comprehensive Study On Natural Language Processing And Natural Language Int...Scott Bou
 
Word sense disambiguation a survey
Word sense disambiguation  a surveyWord sense disambiguation  a survey
Word sense disambiguation a surveyijctcm
 
Customizable Segmentation of
Customizable Segmentation ofCustomizable Segmentation of
Customizable Segmentation ofAndi Wu
 
Doc format.
Doc format.Doc format.
Doc format.butest
 
DOCUMENT SUMMARIZATION IN KANNADA USING KEYWORD EXTRACTION
DOCUMENT SUMMARIZATION IN KANNADA USING KEYWORD EXTRACTION DOCUMENT SUMMARIZATION IN KANNADA USING KEYWORD EXTRACTION
DOCUMENT SUMMARIZATION IN KANNADA USING KEYWORD EXTRACTION cscpconf
 
A NOVEL APPROACH FOR NAMED ENTITY RECOGNITION ON HINDI LANGUAGE USING RESIDUA...
A NOVEL APPROACH FOR NAMED ENTITY RECOGNITION ON HINDI LANGUAGE USING RESIDUA...A NOVEL APPROACH FOR NAMED ENTITY RECOGNITION ON HINDI LANGUAGE USING RESIDUA...
A NOVEL APPROACH FOR NAMED ENTITY RECOGNITION ON HINDI LANGUAGE USING RESIDUA...kevig
 
Domain Specific Terminology Extraction (ICICT 2006)
Domain Specific Terminology Extraction (ICICT 2006)Domain Specific Terminology Extraction (ICICT 2006)
Domain Specific Terminology Extraction (ICICT 2006)IT Industry
 

Similar to A performance of svm with modified lesk approach for word sense disambiguation in hindi language (20)

A supervised word sense disambiguation method using ontology and context know...
A supervised word sense disambiguation method using ontology and context know...A supervised word sense disambiguation method using ontology and context know...
A supervised word sense disambiguation method using ontology and context know...
 
Ny3424442448
Ny3424442448Ny3424442448
Ny3424442448
 
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...
 
Automatic classification of bengali sentences based on sense definitions pres...
Automatic classification of bengali sentences based on sense definitions pres...Automatic classification of bengali sentences based on sense definitions pres...
Automatic classification of bengali sentences based on sense definitions pres...
 
AN EMPIRICAL STUDY OF WORD SENSE DISAMBIGUATION
AN EMPIRICAL STUDY OF WORD SENSE DISAMBIGUATIONAN EMPIRICAL STUDY OF WORD SENSE DISAMBIGUATION
AN EMPIRICAL STUDY OF WORD SENSE DISAMBIGUATION
 
MODIFIED PAGE RANK ALGORITHM TO SOLVE AMBIGUITY OF POLYSEMOUS WORDS
MODIFIED PAGE RANK ALGORITHM TO SOLVE AMBIGUITY OF POLYSEMOUS WORDSMODIFIED PAGE RANK ALGORITHM TO SOLVE AMBIGUITY OF POLYSEMOUS WORDS
MODIFIED PAGE RANK ALGORITHM TO SOLVE AMBIGUITY OF POLYSEMOUS WORDS
 
A SURVEY OF GRAMMAR CHECKERS FOR NATURAL LANGUAGES
A SURVEY OF GRAMMAR CHECKERS FOR NATURAL LANGUAGESA SURVEY OF GRAMMAR CHECKERS FOR NATURAL LANGUAGES
A SURVEY OF GRAMMAR CHECKERS FOR NATURAL LANGUAGES
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI) International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
AMBIGUITY-AWARE DOCUMENT SIMILARITY
AMBIGUITY-AWARE DOCUMENT SIMILARITYAMBIGUITY-AWARE DOCUMENT SIMILARITY
AMBIGUITY-AWARE DOCUMENT SIMILARITY
 
EasyChair-Preprint-7375.pdf
EasyChair-Preprint-7375.pdfEasyChair-Preprint-7375.pdf
EasyChair-Preprint-7375.pdf
 
4A HYBRID APPROACH TO WORD SENSE DISAMBIGUATION COMBINING SUPERVISED AND UNSU...
4A HYBRID APPROACH TO WORD SENSE DISAMBIGUATION COMBINING SUPERVISED AND UNSU...4A HYBRID APPROACH TO WORD SENSE DISAMBIGUATION COMBINING SUPERVISED AND UNSU...
4A HYBRID APPROACH TO WORD SENSE DISAMBIGUATION COMBINING SUPERVISED AND UNSU...
 
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
 
A Comprehensive Study On Natural Language Processing And Natural Language Int...
A Comprehensive Study On Natural Language Processing And Natural Language Int...A Comprehensive Study On Natural Language Processing And Natural Language Int...
A Comprehensive Study On Natural Language Processing And Natural Language Int...
 
I026050054
I026050054I026050054
I026050054
 
Word sense disambiguation a survey
Word sense disambiguation  a surveyWord sense disambiguation  a survey
Word sense disambiguation a survey
 
Customizable Segmentation of
Customizable Segmentation ofCustomizable Segmentation of
Customizable Segmentation of
 
Doc format.
Doc format.Doc format.
Doc format.
 
DOCUMENT SUMMARIZATION IN KANNADA USING KEYWORD EXTRACTION
DOCUMENT SUMMARIZATION IN KANNADA USING KEYWORD EXTRACTION DOCUMENT SUMMARIZATION IN KANNADA USING KEYWORD EXTRACTION
DOCUMENT SUMMARIZATION IN KANNADA USING KEYWORD EXTRACTION
 
A NOVEL APPROACH FOR NAMED ENTITY RECOGNITION ON HINDI LANGUAGE USING RESIDUA...
A NOVEL APPROACH FOR NAMED ENTITY RECOGNITION ON HINDI LANGUAGE USING RESIDUA...A NOVEL APPROACH FOR NAMED ENTITY RECOGNITION ON HINDI LANGUAGE USING RESIDUA...
A NOVEL APPROACH FOR NAMED ENTITY RECOGNITION ON HINDI LANGUAGE USING RESIDUA...
 
Domain Specific Terminology Extraction (ICICT 2006)
Domain Specific Terminology Extraction (ICICT 2006)Domain Specific Terminology Extraction (ICICT 2006)
Domain Specific Terminology Extraction (ICICT 2006)
 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementseSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case studyeSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case studyeSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreeSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialseSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizereSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementeSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteeSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaeSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodeSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniqueseSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 

Recently uploaded (20)

IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 

A performance of svm with modified lesk approach for word sense disambiguation in hindi language

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 08 | August-2015, Available @ http://www.ijret.org 33 A PERFORMANCE OF SVM WITH MODIFIED LESK APPROACH FOR WORD SENSE DISAMBIGUATION IN HINDI LANGUAGE Sandy Garg1 , Anand Kumar Mittal2 1 Department of Computer Science and Engineering, Guru Kashi University, Punjab, India 2 Asst Prof, Department of Computer Science and Engineering, Guru Kashi University, Punjab, India Abstract WSD is a Technique used to find the correct meaning of a given word in any human language. Each human language has a problem called ambiguity of a word. To finds the correct meaning of any ambiguous word is easy for human but for a machine it is great issues No of work has done on WSD but not enough in Hindi language. My objective is to provide the training to the system so that it can easily find the correct meaning of the any ambiguous word in Hindi language .For this purpose I simple used a one existing technique name modified lesk approach and give its output to the SVM to get the better result and show that SVM is better in compare to modified Lesk Approach, In this paper I simply take nine Hindi ambiguous words and three different databases to show the result. Keywords: Support Vector Machine, NLP, Word Sense Disambiguation, Modified Lesk approach, Comparison --------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION In any language, words may convey more than one sense. The right sense of the word can be identified based on the text in which it occurs. It is the essence of communication in NLP. For instance, consider an example of the word „volume‟. The volume of the music is too high. In this sentence “the volume means the loudness of the sound instead of other possibilities like amount of space occupied by something or a series of a book”. To identify the particular meaning of a word, also known as lexical disambiguation or WSD, is hardly a problem for a human, but for a machine, which has no base for knowing which meaning is suitable in a given sentence is a complex task. As a computerized problem, it is described as “AI- complete”, that is, a problem whose solution exists but is not known. WSD has been considered necessary in almost every application of language technology, including machine translation. The language of human is ambiguous, so mostly words can be identified depending upon the context in which they arise. Consider an example: 1. The pencil has a sharp point. 2. It is not polite to point on people. In the above sentences the word point is common in both the sentences. For a human it is understandable that in the: First sentence the word “point” denotes some sharped / pointed object and the word “point” .Second line denotes to notify someone directly in a negative way. Thus, a term can only be shifted if the exact meaning of the word is assumed by the user. In Hindi language a single word has different meaning. This is handling in machine by using WSD algorithms.WSD simply finds the correct sense of a given word. It is the essence of communication in natural language processing. For instance, consider an example of the word „volume‟. The volume of the music is too high. In this sentence “the volume means the loudness of the sound instead of other possibilities like amount of space occupied by something or a series of a book”. To identify the particular meaning of a word, also known as lexical disambiguation or WSD, is hardly a problem for a human, but for a machine, which has no base for knowing which meaning is suitable in a given sentence is a complex task. But in case of human it is easy to find the correct sense of a word in Hindi language or changing the meaning of the word according to requirement. So the working of WSD is simply finding the correct meaning of ambiguous word in Hindi language in a given context. Table-1: Example of ambiguous word “ढाऱ ” Context1:ढाऱ ऩर ऩहोंचते ही रमेश ने साइकिऱ िा ऩैदऱ मरना बंद िर ददया | Context2:ढाऱ यौधेयों िो सुरऺा प्रदान िरता है | The word “ढाऱ” is common in both sentences. But it has different meaning in both the sentences. For a human it is easy to find the right sense of the word “ढाऱ” in both the sentences. Thus, with the help of WSD techniques computer suytem will be able to find the exact sense of an ambiguous word. In table1 word “ढाऱ” has two senses. In first sentence the word “ढाऱ” refers to the plane and in second sentence the word “ढाऱ” refers to the Kavach. Word sense disambiguation is the process of determining the correct sense of a word with multiple meanings. The meaning of the word depends upon the right and left words of the ambiguous word. WSD serves as an intermediary step
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 08 | August-2015, Available @ http://www.ijret.org 34 for many applications like speech processing, computer translation, data retrieval and hypertext navigation. Researchers have been working in this field to enhance the process of WSD, as high performance of this has an impact on various applications like search engines etc. There are many methods to perform the procedure of WSD. These are supervised approach, semi-supervised approach, unsupervised approach and Knowledge based approach or Dictionary based approach. Supervised approach is also known as “Corpus-based “approach which have high interaction between human and system. Supervised methods are based on common sense i.e. the sentence in which ambiguous words occurrence can provide enough information by its own which is needed to disambiguate the word. SVM‟s and memory based learning are the most core examples of this method. Unsupervised methods are also known as word sense induction. This technique assumes that the senses which are similar usually occur in similar contexts. The disadvantage of supervised approach lead to the generation of semi- supervised method. In this type of learning both labeled and unlabelled data is allowed. Dictionary and knowledge based method works on the principle that the words with multiple meanings are correlated with each other and their relation can be obtained from the words and their senses. This approach works by overlapping the words with the greatest match of an ambiguous word with the dictionary meaning. This is a traditional approach used for disambiguation. To determine the exact meaning of a given word in Hindi language we simply use Hindi word net. It is a standard to determine the meaning of Hindi word. It is currently available in Princeton University since the 1980s. The meaning is represented in the wordnet with the help of polysemous word. It is like a dictionary where meaning and synonyms of the word is present. To find the exact meaning of given ambiguous word to check its exact meaning from Hindi dictionary.WSD is needed in a no of application to information retrieval, correction of spelling etc .No of algorithm are present for the purpose of WSD. But in Hindi language no much work is done for remove the ambiguity of a given word. And no more work is done to compare which algorithm is best to remove the ambiguity of a given word. Based on available literature and previous result I simply find Support vector machine is a best technique to solve the word sense disambiguation. For this purpose I compare the two approach name SVM and New Lesk approach in which first is based on knowledge or Decision based approach and second is based on supervised approach .To find the accurate result ten Hindi words are taken for experiments. Display the graph which is generated by SVM and display the table which is generated by Lesk approach. 2. LITRATURE SURVEY Rathode et al. [2] describe, transliteration for Hindi to English and Marathi to English language pairs using SVM. In this approach, the source named entity is segmented into transliteration units. The classification of phonetic units is done by using the polynomial kernel function of SVM. Little research is carried for Indian and English languages. In Hindi to English transliteration the most of the methods incorporated are statistical in nature. The method used in this work is SVM which is the most efficient statistical supervised learning mechanisms to attain the transliteration. Lin et al. [4] Provide the concept of preserving privacy classifier to save the important material of support vectors in the classifier. The SVM classifier if made publically available to the consumers, it reveals the private material of support vectors. This disturbs the preserving secrecy requirements for some lawful or profitable reasons. In this paper privacy violation problem is described. SVM classifier post processes the characteristic values of support vectors. The security is proved through adversarial attacks. An approach is proposed to process the Support vector classifier to convert it to a preserving privacy classifier that does not disclose the isolated satisfied of Support vector machine. Here Gaussian kernel function is used which gives training to the Support vector classifier for which Privacy Preserving Support Vector Classifier (PPSVC) is designed. Support vector machine tool gives training to the classifier. PPSVC approaches the decisive function of the Gaussian kernel. To evaluate the performance of privacy preserving SVM experiments are being conducted. The sensitive part of support vector is protected resulting PPSVC can publically be free. Future work could be the challenge of applying privacy preserving support vector classifier to high dimensional data. Ekbal et al. [5] describe the Named Entity Recognition (NER) system for the development of Bengali language using SVM. Machine learning methods has been applied to NER in various well studied languages. For the first time the attempt is done for a Indian languages particularly Bengali. In Indian language the NER is general but for Bengali it is a difficult task. NER system is developed by using Bengali corpus obtained from an archive of a labelled Bengali newspaper. For other Indian languages particularly Hindi, Bengali, Urdu and oriya the proposed SVM system is to be trained.The information of named entity of having similar words, different kinds of features and the various lists are provided for the best-suited features for the system of NER in Bengali language. The results after experimentation with the 10-fold cross confirmation test have described reasonably good Recall, Precision and F-Score values. The comparison of system has been done with the existing three NER Bengali systems and the evaluation has been described that the SVM-based system beats other systems. Precision, Recall and F-Score values of the based system, SVM is able to hold the diverse and overlapping features of the Indian languages is the one possible reason. LI et al. [6] provides an original method to retrieve protein- protein interaction (PPI) material from biomedical literatures based on SVM. In this work both SVM and K- Nearest Neighbour (KNN) classifiers are used. SVM is used to retrieve the interaction. The introduction of classifier is to improve the accuracy of SVM. On performing the
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 08 | August-2015, Available @ http://www.ijret.org 35 experiments the achievement of approach can obtain highest F-score in removing protein-protein extraction information. SVM is setup to extract the interaction. KNN method is introduced to improve the accuracy of SVM. To proper fitting of the unbalanced data, a modified SVM-KNN classifier is introduced. The extraction of information of PPI is treated as a binary classification problem. Bhardwaj et al. [9] provide ensemble methods that use multiple classifiers to obtain better models of classifier. The analytical performance can be obtained from any of the constituent model. In ensemble classifier, SVM is used as a base learner and combines with those base learners which will have higher accuracy model. Here usage of combine learners is used for voting methods. The Voting approach is found to be efficient, as some classifiers are generated and some are selected. An efficient classifier where each base classifier is derived to ensemble with SVM, from the prior one by the exercise set. The better accuracy is shown by ensemble classifier as compared to the ensembles created using ADABOOST, Bagging. In this work, the creation of ensemble is by selecting the classifiers with greater accuracy than the average accuracy of the classifiers generated. The analysis of theoretical effect of the classifier on the diversity and the issues of convergence through which this work can be extended. 2.1 SVM with Modified Lesk Approach According to literature view no of work done on SVM .But My approach is based on the mixture of supervised learning approach and modified lesk approach. In this I simply give the instance output of modified lesk approach to SVM and get the instance output of SVM to find better result. This algorithm is based on to provide the training to the system. And after the initial phase is completed, future data sets given to the algorithm can de classified with minimal human intervention. The Table2 show the working step of SVM with modified lesk approach. Table-2 SVM with New Lesk Approach Step 1: Calculate the no word in a sentence. This includes the removal of special tokens like „,‟ or „|‟ followed by all the specialized symbols. Step 2 senseCount←Number of senses Calculate the number of senses of the word. Step 3 Instance Count ←No of senses in given target Context window of size 𝑛, where 𝑛 is determined Calculate the instance output of every target word. dynamically Step 4 Import a word dictionary and use it as a database Step 5 The Dictionary contains words and its meaning which are assigned or specific decimal values Step 6 Now match the Instance values with the words inside the dictionary and get the actual meanings of the word. And then display SVM graph. 3. RESULT AND CONCLUSION Fig -1: Instance output of SVM with new lesk Approach Table- 3: Instance output of Modified Lesk Approach Number of Senses Sense 1 Sense 2 Sense 3 Sens e 4 हार 2 12 27 0 0 डाक 2 10 12 0 0 ढाल 2 14 8 0 0 धुन 2 14 13 0 0 ग्राम 2 9 14 0 0 हल 2 33 19 0 0 मांग 2 18 16 0 0 तीर 2 22 17 0 0 उतर 3 25 21 0 0 The above Fig 1 and Table 5 shows the Instance output of two different approaches; New Lesk approach and SVM with modified lesk approach. To find the output I simply take nine hindi words to find the Instance output of SVM with modified lesk approach.According to ouput we see that Instance output of
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 08 | August-2015, Available @ http://www.ijret.org 36 modified lesk approach simple tell the no of senses in given context but no tell the exact meaning of the target word. So my aim is to provide the traning to the the system to with the help of SVM so that machine easily find the exact meaning of the target word. Fig 1 display the result in graphical form in compare to modified leak approach. Modified Lesk approach simply show output in a table form and simply tell the senses of the word and not the meaning of the word in the given context. The similar Data set is provided to both the approaches. The data set contains ten Nine words, these words have more than one meaning and they form ambiguity in the paragraph used in a training set. As seen from the table SVM approach has high efficiency to display the result and to disambiguate the paragraph in compare to the Modified Lesk approach. REFERENCES [1] Sawhney, Radhike, and Amardeep Kaur. "A modified technique for Word Sense Disambiguation using Lesk algorithm in Hindi language." Advances in Computing, Communications and Informatics (ICACCI, 2014 International Conference on. IEEE, 2014. [2] P H Rthode, M L Dhore and R M Dhore, “Hindi and Marathi to English Machine Transliteration using SVM”, vol.2, August 2013 [3] Satyendr Singh and Tanveer J. Siddiqui, “ Evaluating Effect of Context window size, stemming and stop word removal on Hindi word sense Disambiguation” , Proc. IEEE ,2012 [4] FattanehJabbari, HosseinSameti and Mohammad HadiBokaei, “Unilateral Semi – supervised learning of extended hidden vector state for Persian language understanding,” Natural language processing and knowledge Engineering (NLP-KE),2011 7th International Conference on pp. 165-168, November 2011 [5] Keng-Pei Lin and Ming-Syan Chen, “On the Design and Analysis of the Privacy-Preserving SVM Classifier”, IEEE Transactions on Knowledge and Data Engineering, vol. 23, No, 11, pp. 1704-1717 , November 2011 [6] Asif Ekbal, Sivaji Bandyopadhyay “Bengali Named Entity Recognition using Support Vector Machine”, Proceedings of the IJCNLP-08 Workshop on NER for South and South East Asian Languages, pp. 51– 58, [7] Lishuang LI, Linmei Jing and DegenHaung, “Protein-Protein Interaction Extraction from bio medical literatures based on modified SVM-KNN”, Natural Language Processing and knowledge Engineering 2009, NLP-KE 2009, International conference on , pp. 24-27 September 2009 [8] Roberto Navigli, “Word Sense Disambiguation: A survey”, ACM computer Survey. 41, 2, Article 10, pages 69, DOI=10.1145/1459352.1459355 http://doi.acm.org/10.1145/1459532.1459355, February 2009 [9] Jinying Chen, DmitriyDligach and Martha Palmer, “Towards Large-scale High-Performance English Verb Sense Disambiguation by Using Linguistically Motivated Feature,”International Conference on pp. 378-388, September, 2007 [10] Manju Bhardwaj, Trasha Gupta, Tanu Grover and VasudhaBhatanagar, “An Efficient Classifier Ensemble using SVM“, Methods and models in computer science, 2009, ICM2CS 2009, Proceeding of International conference on ,pp. 240- 246,December 2009 [11] Yee Seng Chan, HweeTou Ng and David Chiang,” Word Sense Disambiguation Improves Statistical Machine Translation”, Proc. IEEE, pp. 33-40, June 2007 [12] Gondy Leroy and Thomas C. Rindflesch, “Effects of information and machine learning algorithm on word sense disambiguation with small datasets,” Proc. Elsevier, pp. 573-585, March 2005 [13] Hee-CheolSeo, Hoojung Chung, Hae-Chang Rim, Sung HyonMyaeng and Soo-HongKim, “Unsupervised word sense disambiguation using word net relatives,” Proc. Elsevier , pp.253-273 , June 2004