SlideShare ist ein Scribd-Unternehmen logo
1 von 17
Extended WordNet
Shrikrishna R. Parab
Mtech.Parab@unigoa.ac.in
M.Tech part 1
Dept. of Computer Science and Technology
Goa university
Recap…
•Study the approach to build BabelNet 2.0
•Automatic approach to build BabelNet using integration with WordNet and Wikipedia
•So, using this approach we can integrate Konkani WordNet to Konkani Wikipedia
•This will increase the accuracy of the WordNet by increasing the gloss and also the
examples
•Because of this integration with Wikipedia we can also give examples by images.
Outline
•Introduction
•Why??
•RDF Models
•LEMON model
•Examples
•Conclusion
•Reference paper
•RDF is a standard model for data interchange on web
•It is a general framework for describing website metadata, or "information about the
information" on the website.
•It has features that facilitates data merging even if under schemas differ
•It also supports the evolution of schemas over time without changing much
•RDF extends the linking structure of the Web to use URIs to name the relationship between
things as well as the two ends of the link
•RDF was designed to allow developers to build search engines that rely on the metadata and to
allow Internet users to share Web site information more readily.
•linking structure forms a directed, labeled graph, where the edges represent the named link
between two resources, represented by the graph nodes.
Resource Description Framework (RDF)
RDF representation of WordNet??
Choosing of RDF is based on several reasons:
•First, it is a standard for the Web, focused in description of resources
•Second, RDF has a natural structure of network, and is ideal to represent data and metadata
with that structure.
•Third, another advantage of RDF is its extensibility.
•Fourth, the schema describing the structure of this representation can be accessed in the same
way as the data,
Is it sufficient to use RDF as a format for
WordNet??
•Some of the major requirements for WordNet are:
• Relations between entities
• Notion of class, as for words as synsets
• Notion of hierarchy of classes, like an adjective word as a subclass of word
• Notion of instance and type, meaning that some entity has a type of some kind.
•All these requirements are accomplished by RDF as a modelling language
•RDF introduces another useful characteristics, like hierarchies among properties and comments.
First representation of WordNet in RDF
(Melnik, 2001)
•It consisted in a set of nouns, the glossary and the hyponym and similar-to relations.
•In this schema the synsets are classifed as nouns, verbs, adjectives, adverbs and satellite
adverbs.
•All of them are subclasses of the Lexical Concept class
•lexical relations defined are antonyms, similarity, hyponyms and a definition of glossary.
•One drawback of this schema is that it does not take into account the polysemy
•For e.g. there is no way to discover that “power” has several meanings unless all the data is
searched
RDF Representation (Gangemi, 2004)
•In this version, there are three layers:
• Word layer
• Word Sense layer
• SynSet layer
•The First layer is composed of a set of nodes which are subclasses of class “Word”
•the words are represented by nodes in the graph and are not just labels. This allow to represent
correctly the polysemy inherent in WordNet.
•The Word Sense layer is the link between a Word and a SynSet.
•The SynSet layer is composed by a set of “NounSynSet”
“AdjectiveSynSet”,”AdjectiveSatelliteSynSet”, “VerbSynSet” and “AdverbSynset”, which are
subclasses of SynSet.
•The lexical relations are located in the second and third layer.
•Examples of this are antonyms and seeAlso relations.
The Lemon Model(2011)
Lexicon Model for Ontology
•Lemon is a proposed model for modeling lexicon and machine-readable dictionaries and linked
to the Semantic Web
•Lemon is an RDF model for representing lexical information relative to ontologies.
•The lemon model consists of a core path defined as:
• Ontology Entity: The ontology entity that describes the meaning of the concept in a language-
independent manner
• Lexical Sense: This object is used to attach all meaning-dependent properties of the word or term.
• Lexical Entry: This represents the word or term itself.
• Lexical Form: This object is used to describe a single form (e.g., plural, perfect, etc.) or an entry
• Written Representation: The actual string that the lexical entry is realized as.
@base < http://www.example.org/lexicon>
@prefix ontology: < http://www.example.org/ontology#>
@prefix lemon: < http://www.monnetproject.eu/lemon#>
:myLexicon a lemon:Lexicon ;
lemon:language "en" ;
lemon:entry :animal .
:animal a lemon:LexicalEntry ;
lemon:form [ lemon:writtenRep "animal"@en ] ;
lemon:sense [ lemon:reference ontology:animal ] .
Conclusion
•The main advantage of RDF for representing WordNet is allowing to represent it as a network in
a natural, simple and lightweight way.
•Another advantage is the accessibility through the web, allowing different applications to
consult the data.
•WordNet is expressed now in a standard way for the semantic web this will permit the use of
semiautomatic agents for more complex searches in the future.
Refrence papers
• M. Ehrmann, F. Cecconi, D. Vannella, J. P. Mccrae, P. Cimiano, and R. Navigli, “Representing multilingual data as linked
data: the case of BabelNet 2.0,” in Proc. of LREC, 2014, vol. 14, pp. 401–408.
• P. Buitelaar, P. Cimiano, J. McCrae, E. Montiel-Ponsoda, and T. Declerck, “Ontology lexicalisation: The lemon
perspective,” 2011.
• A. Graves and C. Gutierrez, “Data representations for WordNet: A case for RDF,” in GWC 2006–Proceedings of the 3rd
International WORDNET Conference, 2006, pp. 165–169.
Thank you

