SlideShare a Scribd company logo
1 of 40
Universal Dependencies
Project
Teresa Lynn,
Postdoctoral Researcher, DCU
The ADAPT Centre is funded under the SFI Research Centres Programme (Grant 13/RC/2106) and is co-funded under the European Regional Development Fund.
www.adaptcentre.ieOutline
o Supervised Machine Learning: Data Sets
o Parsing 101
o Treebanks
o Universal Dependencies Project
www.adaptcentre.ieMachine Learning – on data sets
Supervised Machine Learning requires:
• structured data
• annotated data
• reliable data
www.adaptcentre.ieWhat does a machine know about language?
www.adaptcentre.ieWhat does a machine know about language?
www.adaptcentre.ieParsing = who is doing what?
Sentence = a string/sequence of characters:
“True self-control is waiting until the movie starts to eat your popcorn”
www.adaptcentre.ieParsing = who is doing what?
Sentence = a string/sequence of characters:
“True self-control is waiting until the movie starts to eat your popcorn”
www.adaptcentre.ieParsing = who is doing what?
Sentence = a string/sequence of characters:
“True self-control is waiting until the movie starts to eat your popcorn”
“True self-control is waiting until the movie starts to eat your popcorn”
www.adaptcentre.ieParsing = who is doing what?
Sentence = a string/sequence of characters:
“True self-control is waiting until the movie starts to eat your popcorn”
“True self-control is waiting until the movie starts to eat your popcorn”
“True self-control is waiting until the movie starts to eat your popcorn”
www.adaptcentre.ieParsing = who is doing what?
Sentence = a string/sequence of characters:
“True self-control is waiting until the movie starts to eat your popcorn”
“True self-control is waiting until the movie starts to eat your popcorn”
“True self-control is waiting until the movie starts to eat your popcorn”
“True self-control is waiting until the movie starts to eat your popcorn”
www.adaptcentre.ieString or sequence of characters
“Others have tried to spruce up frequent-flier programs”
www.adaptcentre.iePart-of-speech tagging
Others have tried to spruce up frequent-flier programs
NNS VBP VBN TO VB RP JJ NNS
www.adaptcentre.ieSyntactic Parsing – Phrase Structure tree
www.adaptcentre.ieProblems with Constituency parsing
• Tied to linguistic theories such as transformational grammar
• Led by English-speaking linguists with English data (e.g. Chomsky)
• Word order is central to constituency grammars
• No close links to semantics
www.adaptcentre.ieProblems with Constituency parsing
• Tied to linguistic theories such as transformational grammar
• Led by English-speaking linguists with English data (e.g. Chomsky)
• Word order is central to constituency grammars
• No close links to semantics
www.adaptcentre.ieSyntactic Parsing - Dependency trees
“We have already discussed this question at some length.”
www.adaptcentre.ieSyntactic Parsing - Dependency trees
“Others have tried to spruce up frequent-flier programs”
www.adaptcentre.ieAdvantages of Dependency parsing
• Better handling of free word order (less-Anglo-centric)
• Node simplicity
• Clean mapping to semantic predicate-argument structure
• Easier to develop multilingual systems
www.adaptcentre.ieWhat does a machine know about language?
Sentence = a string/sequence of characters:
“True self-control is waiting until the movie starts to eat your popcorn”
www.adaptcentre.ieParsing = who is doing what?
“True self-control is waiting until the movie starts to eat your popcorn”
You are waiting
You will eat your popcorn
www.adaptcentre.ieParsing = who is doing what?
“True self-control is waiting until the movie starts to eat your popcorn”
True self-control is waiting
The movie will eat your popcorn
www.adaptcentre.ieTreebanks
• Collection of parsed sentences (trees)
• Annotated with a pre-defined part-of-speech tagset (Noun, Verb, etc)
• Pre-defined annotation scheme
(list of prescribed labels)
• Pre-defined linguistic structure
• Used to develop statistical parsers (train, test, and bootstrap)
www.adaptcentre.ieDependency Treebanks – variations
Varying labelling conventions:
www.adaptcentre.ieDependency Treebanks – variations
Varying labelling conventions:
www.adaptcentre.ieDependency Treebanks – variations
Varying structural analyses:
www.adaptcentre.ieDependency Treebanks – variations
Varying structural analyses:
www.adaptcentre.ieTreebanks – variations
Problems with variations:
• Difficult to do cross-lingual analysis
• Difficult to compare parser performance
• Difficult to do cross-lingual transfer
(using data from one language to help another)
• Difficult to build and evaluate multilingual systems
www.adaptcentre.ieSolution: Universal Dependencies Project
Premise:
no Universal Grammar, but:
“all languages share fundamental similarities” (linguistic universals)
Goals:
• develop a set of harmonised dependency treebanks
• design a universal annotation scheme
• enable comparison of treebanks
• enable comparison of parsing results
• improve multilingual processing
www.adaptcentre.ieSolution: Universal Dependencies Project
Slide credit: Chris Manning, Stanford University
www.adaptcentre.ieSolution: Universal Dependencies Project
Slide credit: Chris Manning, Stanford University
www.adaptcentre.iePart-of-Speech Tags
Taxonomy of 17 universal part-of-speech tags, expanding on the Google
Universal Tagset (Petrov et al., 2012)
All languages use the same inventory, but not all tags have to be used by
all languages
Open Closed Other
ADJ ADP PUNCT
ADV AUX SYM
INTJ CCONJ X
NOUN DET
PROPN NUM
VERB PART
PRON
SCONJ
Slide credit: Chris Manning, Stanford University
www.adaptcentre.ieSyntax
• Content words are related by dependency relations
• Function words attach to the content word they further specify
• Punctuation attaches to head of phrase or clause
Slide credit: Chris Manning, Stanford University
www.adaptcentre.ieSubstantive parallelism achieved
Slide credit: Chris Manning, Stanford University
www.adaptcentre.ieDependency Relations
• 40 universal grammatical relations (de Marneffe et al., 2014)
(aim to address linguistic universals across languages)
• Language-specific subtypes may be added
(e.g. Irish UD: csubj:cleft)
www.adaptcentre.ie
• Standardized inventory of morphological features, based on the
Interset system (Zeman, 2008)
• Languages select relevant features and can add language-specific
features or values with documentation
Lexical
Inflectional
Nominal
Inflectional
Verbal
PronType Gender VerbForm
NumType Animacy Mood
Poss Number Tense
Reflex Case Aspect
Definite Voice
Degree Person
Polarity
Features
Slide credit: Chris Manning, Stanford University
www.adaptcentre.ieFeatures
Slide credit: Chris Manning, Stanford University
www.adaptcentre.ieTimeline of UD project to date
Release of annotation guidelines (v1): October 2014
• 10 treebanks: January 2015
• 18 treebanks: May 2015
• 37 treebanks: November 2015
• 54 treebanks: May 2016
• 64 treebanks: November 2016
Release of annotation guidelines (v2): December 2016
• 70 treebanks (50 languages) : March 2017
www.adaptcentre.ieuniversaldependencies.org
www.adaptcentre.ieGoogle Parser
www.adaptcentre.ie
#GRMA
Go Raibh Maith Agaibh
Ceisteanna?
http://universaldependencies.org
https://github.com/UniversalDependencies

