SlideShare a Scribd company logo
Natural Language Processing
for Irish
Teresa Lynn, PhD
Research Fellow
ADAPT Centre
Dublin City University
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 Overview of Natural Language Processing (NLP)
o English - Irish machine translation
o NLP for User-generated Content
o Importance of technology for Minority Languages
www.adaptcentre.ieWhat is Natural Language Processing?
“Using computers to analyse, derive meaning and understand text”
o ‘Attempt’ to understand how humans speak/ use language
www.adaptcentre.ieWhat is Natural Language Processing?
“Using computers to analyse, derive meaning and understand text”
o ‘Attempt’ to understand how humans speak/ use language
Why do computers need to understand language?
o Text summarisation
o Sentiment analysis
o Topic extraction (Information Retrieval)
o Grammar Checking
o Text Mining (Big Data problem)
o Machine Translation
o Question-Answering Systems
www.adaptcentre.ieChallenges of processing language
• Human languages are:
– Elegant
– Efficient
– Flexible
– Complex
• One word/sentence may mean many things
• Many ways of saying the same thing
• Meaning depends on context
• Literal and figurative language (metaphor)
• Language and culture (different ways of conceptualising
the same thing)
www.adaptcentre.ieAmbiguous Headlines
Syntactic ambiguity:
EYE DROPS OFF SHELF
SQUAD HELPS DOG BITE VICTIM
ENRAGED COW INJURES FARMER WITH AXE
STOLEN PAINTING FOUND BY TREE
Semantic Ambiguity
PANDA MATING FAILS; VETERINARIAN TAKES OVER
SAFETY EXPERTS SAY SCHOOL BUS PASSENGERS SHOULD BE BELTED
POLICE BEGIN CAMPAIGN TO RUN DOWN JAYWALKERS
Source: http://www.alta.asn.au/events/altss_w2003_proc/altss/courses/somers/headlines.htm
www.adaptcentre.ieWhat does a machine know about language?
www.adaptcentre.ieWhat does a machine know about language?
Sentence = a string/sequence of characters:
“The man saw the boy with the telescope”
www.adaptcentre.ieWhat does a machine know about language?
Sentence = a string/ sequence of characters:
“The man saw the boy with the telescope”
Who is doing what? Who has the telescope?
www.adaptcentre.ieSyntactic Parsing 101
Who is doing what? Who has the telescope? = Parsing
“The man saw the boy with the telescope”
www.adaptcentre.ieSyntactic Parsing 101
Who is doing what? Who has the telescope? = Parsing
“The man saw the boy with the telescope”
DET NOUN VERB DET NOUN PREP DET NOUN
Part-of-speech Tagging
www.adaptcentre.ieParsing 101 – ambiguity
www.adaptcentre.ieParsing 101 – ambiguity
www.adaptcentre.ieTraditional Approach – Rules
‘I like ice-cream in summer’
‘I like summer in ice-cream’ ….??
Syntactic Parsing Rules:
S  NP VP
S  NP VP PP
NP  Noun | Pronoun
VP  Verb NP | Verb PP
PP  Preposition Noun
Noun  ‘ice-cream’ | ‘summer’
Pronoun  `I’
Verb  `like’
Preposition  ‘in’
www.adaptcentre.ieMachine Learning – data driven approaches
Supervised Machine Learning requires a LOT of:
• structured data
• annotated data
• reliable data
www.adaptcentre.ieMachine Learning – data driven approaches
Supervised Machine Learning requires a LOT of:
• structured data
• annotated data
• reliable data
www.adaptcentre.ieMachine Learning – data sparsity
Supervised Machine Learning requires a LOT of:
www.adaptcentre.ieMachine Learning – data sparsity
Source: expertsystem.com, redbubble.com
www.adaptcentre.ieIrish – Long distance dependencies
VSO: Word Order
English: `The boy who was looking through the
telescope yesterday on the street saw the man’
Irish: Chonaic an buachaill a bhí ag feachaint
tríd an teileascóp inné ar an tsráid an fear sin
Lit Translation [Saw]v [the boy who was looking
through the telescope yesterday on the street]subj [the
man] obj
www.adaptcentre.ieIrish Language Features – Sparsity
Word Order
English: `I saw the boy’
Irish: Chonaic mé an buachaill
Translation Saw I the boy
www.adaptcentre.ieIrish Language Features
www.adaptcentre.ieIrish Language Features
Vowel Harmony
Caithim – `I spend’
Casaim – `I turn’
Rithfinn – `I would run’
D’íosfainn – `I would eat’
www.adaptcentre.ieOutline
o Overview of Natural Language Processing (NLP)
o English - Irish machine translation
o NLP for User-generated Content
o Importance of technology for Minority Languages
www.adaptcentre.ieUser-Generated Content & NLP
Where do we find UGC?
Blogs
Social Media sites
Micro-blogs (Twitter)
Informal Emails
What is difficult about UGC for NLP?
Unstructured Text
Ungrammatical
Text Speak
Difficult to predict
Various symbols (e.g. Emojis, Hashtags)
www.adaptcentre.ieMy Work – Minority Language Twitter
Social Media Bandwagon
www.adaptcentre.ieMy Work – Minority Language Twitter
 Code-switching
 Diacritics
 Verb drop
 Spacing issue
 Phonetic spelling
 Abbreviations