Weitere ähnliche Inhalte

Was ist angesagt?

Closing the Gap: Data Models for Documentary Linguistics
Closing the Gap: Data Models for Documentary LinguisticsClosing the Gap: Data Models for Documentary Linguistics
Closing the Gap: Data Models for Documentary LinguisticsBaden Hughes
 
Cataloguer Makeover
Cataloguer MakeoverCataloguer Makeover
Cataloguer MakeoverVioleta Ilik
 
Supporting developers with natural language queries
Supporting developers with natural language queriesSupporting developers with natural language queries
Supporting developers with natural language queriesMasud Rahman
 
Introduction to Ontology Concepts and Terminology
Introduction to Ontology Concepts and TerminologyIntroduction to Ontology Concepts and Terminology
Introduction to Ontology Concepts and TerminologySteven Miller
 
From Ontology to Wiki: Automating Generation of Semantic Wiki Interfaces from...
From Ontology to Wiki: Automating Generation of Semantic Wiki Interfaces from...From Ontology to Wiki: Automating Generation of Semantic Wiki Interfaces from...
From Ontology to Wiki: Automating Generation of Semantic Wiki Interfaces from...Open University in the Netherlands
 
LDL 2012 - Linking to ISOcat Data Categories
LDL 2012 - Linking to ISOcat Data CategoriesLDL 2012 - Linking to ISOcat Data Categories
LDL 2012 - Linking to ISOcat Data CategoriesMenzo Windhouwer
 
Chicago LOMRDF update 2003-06-19
Chicago LOMRDF update 2003-06-19 Chicago LOMRDF update 2003-06-19
Chicago LOMRDF update 2003-06-19 Mikael Nilsson
 
4 semantic web and ontology
4 semantic web and ontology4 semantic web and ontology
4 semantic web and ontologySanthosh Kannan
 
UVA MDST 3703 Marking-Up a Text 2012-09-13
UVA MDST 3703 Marking-Up a Text 2012-09-13UVA MDST 3703 Marking-Up a Text 2012-09-13
UVA MDST 3703 Marking-Up a Text 2012-09-13Rafael Alvarado
 
Knowledge Patterns for the Web: extraction, transformation, and reuse
Knowledge Patterns for the Web: extraction, transformation, and reuseKnowledge Patterns for the Web: extraction, transformation, and reuse
Knowledge Patterns for the Web: extraction, transformation, and reuseAndrea Nuzzolese
 