More Related Content

What's hot

Database management systems
Database management systemsDatabase management systems
Database management systemsJoel Briza
 
Introduction to database
Introduction to databaseIntroduction to database
Introduction to databaseArpee Callejo
 
Semantic Role Labeling
Semantic Role LabelingSemantic Role Labeling
Semantic Role LabelingMarina Santini
 
Database Systems - Entity Relationship Modeling (Chapter 4/2)
Database Systems - Entity Relationship Modeling (Chapter 4/2)Database Systems - Entity Relationship Modeling (Chapter 4/2)
Database Systems - Entity Relationship Modeling (Chapter 4/2)Vidyasagar Mundroy
 
Database System Concepts and Architecture
Database System Concepts and ArchitectureDatabase System Concepts and Architecture
Database System Concepts and Architecturesontumax
 
Analyzing Text Preprocessing and Feature Selection Methods for Sentiment Anal...
Analyzing Text Preprocessing and Feature Selection Methods for Sentiment Anal...Analyzing Text Preprocessing and Feature Selection Methods for Sentiment Anal...
Analyzing Text Preprocessing and Feature Selection Methods for Sentiment Anal...Nirav Raje
 
Lecture 1: Semantic Analysis in Language Technology
Lecture 1: Semantic Analysis in Language TechnologyLecture 1: Semantic Analysis in Language Technology
Lecture 1: Semantic Analysis in Language TechnologyMarina Santini
 
Natural Language Processing: Parsing
Natural Language Processing: ParsingNatural Language Processing: Parsing
Natural Language Processing: ParsingRushdi Shams
 