grma -> go raibh maith agat
t7ain -> tseachtain
www.adaptcentre.ieMy Work – Minority Language Twitter
Goals:
o Build a corpus of POS-tagged Irish tweets
o Train a statistical POS tagger for Irish tweets
o Assess how we can leverage existing resources
o Examine the impact of noisy UG text on existing resources
www.adaptcentre.ieCrawled corpus of Irish Tweets
www.adaptcentre.iePOS-tagged tweets (with standard POS-tagger)
"<RT>"
"RT" Guess Abr
"<@NiallSF>"
"@NiallSF" Guess Unknown Noun
"<:>"
":" Punct Int
"<Sásta>"
"sásta" Adj Comp
"<go>"
"go" Part Vb Cmpl
"go" Part Vb Subj
"<raibh>"
"bí" Verb VI PastInd Dep Ecl
"bí" Verb VI PresSubj Ecl
"<sé>"
"sé" Pron Pers 3P Sg Masc Sbj
"<suaimhneach>"
"suaimhneach" Adj Base
www.adaptcentre.iePOS-tags for Irish Tweets
Adapted from work by Gimpel et al., (2011)
www.adaptcentre.ieMapped POS tags
"<RT>"
"RT" ~
"<@NiallSF>"
"@NiallSF" @
"<:>"
":" ~
"<Sásta>"
"sásta" A
"<go>"
"go" T
"<raibh>"
"bí" V
"<sé>"
"sé" O
"<suaimhneach>"
"suaimhneach" A
www.adaptcentre.ieApplication of our work
 Sociolinguistic studies
 Improved automated translation of tweets
 Improved sentiment analysis
 Cross-lingual social media analysis
www.adaptcentre.ieOutline
o Overview of Natural Language Processing (NLP)
o NLP for UGC
o Irish UGC
o Importance of technology for Minority Languages
Image: National Folklore Collection UCD
www.adaptcentre.ie
Source:
indigenoustweets.com
Challenging beliefs through technology
Source:
indigenoustweets.com
www.adaptcentre.ieConclusion
Harness technology to encourage language use:
o at school
o at home (phone technology, games)
o at work (through content creation tools, MT systems)
o online
Influence Government Policy with statistics gathered
through:
o online use analysis
o demand for technology
o empirically demonstrating evolution of language
www.adaptcentre.ie
#GRMA
Go Raibh Maith Agaibh
Thank you!
Questions?
Contact: teresa.lynn@adaptcentre.ie
www.adaptcentre.ieLanguage at Risk
Need to ensure continuing language usage
…….through technology
o Edutainment packages
o Word processing tools
o Webpage translation
o Search engines
o Games
o Social media
o Summarise discussions
o Monitor user sentiment
o Track misuse
Source: http://www.leuphana.de/institute/ies/llt2015.html

More Related Content

Similar to Natural Language Processing for Irish

Beyond the Symbols: A 30-minute Overview of NLP
Beyond the Symbols: A 30-minute Overview of NLPBeyond the Symbols: A 30-minute Overview of NLP
Beyond the Symbols: A 30-minute Overview of NLP
MENGSAYLOEM1
 
Agile Mumbai 2022 - Vikesh Morye | Transfer Learning for Business Agility
Agile Mumbai 2022 - Vikesh Morye | Transfer Learning for Business AgilityAgile Mumbai 2022 - Vikesh Morye | Transfer Learning for Business Agility
Agile Mumbai 2022 - Vikesh Morye | Transfer Learning for Business Agility
AgileNetwork
 
Natural_Language_Processing_1.ppt
Natural_Language_Processing_1.pptNatural_Language_Processing_1.ppt
Natural_Language_Processing_1.ppt
testbest6
 
Introduction to Text Mining
Introduction to Text MiningIntroduction to Text Mining
Introduction to Text Mining
Minha Hwang
 
Natural language processing (Python)
Natural language processing (Python)Natural language processing (Python)
Natural language processing (Python)
Sumit Raj
 
You've Got (Big) Data! Now What?
You've Got (Big) Data! Now What?You've Got (Big) Data! Now What?
You've Got (Big) Data! Now What?
Jess Freaner
 