Zhishi.me - Weaving Chinese Linking Open Data
Zhishi.me - Weaving Chinese Linking Open DataZhishi.me - Weaving Chinese Linking Open Data
Zhishi.me - Weaving Chinese Linking Open DataXing Niu
 
Network analyses of SPSSI
Network analyses of SPSSINetwork analyses of SPSSI
Network analyses of SPSSIKevin Lanning
 
An introduction to OAI-ORE
An introduction to OAI-OREAn introduction to OAI-ORE
An introduction to OAI-OREJulie Allinson
 
RDA: thinking globally, acting globally
RDA: thinking globally, acting globallyRDA: thinking globally, acting globally
RDA: thinking globally, acting globallyGordon Dunsire
 
The paper trail:steps towards a reference model for the metadata ecology
The paper trail:steps towards a reference model for the metadata ecologyThe paper trail:steps towards a reference model for the metadata ecology
The paper trail:steps towards a reference model for the metadata ecologyR. John Robertson
 
Ontology development in protégé-آنتولوژی در پروتوغه
Ontology development in protégé-آنتولوژی در پروتوغهOntology development in protégé-آنتولوژی در پروتوغه
Ontology development in protégé-آنتولوژی در پروتوغهsadegh salehi
 
Accessibility and Metadata
Accessibility and MetadataAccessibility and Metadata
Accessibility and Metadataliddy
 

Was ist angesagt? (20)

Closing the Gap: Data Models for Documentary Linguistics
Closing the Gap: Data Models for Documentary LinguisticsClosing the Gap: Data Models for Documentary Linguistics
Closing the Gap: Data Models for Documentary Linguistics
 
Cataloguer Makeover
Cataloguer MakeoverCataloguer Makeover
Cataloguer Makeover
 
Supporting developers with natural language queries
Supporting developers with natural language queriesSupporting developers with natural language queries
Supporting developers with natural language queries
 
Introduction to Ontology Concepts and Terminology
Introduction to Ontology Concepts and TerminologyIntroduction to Ontology Concepts and Terminology
Introduction to Ontology Concepts and Terminology
 
From Ontology to Wiki: Automating Generation of Semantic Wiki Interfaces from...
From Ontology to Wiki: Automating Generation of Semantic Wiki Interfaces from...From Ontology to Wiki: Automating Generation of Semantic Wiki Interfaces from...
From Ontology to Wiki: Automating Generation of Semantic Wiki Interfaces from...
 
LDL 2012 - Linking to ISOcat Data Categories
LDL 2012 - Linking to ISOcat Data CategoriesLDL 2012 - Linking to ISOcat Data Categories
LDL 2012 - Linking to ISOcat Data Categories
 
Chicago LOMRDF update 2003-06-19
Chicago LOMRDF update 2003-06-19 Chicago LOMRDF update 2003-06-19
Chicago LOMRDF update 2003-06-19
 
4 semantic web and ontology
4 semantic web and ontology4 semantic web and ontology
4 semantic web and ontology
 
UVA MDST 3703 Marking-Up a Text 2012-09-13
UVA MDST 3703 Marking-Up a Text 2012-09-13UVA MDST 3703 Marking-Up a Text 2012-09-13
UVA MDST 3703 Marking-Up a Text 2012-09-13
 
Knowledge Patterns for the Web: extraction, transformation, and reuse
Knowledge Patterns for the Web: extraction, transformation, and reuseKnowledge Patterns for the Web: extraction, transformation, and reuse
Knowledge Patterns for the Web: extraction, transformation, and reuse
 
Zhishi.me - Weaving Chinese Linking Open Data
Zhishi.me - Weaving Chinese Linking Open DataZhishi.me - Weaving Chinese Linking Open Data
Zhishi.me - Weaving Chinese Linking Open Data
 
Network analyses of SPSSI
Network analyses of SPSSINetwork analyses of SPSSI
Network analyses of SPSSI
 