Arquitetura de Software Visão Geral
Arquitetura de Software Visão GeralArquitetura de Software Visão Geral
Arquitetura de Software Visão Geralsergiocrespo
 
Relational database management system (rdbms) i
Relational database management system (rdbms) iRelational database management system (rdbms) i
Relational database management system (rdbms) iRavinder Kamboj
 

What's hot (20)

Type constructor
Type constructorType constructor
Type constructor
 
Database language
Database languageDatabase language
Database language
 
Database management systems
Database management systemsDatabase management systems
Database management systems
 
Nlp ambiguity presentation
Nlp ambiguity presentationNlp ambiguity presentation
Nlp ambiguity presentation
 
Introduction to database
Introduction to databaseIntroduction to database
Introduction to database
 
NLP_KASHK:POS Tagging
NLP_KASHK:POS TaggingNLP_KASHK:POS Tagging
NLP_KASHK:POS Tagging
 
Semantic Role Labeling
Semantic Role LabelingSemantic Role Labeling
Semantic Role Labeling
 
Database Systems - Entity Relationship Modeling (Chapter 4/2)
Database Systems - Entity Relationship Modeling (Chapter 4/2)Database Systems - Entity Relationship Modeling (Chapter 4/2)
Database Systems - Entity Relationship Modeling (Chapter 4/2)
 
Wordnet
WordnetWordnet
Wordnet
 
Machine Tanslation
Machine TanslationMachine Tanslation
Machine Tanslation
 
NLP_KASHK:Morphology
NLP_KASHK:MorphologyNLP_KASHK:Morphology
NLP_KASHK:Morphology
 
Database System Concepts and Architecture
Database System Concepts and ArchitectureDatabase System Concepts and Architecture
Database System Concepts and Architecture
 
Analyzing Text Preprocessing and Feature Selection Methods for Sentiment Anal...
Analyzing Text Preprocessing and Feature Selection Methods for Sentiment Anal...Analyzing Text Preprocessing and Feature Selection Methods for Sentiment Anal...
Analyzing Text Preprocessing and Feature Selection Methods for Sentiment Anal...
 
Lecture 1: Semantic Analysis in Language Technology
Lecture 1: Semantic Analysis in Language TechnologyLecture 1: Semantic Analysis in Language Technology
Lecture 1: Semantic Analysis in Language Technology
 
Natural Language Processing: Parsing
Natural Language Processing: ParsingNatural Language Processing: Parsing
Natural Language Processing: Parsing
 
ER Diagram
ER DiagramER Diagram
ER Diagram
 
Arquitetura de Software Visão Geral
Arquitetura de Software Visão GeralArquitetura de Software Visão Geral
Arquitetura de Software Visão Geral
 
Html5 for mobiles
Html5 for mobilesHtml5 for mobiles
Html5 for mobiles
 
Relational database management system (rdbms) i
Relational database management system (rdbms) iRelational database management system (rdbms) i
Relational database management system (rdbms) i
 
NLP_KASHK:Minimum Edit Distance
NLP_KASHK:Minimum Edit DistanceNLP_KASHK:Minimum Edit Distance
NLP_KASHK:Minimum Edit Distance
 

Similar to Universal Dependencies

[系列活動] 無所不在的自然語言處理—基礎概念、技術與工具介紹
[系列活動] 無所不在的自然語言處理—基礎概念、技術與工具介紹[系列活動] 無所不在的自然語言處理—基礎概念、技術與工具介紹
[系列活動] 無所不在的自然語言處理—基礎概念、技術與工具介紹台灣資料科學年會
 
Natural Language Processing
Natural Language ProcessingNatural Language Processing
Natural Language ProcessingToine Bogers
 
Natural Language Processing for Irish
Natural Language Processing for IrishNatural Language Processing for Irish
Natural Language Processing for IrishTeresa Lynn
 
Introduction to Natural Language Processing
Introduction to Natural Language ProcessingIntroduction to Natural Language Processing
Introduction to Natural Language ProcessingPranav Gupta
 
Deep Learning for Dialogue Modeling - NTHU
Deep Learning for Dialogue Modeling - NTHUDeep Learning for Dialogue Modeling - NTHU
Deep Learning for Dialogue Modeling - NTHUYun-Nung (Vivian) Chen
 