Bijaya Zenchenko - An Embedding is Worth 1000 Words - Start Using Word Embedd...
Bijaya Zenchenko - An Embedding is Worth 1000 Words - Start Using Word Embedd...Bijaya Zenchenko - An Embedding is Worth 1000 Words - Start Using Word Embedd...
Bijaya Zenchenko - An Embedding is Worth 1000 Words - Start Using Word Embedd...
Rehgan Avon
 
Do We Need Better Presentations
Do We Need Better PresentationsDo We Need Better Presentations
Do We Need Better Presentations
Jose Ramon Macias
 
Feb.2016 Demystifying Digital Humanities - Workshop 2
Feb.2016 Demystifying Digital Humanities - Workshop 2Feb.2016 Demystifying Digital Humanities - Workshop 2
Feb.2016 Demystifying Digital Humanities - Workshop 2
Paige Morgan
 
NLP Introduction.ppt machine learning presentation
NLP  Introduction.ppt machine learning presentationNLP  Introduction.ppt machine learning presentation
NLP Introduction.ppt machine learning presentation
PriyankaRamavath3
 
Deep Representation: Building a Semantic Image Search Engine
Deep Representation: Building a Semantic Image Search EngineDeep Representation: Building a Semantic Image Search Engine
Deep Representation: Building a Semantic Image Search Engine
C4Media
 
16-nlp (2).ppt
16-nlp (2).ppt16-nlp (2).ppt
16-nlp (2).ppt
testbest6
 
Intro 2 document
Intro 2 documentIntro 2 document
Intro 2 document
Uma Kant
 
1004-nlp.ppt
1004-nlp.ppt1004-nlp.ppt
1004-nlp.ppt
chalachew5
 
ADAPT Centre and My NLP journey: MT, MTE, QE, MWE, NER, Treebanks, Parsing.
ADAPT Centre and My NLP journey: MT, MTE, QE, MWE, NER, Treebanks, Parsing.ADAPT Centre and My NLP journey: MT, MTE, QE, MWE, NER, Treebanks, Parsing.
ADAPT Centre and My NLP journey: MT, MTE, QE, MWE, NER, Treebanks, Parsing.
Lifeng (Aaron) Han
 
Intro
IntroIntro
Intro
IntroIntro
painav-121009211104-phpapp02.pptx
painav-121009211104-phpapp02.pptxpainav-121009211104-phpapp02.pptx
painav-121009211104-phpapp02.pptx
rakshitha481121
 
Big Data Oslo v 4 Sci Code: "Current Industry Projects within AI and the Best...
Big Data Oslo v 4 Sci Code: "Current Industry Projects within AI and the Best...Big Data Oslo v 4 Sci Code: "Current Industry Projects within AI and the Best...
Big Data Oslo v 4 Sci Code: "Current Industry Projects within AI and the Best...
Dataconomy Media
 
A Multifaceted Look At Faceting - Ted Sullivan, Lucidworks
A Multifaceted Look At Faceting - Ted Sullivan, LucidworksA Multifaceted Look At Faceting - Ted Sullivan, Lucidworks
A Multifaceted Look At Faceting - Ted Sullivan, Lucidworks
Lucidworks
 

Similar to Natural Language Processing for Irish (20)

Beyond the Symbols: A 30-minute Overview of NLP
Beyond the Symbols: A 30-minute Overview of NLPBeyond the Symbols: A 30-minute Overview of NLP
Beyond the Symbols: A 30-minute Overview of NLP
 
Agile Mumbai 2022 - Vikesh Morye | Transfer Learning for Business Agility
Agile Mumbai 2022 - Vikesh Morye | Transfer Learning for Business AgilityAgile Mumbai 2022 - Vikesh Morye | Transfer Learning for Business Agility
Agile Mumbai 2022 - Vikesh Morye | Transfer Learning for Business Agility
 
Natural_Language_Processing_1.ppt
Natural_Language_Processing_1.pptNatural_Language_Processing_1.ppt
Natural_Language_Processing_1.ppt
 
Introduction to Text Mining
Introduction to Text MiningIntroduction to Text Mining
Introduction to Text Mining
 
Natural language processing (Python)
Natural language processing (Python)Natural language processing (Python)
Natural language processing (Python)
 
You've Got (Big) Data! Now What?
You've Got (Big) Data! Now What?You've Got (Big) Data! Now What?
You've Got (Big) Data! Now What?
 
Bijaya Zenchenko - An Embedding is Worth 1000 Words - Start Using Word Embedd...
Bijaya Zenchenko - An Embedding is Worth 1000 Words - Start Using Word Embedd...Bijaya Zenchenko - An Embedding is Worth 1000 Words - Start Using Word Embedd...
Bijaya Zenchenko - An Embedding is Worth 1000 Words - Start Using Word Embedd...
 
Do We Need Better Presentations
Do We Need Better PresentationsDo We Need Better Presentations
Do We Need Better Presentations
 