Oke
OkeOke
Oke
 
An introduction to OAI-ORE
An introduction to OAI-OREAn introduction to OAI-ORE
An introduction to OAI-ORE
 
RDA: thinking globally, acting globally
RDA: thinking globally, acting globallyRDA: thinking globally, acting globally
RDA: thinking globally, acting globally
 
The paper trail:steps towards a reference model for the metadata ecology
The paper trail:steps towards a reference model for the metadata ecologyThe paper trail:steps towards a reference model for the metadata ecology
The paper trail:steps towards a reference model for the metadata ecology
 
Ontology development in protégé-آنتولوژی در پروتوغه
Ontology development in protégé-آنتولوژی در پروتوغهOntology development in protégé-آنتولوژی در پروتوغه
Ontology development in protégé-آنتولوژی در پروتوغه
 
Mods0210
Mods0210Mods0210
Mods0210
 
.Net and Rdf APIs
.Net and Rdf APIs.Net and Rdf APIs
.Net and Rdf APIs
 
Accessibility and Metadata
Accessibility and MetadataAccessibility and Metadata
Accessibility and Metadata
 

Ähnlich wie Extended WordNet

Resource description framework
Resource description frameworkResource description framework
Resource description frameworkStanley Wang
 
Semantic - Based Querying Using Ontology in Relational Database of Library Ma...
Semantic - Based Querying Using Ontology in Relational Database of Library Ma...Semantic - Based Querying Using Ontology in Relational Database of Library Ma...
Semantic - Based Querying Using Ontology in Relational Database of Library Ma...dannyijwest
 
CS6010 Social Network Analysis Unit II
CS6010 Social Network Analysis   Unit IICS6010 Social Network Analysis   Unit II
CS6010 Social Network Analysis Unit IIpkaviya
 
Intro to the semantic web (for libraries)
Intro to the semantic web (for libraries) Intro to the semantic web (for libraries)
Intro to the semantic web (for libraries) robin fay
 
A review of the state of the art in Machine Learning on the Semantic Web
A review of the state of the art in Machine Learning on the Semantic WebA review of the state of the art in Machine Learning on the Semantic Web
A review of the state of the art in Machine Learning on the Semantic WebSimon Price
 
Semantic web
Semantic webSemantic web
Semantic webtariq1352
 