"Machine Translation 101" and the Challenge of Patents
"Machine Translation 101" and the Challenge of Patents"Machine Translation 101" and the Challenge of Patents
"Machine Translation 101" and the Challenge of PatentsIconic Translation Machines
 
Automated Abstracts and Big Data
Automated Abstracts and Big DataAutomated Abstracts and Big Data
Automated Abstracts and Big DataSameer Wadkar
 
Yun-Nung (Vivian) Chen - 2015 - Unsupervised Learning and Modeling of Knowled...
Yun-Nung (Vivian) Chen - 2015 - Unsupervised Learning and Modeling of Knowled...Yun-Nung (Vivian) Chen - 2015 - Unsupervised Learning and Modeling of Knowled...
Yun-Nung (Vivian) Chen - 2015 - Unsupervised Learning and Modeling of Knowled...Association for Computational Linguistics
 
Natural Language Inference in SICK
Natural Language Inference in SICKNatural Language Inference in SICK
Natural Language Inference in SICKValeria de Paiva
 
Sdm presentation /certified fixed orthodontic courses by Indian dental academy
Sdm presentation /certified fixed orthodontic courses by Indian dental academy Sdm presentation /certified fixed orthodontic courses by Indian dental academy
Sdm presentation /certified fixed orthodontic courses by Indian dental academy Indian dental academy
 
Natural Language Processing
Natural Language ProcessingNatural Language Processing
Natural Language ProcessingYasir Khan
 
Finding knowledge, data and answers on the Semantic Web
Finding knowledge, data and answers on the Semantic WebFinding knowledge, data and answers on the Semantic Web
Finding knowledge, data and answers on the Semantic Webebiquity
 
NLP in Practice - Part I
NLP in Practice - Part INLP in Practice - Part I
NLP in Practice - Part IDelip Rao
 
Lexical Semantics, Semantic Similarity and Relevance for SEO
Lexical Semantics, Semantic Similarity and Relevance for SEOLexical Semantics, Semantic Similarity and Relevance for SEO
Lexical Semantics, Semantic Similarity and Relevance for SEOKoray Tugberk GUBUR
 
lexical-semantics-221118101910-ccd46ac3.pdf
lexical-semantics-221118101910-ccd46ac3.pdflexical-semantics-221118101910-ccd46ac3.pdf
lexical-semantics-221118101910-ccd46ac3.pdfGagu6
 

Similar to Universal Dependencies (20)

Roee Aharoni - 2017 - Towards String-to-Tree Neural Machine Translation
Roee Aharoni - 2017 - Towards String-to-Tree Neural Machine TranslationRoee Aharoni - 2017 - Towards String-to-Tree Neural Machine Translation
Roee Aharoni - 2017 - Towards String-to-Tree Neural Machine Translation
 
[系列活動] 無所不在的自然語言處理—基礎概念、技術與工具介紹
[系列活動] 無所不在的自然語言處理—基礎概念、技術與工具介紹[系列活動] 無所不在的自然語言處理—基礎概念、技術與工具介紹
[系列活動] 無所不在的自然語言處理—基礎概念、技術與工具介紹
 
Natural Language Processing
Natural Language ProcessingNatural Language Processing
Natural Language Processing
 
Tips and Tools for NMT
Tips and Tools for NMTTips and Tools for NMT
Tips and Tools for NMT
 
Natural Language Processing for Irish
Natural Language Processing for IrishNatural Language Processing for Irish
Natural Language Processing for Irish
 
Introduction to Natural Language Processing
Introduction to Natural Language ProcessingIntroduction to Natural Language Processing
Introduction to Natural Language Processing
 
Deep Learning for Dialogue Modeling - NTHU
Deep Learning for Dialogue Modeling - NTHUDeep Learning for Dialogue Modeling - NTHU
Deep Learning for Dialogue Modeling - NTHU
 
"Machine Translation 101" and the Challenge of Patents
"Machine Translation 101" and the Challenge of Patents"Machine Translation 101" and the Challenge of Patents
"Machine Translation 101" and the Challenge of Patents
 
Automated Abstracts and Big Data
Automated Abstracts and Big DataAutomated Abstracts and Big Data
Automated Abstracts and Big Data
 
Yun-Nung (Vivian) Chen - 2015 - Unsupervised Learning and Modeling of Knowled...
Yun-Nung (Vivian) Chen - 2015 - Unsupervised Learning and Modeling of Knowled...Yun-Nung (Vivian) Chen - 2015 - Unsupervised Learning and Modeling of Knowled...
Yun-Nung (Vivian) Chen - 2015 - Unsupervised Learning and Modeling of Knowled...
 