Feb.2016 Demystifying Digital Humanities - Workshop 2
Feb.2016 Demystifying Digital Humanities - Workshop 2Feb.2016 Demystifying Digital Humanities - Workshop 2
Feb.2016 Demystifying Digital Humanities - Workshop 2
 
NLP Introduction.ppt machine learning presentation
NLP  Introduction.ppt machine learning presentationNLP  Introduction.ppt machine learning presentation
NLP Introduction.ppt machine learning presentation
 
Deep Representation: Building a Semantic Image Search Engine
Deep Representation: Building a Semantic Image Search EngineDeep Representation: Building a Semantic Image Search Engine
Deep Representation: Building a Semantic Image Search Engine
 
16-nlp (2).ppt
16-nlp (2).ppt16-nlp (2).ppt
16-nlp (2).ppt
 
Intro 2 document
Intro 2 documentIntro 2 document
Intro 2 document
 
1004-nlp.ppt
1004-nlp.ppt1004-nlp.ppt
1004-nlp.ppt
 
ADAPT Centre and My NLP journey: MT, MTE, QE, MWE, NER, Treebanks, Parsing.
ADAPT Centre and My NLP journey: MT, MTE, QE, MWE, NER, Treebanks, Parsing.ADAPT Centre and My NLP journey: MT, MTE, QE, MWE, NER, Treebanks, Parsing.
ADAPT Centre and My NLP journey: MT, MTE, QE, MWE, NER, Treebanks, Parsing.
 
Intro
IntroIntro
Intro
 
Intro
IntroIntro
Intro
 
painav-121009211104-phpapp02.pptx
painav-121009211104-phpapp02.pptxpainav-121009211104-phpapp02.pptx
painav-121009211104-phpapp02.pptx
 
Big Data Oslo v 4 Sci Code: "Current Industry Projects within AI and the Best...
Big Data Oslo v 4 Sci Code: "Current Industry Projects within AI and the Best...Big Data Oslo v 4 Sci Code: "Current Industry Projects within AI and the Best...
Big Data Oslo v 4 Sci Code: "Current Industry Projects within AI and the Best...
 
A Multifaceted Look At Faceting - Ted Sullivan, Lucidworks
A Multifaceted Look At Faceting - Ted Sullivan, LucidworksA Multifaceted Look At Faceting - Ted Sullivan, Lucidworks
A Multifaceted Look At Faceting - Ted Sullivan, Lucidworks
 

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 Languages
Teresa Lynn
 
Protecting Minority Languages from Digital Extinction
Protecting Minority Languages from Digital ExtinctionProtecting Minority Languages from Digital Extinction
Protecting Minority Languages from Digital Extinction
Teresa Lynn
 
Dublin Machine Learning Meetup 2019
Dublin Machine Learning Meetup 2019Dublin Machine Learning Meetup 2019
Dublin Machine Learning Meetup 2019
Teresa Lynn
 
Universal Dependencies
Universal DependenciesUniversal Dependencies
Universal Dependencies
Teresa Lynn
 
Active Learning and the Irish Treebank
Active Learning and the Irish TreebankActive Learning and the Irish Treebank
Active Learning and the Irish Treebank
Teresa 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 Tweets
Teresa 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 (7)

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
 
Universal Dependencies
Universal DependenciesUniversal Dependencies
Universal Dependencies
 
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

Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
Brandon Minnick, MBA
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Alpen-Adria-Universität
 
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - HiikeSystem Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
Hiike
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
saastr
 
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Wask
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
Azure API Management to expose backend services securely
Azure API Management to expose backend services securelyAzure API Management to expose backend services securely
Azure API Management to expose backend services securely
Dinusha Kumarasiri
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStrDeep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
saastr
 
Recommendation System using RAG Architecture
Recommendation System using RAG ArchitectureRecommendation System using RAG Architecture
Recommendation System using RAG Architecture
fredae14
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
ssuserfac0301
 
Nunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdf
Nunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdfNunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdf
Nunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdf
flufftailshop
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
saastr
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
Jason Packer
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Tosin Akinosho
 
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Jeffrey Haguewood
 
GenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizationsGenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizations
kumardaparthi1024
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
Zilliz
 

Recently uploaded (20)

Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
 
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - HiikeSystem Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
 
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
Azure API Management to expose backend services securely
Azure API Management to expose backend services securelyAzure API Management to expose backend services securely
Azure API Management to expose backend services securely
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStrDeep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
 
Recommendation System using RAG Architecture
Recommendation System using RAG ArchitectureRecommendation System using RAG Architecture
Recommendation System using RAG Architecture
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
 
Nunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdf
Nunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdfNunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdf
Nunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdf
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
 
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
 
GenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizationsGenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizations
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
 

Natural Language Processing for Irish