Tutorial on Semantic Digital Libraries (WWW'2007)
Tutorial on Semantic Digital Libraries (WWW'2007)Tutorial on Semantic Digital Libraries (WWW'2007)
Tutorial on Semantic Digital Libraries (WWW'2007)Sebastian Ryszard Kruk
 
Intelligent expert systems for location planning
Intelligent expert systems for location planningIntelligent expert systems for location planning
Intelligent expert systems for location planningNavid Milanizadeh
 
Semantic Web (Web 3.0)
Semantic Web (Web 3.0)Semantic Web (Web 3.0)
Semantic Web (Web 3.0)John Dougherty
 
Usage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application ScenariosUsage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application ScenariosEUCLID project
 

Ähnlich wie Extended WordNet (20)

unit 1.pptx
unit 1.pptxunit 1.pptx
unit 1.pptx
 
SNSW CO3.pptx
SNSW CO3.pptxSNSW CO3.pptx
SNSW CO3.pptx
 
Resource description framework
Resource description frameworkResource description framework
Resource description framework
 
Semantic - Based Querying Using Ontology in Relational Database of Library Ma...
Semantic - Based Querying Using Ontology in Relational Database of Library Ma...Semantic - Based Querying Using Ontology in Relational Database of Library Ma...
Semantic - Based Querying Using Ontology in Relational Database of Library Ma...
 
CS6010 Social Network Analysis Unit II
CS6010 Social Network Analysis   Unit IICS6010 Social Network Analysis   Unit II
CS6010 Social Network Analysis Unit II
 
sw owl
 sw owl sw owl
sw owl
 
Intro to the semantic web (for libraries)
Intro to the semantic web (for libraries) Intro to the semantic web (for libraries)
Intro to the semantic web (for libraries)
 
Semantic web
Semantic webSemantic web
Semantic web
 
A review of the state of the art in Machine Learning on the Semantic Web
A review of the state of the art in Machine Learning on the Semantic WebA review of the state of the art in Machine Learning on the Semantic Web
A review of the state of the art in Machine Learning on the Semantic Web
 
Semantic web
Semantic webSemantic web
Semantic web
 
Tutorial on Semantic Digital Libraries (WWW'2007)
Tutorial on Semantic Digital Libraries (WWW'2007)Tutorial on Semantic Digital Libraries (WWW'2007)
Tutorial on Semantic Digital Libraries (WWW'2007)
 
Semantic Web and Linked Open Data
Semantic Web and Linked Open DataSemantic Web and Linked Open Data
Semantic Web and Linked Open Data
 
Intelligent expert systems for location planning
Intelligent expert systems for location planningIntelligent expert systems for location planning
Intelligent expert systems for location planning
 
RDF and Java
RDF and JavaRDF and Java
RDF and Java
 
Semantics
SemanticsSemantics
Semantics
 
Semantic Web (Web 3.0)
Semantic Web (Web 3.0)Semantic Web (Web 3.0)
Semantic Web (Web 3.0)
 
Semantic web
Semantic web Semantic web
Semantic web
 
Rdf
RdfRdf
Rdf
 
Usage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application ScenariosUsage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application Scenarios
 
Digital Libraries of the Future
Digital Libraries of the Future
Digital Libraries of the Future
Digital Libraries of the Future
 

Mehr von Shrikrishna Parab

Mehr von Shrikrishna Parab (8)

Introduction to apache lucene
Introduction to apache luceneIntroduction to apache lucene
Introduction to apache lucene
 
BabelNet 3.0
BabelNet 3.0BabelNet 3.0
BabelNet 3.0
 
News articles classification
News articles classificationNews articles classification
News articles classification
 
Play with probability
Play with probabilityPlay with probability
Play with probability
 
Network scanner
Network  scannerNetwork  scanner
Network scanner
 
Indestructible self healing circuits
Indestructible self healing circuitsIndestructible self healing circuits
Indestructible self healing circuits
 
Gamification
GamificationGamification
Gamification
 
Embedded dram
Embedded dramEmbedded dram
Embedded dram
 

Kürzlich hochgeladen

Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086anil_gaur
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...soginsider
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationBhangaleSonal
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 

Kürzlich hochgeladen (20)

Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 

Extended WordNet

  • 1. Extended WordNet Shrikrishna R. Parab Mtech.Parab@unigoa.ac.in M.Tech part 1 Dept. of Computer Science and Technology Goa university
  • 2. Recap… •Study the approach to build BabelNet 2.0 •Automatic approach to build BabelNet using integration with WordNet and Wikipedia •So, using this approach we can integrate Konkani WordNet to Konkani Wikipedia •This will increase the accuracy of the WordNet by increasing the gloss and also the examples •Because of this integration with Wikipedia we can also give examples by images.
  • 4. •RDF is a standard model for data interchange on web •It is a general framework for describing website metadata, or "information about the information" on the website. •It has features that facilitates data merging even if under schemas differ •It also supports the evolution of schemas over time without changing much •RDF extends the linking structure of the Web to use URIs to name the relationship between things as well as the two ends of the link •RDF was designed to allow developers to build search engines that rely on the metadata and to allow Internet users to share Web site information more readily. •linking structure forms a directed, labeled graph, where the edges represent the named link between two resources, represented by the graph nodes. Resource Description Framework (RDF)
  • 5. RDF representation of WordNet?? Choosing of RDF is based on several reasons: •First, it is a standard for the Web, focused in description of resources •Second, RDF has a natural structure of network, and is ideal to represent data and metadata with that structure. •Third, another advantage of RDF is its extensibility. •Fourth, the schema describing the structure of this representation can be accessed in the same way as the data,
  • 6. Is it sufficient to use RDF as a format for WordNet?? •Some of the major requirements for WordNet are: • Relations between entities • Notion of class, as for words as synsets • Notion of hierarchy of classes, like an adjective word as a subclass of word • Notion of instance and type, meaning that some entity has a type of some kind. •All these requirements are accomplished by RDF as a modelling language •RDF introduces another useful characteristics, like hierarchies among properties and comments.
  • 7. First representation of WordNet in RDF (Melnik, 2001) •It consisted in a set of nouns, the glossary and the hyponym and similar-to relations. •In this schema the synsets are classifed as nouns, verbs, adjectives, adverbs and satellite adverbs. •All of them are subclasses of the Lexical Concept class •lexical relations defined are antonyms, similarity, hyponyms and a definition of glossary. •One drawback of this schema is that it does not take into account the polysemy •For e.g. there is no way to discover that “power” has several meanings unless all the data is searched
  • 8. RDF Representation (Gangemi, 2004) •In this version, there are three layers: • Word layer • Word Sense layer • SynSet layer •The First layer is composed of a set of nodes which are subclasses of class “Word” •the words are represented by nodes in the graph and are not just labels. This allow to represent correctly the polysemy inherent in WordNet. •The Word Sense layer is the link between a Word and a SynSet. •The SynSet layer is composed by a set of “NounSynSet” “AdjectiveSynSet”,”AdjectiveSatelliteSynSet”, “VerbSynSet” and “AdverbSynset”, which are subclasses of SynSet.
  • 9.
  • 10. •The lexical relations are located in the second and third layer. •Examples of this are antonyms and seeAlso relations.
  • 11. The Lemon Model(2011) Lexicon Model for Ontology •Lemon is a proposed model for modeling lexicon and machine-readable dictionaries and linked to the Semantic Web •Lemon is an RDF model for representing lexical information relative to ontologies. •The lemon model consists of a core path defined as: • Ontology Entity: The ontology entity that describes the meaning of the concept in a language- independent manner • Lexical Sense: This object is used to attach all meaning-dependent properties of the word or term. • Lexical Entry: This represents the word or term itself. • Lexical Form: This object is used to describe a single form (e.g., plural, perfect, etc.) or an entry • Written Representation: The actual string that the lexical entry is realized as.
  • 12.
  • 13. @base < http://www.example.org/lexicon> @prefix ontology: < http://www.example.org/ontology#> @prefix lemon: < http://www.monnetproject.eu/lemon#> :myLexicon a lemon:Lexicon ; lemon:language "en" ; lemon:entry :animal . :animal a lemon:LexicalEntry ; lemon:form [ lemon:writtenRep "animal"@en ] ; lemon:sense [ lemon:reference ontology:animal ] .
  • 14.
  • 15. Conclusion •The main advantage of RDF for representing WordNet is allowing to represent it as a network in a natural, simple and lightweight way. •Another advantage is the accessibility through the web, allowing different applications to consult the data. •WordNet is expressed now in a standard way for the semantic web this will permit the use of semiautomatic agents for more complex searches in the future.
  • 16. Refrence papers • M. Ehrmann, F. Cecconi, D. Vannella, J. P. Mccrae, P. Cimiano, and R. Navigli, “Representing multilingual data as linked data: the case of BabelNet 2.0,” in Proc. of LREC, 2014, vol. 14, pp. 401–408. • P. Buitelaar, P. Cimiano, J. McCrae, E. Montiel-Ponsoda, and T. Declerck, “Ontology lexicalisation: The lemon perspective,” 2011. • A. Graves and C. Gutierrez, “Data representations for WordNet: A case for RDF,” in GWC 2006–Proceedings of the 3rd International WORDNET Conference, 2006, pp. 165–169.