Natural Language Inference in SICK
Natural Language Inference in SICKNatural Language Inference in SICK
Natural Language Inference in SICK
 
Sdm presentation /certified fixed orthodontic courses by Indian dental academy
Sdm presentation /certified fixed orthodontic courses by Indian dental academy Sdm presentation /certified fixed orthodontic courses by Indian dental academy
Sdm presentation /certified fixed orthodontic courses by Indian dental academy
 
Sdm presentation
Sdm presentationSdm presentation
Sdm presentation
 
Natural Language Processing
Natural Language ProcessingNatural Language Processing
Natural Language Processing
 
Finding knowledge, data and answers on the Semantic Web
Finding knowledge, data and answers on the Semantic WebFinding knowledge, data and answers on the Semantic Web
Finding knowledge, data and answers on the Semantic Web
 
NLP in Practice - Part I
NLP in Practice - Part INLP in Practice - Part I
NLP in Practice - Part I
 
Lexical Semantics, Semantic Similarity and Relevance for SEO
Lexical Semantics, Semantic Similarity and Relevance for SEOLexical Semantics, Semantic Similarity and Relevance for SEO
Lexical Semantics, Semantic Similarity and Relevance for SEO
 
lexical-semantics-221118101910-ccd46ac3.pdf
lexical-semantics-221118101910-ccd46ac3.pdflexical-semantics-221118101910-ccd46ac3.pdf
lexical-semantics-221118101910-ccd46ac3.pdf
 
Nlp app
Nlp appNlp app
Nlp app
 
Gloss Up Glossaries! Expanding the Application of Glossaries in Interpreter T...
Gloss Up Glossaries! Expanding the Application of Glossaries in Interpreter T...Gloss Up Glossaries! Expanding the Application of Glossaries in Interpreter T...
Gloss Up Glossaries! Expanding the Application of Glossaries in Interpreter T...
 

More from Teresa Lynn

AI Challenges for Low-resourced Languages
AI Challenges for Low-resourced LanguagesAI Challenges for Low-resourced Languages
AI Challenges for Low-resourced LanguagesTeresa Lynn
 
Protecting Minority Languages from Digital Extinction
Protecting Minority Languages from Digital ExtinctionProtecting Minority Languages from Digital Extinction
Protecting Minority Languages from Digital ExtinctionTeresa Lynn
 
Dublin Machine Learning Meetup 2019
Dublin Machine Learning Meetup 2019Dublin Machine Learning Meetup 2019
Dublin Machine Learning Meetup 2019Teresa Lynn
 
Active Learning and the Irish Treebank
Active Learning and the Irish TreebankActive Learning and the Irish Treebank
Active Learning and the Irish TreebankTeresa Lynn
 
Minority Language Twitter: Part-of-Speech Tagging and Analysis of Irish Tweets
Minority Language Twitter: Part-of-Speech Tagging and Analysis of Irish TweetsMinority Language Twitter: Part-of-Speech Tagging and Analysis of Irish Tweets
Minority Language Twitter: Part-of-Speech Tagging and Analysis of Irish TweetsTeresa Lynn
 
Summary of 2015 British-Irish Council IML languages conference.
Summary of 2015 British-Irish Council IML languages conference.Summary of 2015 British-Irish Council IML languages conference.
Summary of 2015 British-Irish Council IML languages conference.Teresa Lynn
 

More from Teresa Lynn (6)

AI Challenges for Low-resourced Languages
AI Challenges for Low-resourced LanguagesAI Challenges for Low-resourced Languages
AI Challenges for Low-resourced Languages
 
Protecting Minority Languages from Digital Extinction
Protecting Minority Languages from Digital ExtinctionProtecting Minority Languages from Digital Extinction
Protecting Minority Languages from Digital Extinction
 
Dublin Machine Learning Meetup 2019
Dublin Machine Learning Meetup 2019Dublin Machine Learning Meetup 2019
Dublin Machine Learning Meetup 2019
 
Active Learning and the Irish Treebank
Active Learning and the Irish TreebankActive Learning and the Irish Treebank
Active Learning and the Irish Treebank
 
Minority Language Twitter: Part-of-Speech Tagging and Analysis of Irish Tweets
Minority Language Twitter: Part-of-Speech Tagging and Analysis of Irish TweetsMinority Language Twitter: Part-of-Speech Tagging and Analysis of Irish Tweets
Minority Language Twitter: Part-of-Speech Tagging and Analysis of Irish Tweets
 
Summary of 2015 British-Irish Council IML languages conference.
Summary of 2015 British-Irish Council IML languages conference.Summary of 2015 British-Irish Council IML languages conference.
Summary of 2015 British-Irish Council IML languages conference.
 

Recently uploaded

How to Check GPS Location with a Live Tracker in Pakistan
How to Check GPS Location with a Live Tracker in PakistanHow to Check GPS Location with a Live Tracker in Pakistan
How to Check GPS Location with a Live Tracker in Pakistandanishmna97
 
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)Samir Dash
 
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdfMuhammad Subhan
 
2024 May Patch Tuesday
2024 May Patch Tuesday2024 May Patch Tuesday
2024 May Patch TuesdayIvanti
 
Frisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdf
Frisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdfFrisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdf
Frisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdfAnubhavMangla3
 
Portal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russePortal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russe中 央社
 
ERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage IntacctERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage IntacctBrainSell Technologies
 
WebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM PerformanceWebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM PerformanceSamy Fodil
 
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...Skynet Technologies
 
Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...FIDO Alliance
 
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...ScyllaDB
 
Cyber Insurance - RalphGilot - Embry-Riddle Aeronautical University.pptx
Cyber Insurance - RalphGilot - Embry-Riddle Aeronautical University.pptxCyber Insurance - RalphGilot - Embry-Riddle Aeronautical University.pptx
Cyber Insurance - RalphGilot - Embry-Riddle Aeronautical University.pptxMasterG
 
Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMKumar Satyam
 
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...panagenda
 
State of the Smart Building Startup Landscape 2024!
State of the Smart Building Startup Landscape 2024!State of the Smart Building Startup Landscape 2024!
State of the Smart Building Startup Landscape 2024!Memoori
 
Working together SRE & Platform Engineering
Working together SRE & Platform EngineeringWorking together SRE & Platform Engineering
Working together SRE & Platform EngineeringMarcus Vechiato
 
JohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard37
 
Oauth 2.0 Introduction and Flows with MuleSoft
Oauth 2.0 Introduction and Flows with MuleSoftOauth 2.0 Introduction and Flows with MuleSoft
Oauth 2.0 Introduction and Flows with MuleSoftshyamraj55
 
Microsoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - QuestionnaireMicrosoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - QuestionnaireExakis Nelite
 
How to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cfHow to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cfdanishmna97
 

Recently uploaded (20)

How to Check GPS Location with a Live Tracker in Pakistan
How to Check GPS Location with a Live Tracker in PakistanHow to Check GPS Location with a Live Tracker in Pakistan
How to Check GPS Location with a Live Tracker in Pakistan
 
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
 
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
 
2024 May Patch Tuesday
2024 May Patch Tuesday2024 May Patch Tuesday
2024 May Patch Tuesday
 
Frisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdf
Frisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdfFrisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdf
Frisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdf
 
Portal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russePortal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russe
 
ERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage IntacctERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage Intacct
 
WebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM PerformanceWebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM Performance
 
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
 
Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...
 
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
 
Cyber Insurance - RalphGilot - Embry-Riddle Aeronautical University.pptx
Cyber Insurance - RalphGilot - Embry-Riddle Aeronautical University.pptxCyber Insurance - RalphGilot - Embry-Riddle Aeronautical University.pptx
Cyber Insurance - RalphGilot - Embry-Riddle Aeronautical University.pptx
 
Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDM
 
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
 
State of the Smart Building Startup Landscape 2024!
State of the Smart Building Startup Landscape 2024!State of the Smart Building Startup Landscape 2024!
State of the Smart Building Startup Landscape 2024!
 
Working together SRE & Platform Engineering
Working together SRE & Platform EngineeringWorking together SRE & Platform Engineering
Working together SRE & Platform Engineering
 
JohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptx
 
Oauth 2.0 Introduction and Flows with MuleSoft
Oauth 2.0 Introduction and Flows with MuleSoftOauth 2.0 Introduction and Flows with MuleSoft
Oauth 2.0 Introduction and Flows with MuleSoft
 
Microsoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - QuestionnaireMicrosoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - Questionnaire
 
How to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cfHow to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cf
 

Universal Dependencies

Editor's Notes

  1. Language is hard
  2. Language is hard
  3. Language is hard
  4. Language is hard
  5. Language is hard