SlideShare ist ein Scribd-Unternehmen logo
1 von 28
Natural Language Processing
2
Copyright @ 2019 Learntek. All Rights Reserved. 3
Natural Language Processing
Natural language processing is a sub-area of computer science, information
engineering, and artificial intelligence concerned with the interactions between
computers and human (native) languages. This is nothing but how to program
computers to process and analyse large amounts of natural language data.
In another way, Natural language processing is the capability of a computer
software to understand human language as it is spoken. Natural Language
Processing (NLP) is one of the component of artificial intelligence (AI).
The real-life examples of natural language processing are like understanding
complete sentences, understanding synonyms of matching words, speech
recognition, speech translation, and writing complete grammatically correct
sentences and paragraphs.
Copyright @ 2019 Learntek. All Rights Reserved. 4
The applications of Natural Language Processing in the various fields are as follows,
Copyright @ 2019 Learntek. All Rights Reserved. 5
A) Machine Translation
The amount of information available is growing over the internet. Machine
translation helps us conquer language barriers that we often encounter by
translating technical manuals, support content or catalogues at a reduced cost. The
main challenge with machine translation technologies is not in translating words,
but in understanding the meaning of sentences to provide an accurate translation.
Copyright @ 2019 Learntek. All Rights Reserved. 6
B) Automatic Summarization
It reduces a larger text into a shorter, yet richly constituted an abbreviated narrative
representation of the original document. It extracts keywords or key-phrases from a
large piece of writing. It creates an abstract of an entire article. Information overload is
a real problem when we need to access a specific, important piece of information from
a vast knowledge dataset. Automatic summarization is important not only for
summarizing the meaning of documents and information but also to understanding the
emotional meanings inside the data, like in collecting information or data from social
websites. Automatic summarization mainly useful when used to provide a summary of
a news item or blog posts by avoiding repetition from multiple websites and
maximizing the dissimilarities of content that obtained.
Copyright @ 2019 Learntek. All Rights Reserved. 7
Copyright @ 2019 Learntek. All Rights Reserved. 8
C) Sentiment Analysis
Copyright @ 2019 Learntek. All Rights Reserved. 9
The aim of sentiment analysis is to identify sentiment among several posts or even in
the same position where emotion is not always explicitly expressed. Many
multinational companies are using natural language processing applications, such as
sentiment analysis, to detect the opinions and sentiment over the internet to help
them understand what customers think about their products and services (i.e., “I love
the new mobile phones iphone” and, after few lines “But many times it won’t work
well” where the person is still talking about the iphone mobile phones) and complete
indicators of their reputation. Beyond determining simple polarity, sentiment analysis
understands the sentiment in context to help you better understand what’s behind
an expressed opinion, which can be extremely relevant in understanding and driving
purchasing decisions. It is used to support the companies to analyze a large number
of reviews on a product. Also, it is used to help the customer’s process the reviews
provided on a product.
Copyright @ 2019 Learntek. All Rights Reserved. 10
D) Document or Text classification
Copyright @ 2019 Learntek. All Rights Reserved. 11
Document or Text classification makes it possible to assign predefined categories
to a document and organize it to help you find the information you need or
simplify some activities. For example, an application of text categorization is spam
filtering in an email.
E) Speech Processing
Copyright @ 2019 Learntek. All Rights Reserved. 12
•Text to speech: it converts electronic text to digital speech which is helpful for the
deaf and dumb society
•Speech to text: it converts digital speech to text.
•Automatic Speech Recognition: Automatic transcription of spoken content to
electronic text
•Speech to speech translation: Translating spoken content from one language to
another in real time or offline.
Copyright @ 2019 Learntek. All Rights Reserved. 13
F) Image Captioning
Copyright @ 2019 Learntek. All Rights Reserved. 14
Image Captioning is a process of generating a textual description of an image. It
uses both Natural Language Processing and Computer Vision to produce the
captions.
G) Information Extraction
Copyright @ 2019 Learntek. All Rights Reserved. 15
Information extraction is the way of obtaining a system resource related to an
information need from a collection of information resources. The searches can be
based on full-text or other content-based indexing. Information extraction is the
science of searching for information in a document, searching for documents
themselves, and also searching for metadata that describes data, and for databases
of texts, images or sounds.
Extraction of meaning from an email:-
I have decided to meet tomorrow at 10:00 am in the lab.
What to do: meeting
At what Time: 10:00 am
Location: Lab
Copyright @ 2015 Learntek. All Rights Reserved. 16
H) Information Retrieval
Copyright @ 2019 Learntek. All Rights Reserved. 17
The Information retrieval involves returning a set of documents in response to a
user query. Internet search engines use the information retrieval system. Moreover,
one can change from classical information retrieval is that Internet searching now
uses the methods that rank the documents according to how many links there are
to them (example Google’s PageRank) as well as the presence of search terms.
I) Search Engines and Semantic Web Search:
The web search engine is a software application that is devised to search for an
information on the internet (World Wide Web). The search results are normally
presented in a line of results often referred to as search engine results pages
(SERPs). Semantic Web search engines are applications for finding ontologies that
require reasonable effort: queries are usually written as natural language
keywords and results are ranked.
Copyright @ 2019 Learntek. All Rights Reserved. 18
Copyright @ 2019 Learntek. All Rights Reserved. 19
J) Question answering
It attempts to find a specific answer to a particular question from a collection
of documents, or short piece of text that contains the answer. For example,
what is the capital of India?
Copyright @ 2019 Learntek. All Rights Reserved. 20
K) Collaborative filtering
The technology to make recommendations based on user behaviour on an E-
commerce website. From your history or previous search e-commerce website
provide us with a recommendation
Copyright @ 2019 Learntek. All Rights Reserved. 21
Natural Language Processing in other Fields
Apart from the above application, there are some other fields where Natural
Language Processing is used which are as follows,
•Politics
•E-governance
•Bio-Medical
•Forensic Science
•Business Development
•Marketing
•Advertisement
•Education
Copyright @ 2019 Learntek. All Rights Reserved. 22
Architecture of Natural Language Processing
The input to the Natural Language Processing system could be speech or text. It
could also be a gesture (multimodal input or perhaps a Sign Language).
Copyright @ 2019 Learntek. All Rights Reserved.
23
Lexical and Morphological Analysis
The lexicon of a language is its vocabulary which includes its words and expressions.
The Morphology depicts analysing, identifying and description of a structure of words.
The lexical analysis involves dividing a text into paragraphs, words and the sentences
Syntactic Analysis
Syntax focuses on the proper ordering of words and its effect on meaning. This
focuses on the analysis of the words in a sentence to depict the grammatical structure
of the sentence. The words are transformed into a structure that shows how the
words are related to each other. Example, “the boys the go to the school”. This
sentence would be rejected by the English syntactic analyser.
Copyright @ 2019 Learntek. All Rights Reserved.
24
Semantic Analysis
Semantics focus on the meaning of words, sentences and phrases. This abstracts the
dictionary meaning or the exact meaning from context. The structures which are
created by the syntactic analyser are assigned meaning Example, “colourful blue idea”.
This sentence would be rejected by the analyser as colourful blue do not make any
sense together.
Discourse Integration
It finds out the sense of the context. The meaning of any single sentence depends upon
the sentences that precede it and also invokes the meaning of the phrases that follow
it. Example the word “it” in the sentence “she wanted it” depends upon the prior
discourse context
Copyright @ 2019 Learntek. All Rights Reserved. 25
Pragmatic Analysis
Pragmatics concerns the overall communicative and social context and its effect on
interpretation. It means abstracting or deriving the purposeful use of the language
in situations, importantly those aspects of language which require world knowledge.
The main focus is on what was said is reinterpreted on what it means.
•E.g. “close the window?” should have been interpreted as a request rather than an
order
Copyright @ 2019 Learntek. All Rights Reserved.
26
Components of Natural Language Processing
The important components of Natural Language Processing are as follows
•Input Pre Processing: speech/gesture recognizer or text pre-processor
•Morphological Analysis
•Speech Tagging
•Parsing – This includes syntax and compositional semantics
•Disambiguation: It can be done as part of parsing
•Context Module: It maintains information about the context
•Text Planning: The part of language generation / what meaning to convey
•Tactical Generation: It converts meaning representations to strings.
•Morphological Generation
•Output Processing: text-to-speech, text formatting, etc.
Copyright @ 2019 Learntek. All Rights Reserved. 27
Use of NLTK for Natural Language Processing:
Natural language toolkit i.e., NLTK is one of the most popular libraries for natural
language processing (Natural Language Processing) and very easy to learn. It has
been written in Python and has a big community behind it.
Copyright @ 2019 Learntek. All Rights Reserved. 28
For more Training Information , Contact Us
Email : info@learntek.org
USA : +1734 418 2465
INDIA : +40 4018 1306
+7799713624

Weitere ähnliche Inhalte

Was ist angesagt?

Natural Language Processing (NLP), Search and Wearable Technology
Natural Language Processing (NLP), Search and Wearable TechnologyNatural Language Processing (NLP), Search and Wearable Technology
Natural Language Processing (NLP), Search and Wearable Technologypixelbuilders
 
TALASH: A SEMANTIC AND CONTEXT BASED OPTIMIZED HINDI SEARCH ENGINE
TALASH: A SEMANTIC AND CONTEXT BASED OPTIMIZED HINDI SEARCH ENGINETALASH: A SEMANTIC AND CONTEXT BASED OPTIMIZED HINDI SEARCH ENGINE
TALASH: A SEMANTIC AND CONTEXT BASED OPTIMIZED HINDI SEARCH ENGINEIJCSEIT Journal
 
An Intelligent Career Counselling Bot A System for Counselling
An Intelligent Career Counselling Bot A System for CounsellingAn Intelligent Career Counselling Bot A System for Counselling
An Intelligent Career Counselling Bot A System for CounsellingIRJET Journal
 
(F)time to help presentation
(F)time to help presentation(F)time to help presentation
(F)time to help presentationportablefalls
 
Will AI Patent Attorney Be Possible? Insights Based On The-State-Of-The-Art ...
Will AI Patent Attorney Be Possible?  Insights Based On The-State-Of-The-Art ...Will AI Patent Attorney Be Possible?  Insights Based On The-State-Of-The-Art ...
Will AI Patent Attorney Be Possible? Insights Based On The-State-Of-The-Art ...Alex G. Lee, Ph.D. Esq. CLP
 
Interactive speech based games for autistic children with asperger syndrome
Interactive speech based games for autistic children with asperger syndromeInteractive speech based games for autistic children with asperger syndrome
Interactive speech based games for autistic children with asperger syndromeAmal Abduallah
 
DEVELOPMENT OF AN INTEGRATED TOOL THAT SUMMARRIZE AND PRODUCE THE SIGN LANGUA...
DEVELOPMENT OF AN INTEGRATED TOOL THAT SUMMARRIZE AND PRODUCE THE SIGN LANGUA...DEVELOPMENT OF AN INTEGRATED TOOL THAT SUMMARRIZE AND PRODUCE THE SIGN LANGUA...
DEVELOPMENT OF AN INTEGRATED TOOL THAT SUMMARRIZE AND PRODUCE THE SIGN LANGUA...IJITCA Journal
 
Development of Bi-Directional English To Yoruba Translator for Real-Time Mobi...
Development of Bi-Directional English To Yoruba Translator for Real-Time Mobi...Development of Bi-Directional English To Yoruba Translator for Real-Time Mobi...
Development of Bi-Directional English To Yoruba Translator for Real-Time Mobi...CSCJournals
 
XAI LANGUAGE TUTOR - A XAI-BASED LANGUAGE LEARNING CHATBOT USING ONTOLOGY AND...
XAI LANGUAGE TUTOR - A XAI-BASED LANGUAGE LEARNING CHATBOT USING ONTOLOGY AND...XAI LANGUAGE TUTOR - A XAI-BASED LANGUAGE LEARNING CHATBOT USING ONTOLOGY AND...
XAI LANGUAGE TUTOR - A XAI-BASED LANGUAGE LEARNING CHATBOT USING ONTOLOGY AND...ijnlc
 
Text analysis and Semantic Search with GATE
Text analysis and Semantic Search with GATEText analysis and Semantic Search with GATE
Text analysis and Semantic Search with GATEDiana Maynard
 
Keyword Extraction Based Summarization of Categorized Kannada Text Documents
Keyword Extraction Based Summarization of Categorized Kannada Text Documents Keyword Extraction Based Summarization of Categorized Kannada Text Documents
Keyword Extraction Based Summarization of Categorized Kannada Text Documents ijsc
 
IS-EUD-2015, Madrid, Spain, 27 May 2015
IS-EUD-2015, Madrid, Spain, 27 May 2015IS-EUD-2015, Madrid, Spain, 27 May 2015
IS-EUD-2015, Madrid, Spain, 27 May 2015Charith Perera
 

Was ist angesagt? (13)

Natural Language Processing (NLP), Search and Wearable Technology
Natural Language Processing (NLP), Search and Wearable TechnologyNatural Language Processing (NLP), Search and Wearable Technology
Natural Language Processing (NLP), Search and Wearable Technology
 
TALASH: A SEMANTIC AND CONTEXT BASED OPTIMIZED HINDI SEARCH ENGINE
TALASH: A SEMANTIC AND CONTEXT BASED OPTIMIZED HINDI SEARCH ENGINETALASH: A SEMANTIC AND CONTEXT BASED OPTIMIZED HINDI SEARCH ENGINE
TALASH: A SEMANTIC AND CONTEXT BASED OPTIMIZED HINDI SEARCH ENGINE
 
An Intelligent Career Counselling Bot A System for Counselling
An Intelligent Career Counselling Bot A System for CounsellingAn Intelligent Career Counselling Bot A System for Counselling
An Intelligent Career Counselling Bot A System for Counselling
 
(F)time to help presentation
(F)time to help presentation(F)time to help presentation
(F)time to help presentation
 
Will AI Patent Attorney Be Possible? Insights Based On The-State-Of-The-Art ...
Will AI Patent Attorney Be Possible?  Insights Based On The-State-Of-The-Art ...Will AI Patent Attorney Be Possible?  Insights Based On The-State-Of-The-Art ...
Will AI Patent Attorney Be Possible? Insights Based On The-State-Of-The-Art ...
 
Interactive speech based games for autistic children with asperger syndrome
Interactive speech based games for autistic children with asperger syndromeInteractive speech based games for autistic children with asperger syndrome
Interactive speech based games for autistic children with asperger syndrome
 
DEVELOPMENT OF AN INTEGRATED TOOL THAT SUMMARRIZE AND PRODUCE THE SIGN LANGUA...
DEVELOPMENT OF AN INTEGRATED TOOL THAT SUMMARRIZE AND PRODUCE THE SIGN LANGUA...DEVELOPMENT OF AN INTEGRATED TOOL THAT SUMMARRIZE AND PRODUCE THE SIGN LANGUA...
DEVELOPMENT OF AN INTEGRATED TOOL THAT SUMMARRIZE AND PRODUCE THE SIGN LANGUA...
 
Development of Bi-Directional English To Yoruba Translator for Real-Time Mobi...
Development of Bi-Directional English To Yoruba Translator for Real-Time Mobi...Development of Bi-Directional English To Yoruba Translator for Real-Time Mobi...
Development of Bi-Directional English To Yoruba Translator for Real-Time Mobi...
 
XAI LANGUAGE TUTOR - A XAI-BASED LANGUAGE LEARNING CHATBOT USING ONTOLOGY AND...
XAI LANGUAGE TUTOR - A XAI-BASED LANGUAGE LEARNING CHATBOT USING ONTOLOGY AND...XAI LANGUAGE TUTOR - A XAI-BASED LANGUAGE LEARNING CHATBOT USING ONTOLOGY AND...
XAI LANGUAGE TUTOR - A XAI-BASED LANGUAGE LEARNING CHATBOT USING ONTOLOGY AND...
 
Text analysis and Semantic Search with GATE
Text analysis and Semantic Search with GATEText analysis and Semantic Search with GATE
Text analysis and Semantic Search with GATE
 
A017420108
A017420108A017420108
A017420108
 
Keyword Extraction Based Summarization of Categorized Kannada Text Documents
Keyword Extraction Based Summarization of Categorized Kannada Text Documents Keyword Extraction Based Summarization of Categorized Kannada Text Documents
Keyword Extraction Based Summarization of Categorized Kannada Text Documents
 
IS-EUD-2015, Madrid, Spain, 27 May 2015
IS-EUD-2015, Madrid, Spain, 27 May 2015IS-EUD-2015, Madrid, Spain, 27 May 2015
IS-EUD-2015, Madrid, Spain, 27 May 2015
 

Ähnlich wie Natural language processing

How ChatGPT and AI-assisted coding changes software engineering profoundly
How ChatGPT and AI-assisted coding changes software engineering profoundlyHow ChatGPT and AI-assisted coding changes software engineering profoundly
How ChatGPT and AI-assisted coding changes software engineering profoundlyPekka Abrahamsson / Tampere University
 
An Overview Of Natural Language Processing
An Overview Of Natural Language ProcessingAn Overview Of Natural Language Processing
An Overview Of Natural Language ProcessingScott Faria
 
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
 
IRJET- My Buddy App: Communications between Smart Devices through Voice A...
IRJET-  	  My Buddy App: Communications between Smart Devices through Voice A...IRJET-  	  My Buddy App: Communications between Smart Devices through Voice A...
IRJET- My Buddy App: Communications between Smart Devices through Voice A...IRJET Journal
 
AI生成工具的新衝擊 - MS Bing & Google Bard 能否挑戰ChatGPT-4領導地位
AI生成工具的新衝擊 - MS Bing & Google Bard 能否挑戰ChatGPT-4領導地位AI生成工具的新衝擊 - MS Bing & Google Bard 能否挑戰ChatGPT-4領導地位
AI生成工具的新衝擊 - MS Bing & Google Bard 能否挑戰ChatGPT-4領導地位eLearning Consortium 電子學習聯盟
 
Detailed Study on Natural Language Processing Services.
Detailed Study on Natural Language Processing Services.Detailed Study on Natural Language Processing Services.
Detailed Study on Natural Language Processing Services.IRJET Journal
 
EVALUATION OF CHATBOT TECHNOLOGY: THE CASE OF GREECE
EVALUATION OF CHATBOT TECHNOLOGY: THE CASE OF GREECEEVALUATION OF CHATBOT TECHNOLOGY: THE CASE OF GREECE
EVALUATION OF CHATBOT TECHNOLOGY: THE CASE OF GREECEkevig
 
Evaluation of Chatbot Technology: The Case of Greece
Evaluation of Chatbot Technology: The Case of GreeceEvaluation of Chatbot Technology: The Case of Greece
Evaluation of Chatbot Technology: The Case of Greecekevig
 
Survey on Chatbot Classification and Technologies
Survey on Chatbot Classification and TechnologiesSurvey on Chatbot Classification and Technologies
Survey on Chatbot Classification and TechnologiesIRJET Journal
 
Ibm watson boston meetup may 27 2015
Ibm watson boston meetup may 27 2015Ibm watson boston meetup may 27 2015
Ibm watson boston meetup may 27 2015IBM
 
How to Build an App with ChatGPT.pdf
How to Build an App with ChatGPT.pdfHow to Build an App with ChatGPT.pdf
How to Build an App with ChatGPT.pdfMatthewHaws4
 
16     Decision Support and Business Intelligence Systems (9th E.docx
16     Decision Support and Business Intelligence Systems (9th E.docx16     Decision Support and Business Intelligence Systems (9th E.docx
16     Decision Support and Business Intelligence Systems (9th E.docxRAJU852744
 
16     Decision Support and Business Intelligence Systems (9th E.docx
16     Decision Support and Business Intelligence Systems (9th E.docx16     Decision Support and Business Intelligence Systems (9th E.docx
16     Decision Support and Business Intelligence Systems (9th E.docxherminaprocter
 
APznzaalselifJKjGQdTCA51cF7bldYdFMvDcshM8opKFZ_ZaIV-dqkiLoIKIfhz2tS6Fw5UBk25u...
APznzaalselifJKjGQdTCA51cF7bldYdFMvDcshM8opKFZ_ZaIV-dqkiLoIKIfhz2tS6Fw5UBk25u...APznzaalselifJKjGQdTCA51cF7bldYdFMvDcshM8opKFZ_ZaIV-dqkiLoIKIfhz2tS6Fw5UBk25u...
APznzaalselifJKjGQdTCA51cF7bldYdFMvDcshM8opKFZ_ZaIV-dqkiLoIKIfhz2tS6Fw5UBk25u...AishwaryaChemate
 
The Rise Of ChatGPT_ Advancements In AI-Language Model Technology.pdf
The Rise Of ChatGPT_ Advancements In AI-Language Model Technology.pdfThe Rise Of ChatGPT_ Advancements In AI-Language Model Technology.pdf
The Rise Of ChatGPT_ Advancements In AI-Language Model Technology.pdfLucas Lagone
 
Chatbot
ChatbotChatbot
Chatbotijtsrd
 
Questions On Natural Language Processing
Questions On Natural Language ProcessingQuestions On Natural Language Processing
Questions On Natural Language ProcessingAdriana Wilson
 
ai_and_you_slide_template.pptx
ai_and_you_slide_template.pptxai_and_you_slide_template.pptx
ai_and_you_slide_template.pptxganeshjilo
 

Ähnlich wie Natural language processing (20)

How ChatGPT and AI-assisted coding changes software engineering profoundly
How ChatGPT and AI-assisted coding changes software engineering profoundlyHow ChatGPT and AI-assisted coding changes software engineering profoundly
How ChatGPT and AI-assisted coding changes software engineering profoundly
 
An Overview Of Natural Language Processing
An Overview Of Natural Language ProcessingAn Overview Of Natural Language Processing
An Overview Of Natural Language Processing
 
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
 
IRJET- My Buddy App: Communications between Smart Devices through Voice A...
IRJET-  	  My Buddy App: Communications between Smart Devices through Voice A...IRJET-  	  My Buddy App: Communications between Smart Devices through Voice A...
IRJET- My Buddy App: Communications between Smart Devices through Voice A...
 
AI生成工具的新衝擊 - MS Bing & Google Bard 能否挑戰ChatGPT-4領導地位
AI生成工具的新衝擊 - MS Bing & Google Bard 能否挑戰ChatGPT-4領導地位AI生成工具的新衝擊 - MS Bing & Google Bard 能否挑戰ChatGPT-4領導地位
AI生成工具的新衝擊 - MS Bing & Google Bard 能否挑戰ChatGPT-4領導地位
 
Detailed Study on Natural Language Processing Services.
Detailed Study on Natural Language Processing Services.Detailed Study on Natural Language Processing Services.
Detailed Study on Natural Language Processing Services.
 
EVALUATION OF CHATBOT TECHNOLOGY: THE CASE OF GREECE
EVALUATION OF CHATBOT TECHNOLOGY: THE CASE OF GREECEEVALUATION OF CHATBOT TECHNOLOGY: THE CASE OF GREECE
EVALUATION OF CHATBOT TECHNOLOGY: THE CASE OF GREECE
 
Evaluation of Chatbot Technology: The Case of Greece
Evaluation of Chatbot Technology: The Case of GreeceEvaluation of Chatbot Technology: The Case of Greece
Evaluation of Chatbot Technology: The Case of Greece
 
Survey on Chatbot Classification and Technologies
Survey on Chatbot Classification and TechnologiesSurvey on Chatbot Classification and Technologies
Survey on Chatbot Classification and Technologies
 
Ibm watson boston meetup may 27 2015
Ibm watson boston meetup may 27 2015Ibm watson boston meetup may 27 2015
Ibm watson boston meetup may 27 2015
 
How to Build an App with ChatGPT.pdf
How to Build an App with ChatGPT.pdfHow to Build an App with ChatGPT.pdf
How to Build an App with ChatGPT.pdf
 
16     Decision Support and Business Intelligence Systems (9th E.docx
16     Decision Support and Business Intelligence Systems (9th E.docx16     Decision Support and Business Intelligence Systems (9th E.docx
16     Decision Support and Business Intelligence Systems (9th E.docx
 
16     Decision Support and Business Intelligence Systems (9th E.docx
16     Decision Support and Business Intelligence Systems (9th E.docx16     Decision Support and Business Intelligence Systems (9th E.docx
16     Decision Support and Business Intelligence Systems (9th E.docx
 
sample PPT.pptx
sample PPT.pptxsample PPT.pptx
sample PPT.pptx
 
APznzaalselifJKjGQdTCA51cF7bldYdFMvDcshM8opKFZ_ZaIV-dqkiLoIKIfhz2tS6Fw5UBk25u...
APznzaalselifJKjGQdTCA51cF7bldYdFMvDcshM8opKFZ_ZaIV-dqkiLoIKIfhz2tS6Fw5UBk25u...APznzaalselifJKjGQdTCA51cF7bldYdFMvDcshM8opKFZ_ZaIV-dqkiLoIKIfhz2tS6Fw5UBk25u...
APznzaalselifJKjGQdTCA51cF7bldYdFMvDcshM8opKFZ_ZaIV-dqkiLoIKIfhz2tS6Fw5UBk25u...
 
The Rise Of ChatGPT_ Advancements In AI-Language Model Technology.pdf
The Rise Of ChatGPT_ Advancements In AI-Language Model Technology.pdfThe Rise Of ChatGPT_ Advancements In AI-Language Model Technology.pdf
The Rise Of ChatGPT_ Advancements In AI-Language Model Technology.pdf
 
What is ChatGPT.pdf
What is ChatGPT.pdfWhat is ChatGPT.pdf
What is ChatGPT.pdf
 
Chatbot
ChatbotChatbot
Chatbot
 
Questions On Natural Language Processing
Questions On Natural Language ProcessingQuestions On Natural Language Processing
Questions On Natural Language Processing
 
ai_and_you_slide_template.pptx
ai_and_you_slide_template.pptxai_and_you_slide_template.pptx
ai_and_you_slide_template.pptx
 

Mehr von Janu Jahnavi

Analytics using r programming
Analytics using r programmingAnalytics using r programming
Analytics using r programmingJanu Jahnavi
 
Google cloud platform
Google cloud platformGoogle cloud platform
Google cloud platformJanu Jahnavi
 
Google cloud Platform
Google cloud PlatformGoogle cloud Platform
Google cloud PlatformJanu Jahnavi
 
Apache spark with java 8
Apache spark with java 8Apache spark with java 8
Apache spark with java 8Janu Jahnavi
 
Apache spark with java 8
Apache spark with java 8Apache spark with java 8
Apache spark with java 8Janu Jahnavi
 
Categorizing and pos tagging with nltk python
Categorizing and pos tagging with nltk pythonCategorizing and pos tagging with nltk python
Categorizing and pos tagging with nltk pythonJanu Jahnavi
 
Categorizing and pos tagging with nltk python
Categorizing and pos tagging with nltk pythonCategorizing and pos tagging with nltk python
Categorizing and pos tagging with nltk pythonJanu Jahnavi
 

Mehr von Janu Jahnavi (20)

Analytics using r programming
Analytics using r programmingAnalytics using r programming
Analytics using r programming
 
Software testing
Software testingSoftware testing
Software testing
 
Software testing
Software testingSoftware testing
Software testing
 
Spring
SpringSpring
Spring
 
Stack skills
Stack skillsStack skills
Stack skills
 
Ui devopler
Ui devoplerUi devopler
Ui devopler
 
Apache flink
Apache flinkApache flink
Apache flink
 
Apache flink
Apache flinkApache flink
Apache flink
 
Angular js
Angular jsAngular js
Angular js
 
Mysql python
Mysql pythonMysql python
Mysql python
 
Mysql python
Mysql pythonMysql python
Mysql python
 
Ruby with cucmber
Ruby with cucmberRuby with cucmber
Ruby with cucmber
 
Apache kafka
Apache kafkaApache kafka
Apache kafka
 
Apache kafka
Apache kafkaApache kafka
Apache kafka
 
Google cloud platform
Google cloud platformGoogle cloud platform
Google cloud platform
 
Google cloud Platform
Google cloud PlatformGoogle cloud Platform
Google cloud Platform
 
Apache spark with java 8
Apache spark with java 8Apache spark with java 8
Apache spark with java 8
 
Apache spark with java 8
Apache spark with java 8Apache spark with java 8
Apache spark with java 8
 
Categorizing and pos tagging with nltk python
Categorizing and pos tagging with nltk pythonCategorizing and pos tagging with nltk python
Categorizing and pos tagging with nltk python
 
Categorizing and pos tagging with nltk python
Categorizing and pos tagging with nltk pythonCategorizing and pos tagging with nltk python
Categorizing and pos tagging with nltk python
 

Kürzlich hochgeladen

microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...KokoStevan
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.MateoGardella
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfSanaAli374401
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterMateoGardella
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfChris Hunter
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 

Kürzlich hochgeladen (20)

INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 

Natural language processing

  • 2. 2
  • 3. Copyright @ 2019 Learntek. All Rights Reserved. 3 Natural Language Processing Natural language processing is a sub-area of computer science, information engineering, and artificial intelligence concerned with the interactions between computers and human (native) languages. This is nothing but how to program computers to process and analyse large amounts of natural language data. In another way, Natural language processing is the capability of a computer software to understand human language as it is spoken. Natural Language Processing (NLP) is one of the component of artificial intelligence (AI). The real-life examples of natural language processing are like understanding complete sentences, understanding synonyms of matching words, speech recognition, speech translation, and writing complete grammatically correct sentences and paragraphs.
  • 4. Copyright @ 2019 Learntek. All Rights Reserved. 4 The applications of Natural Language Processing in the various fields are as follows,
  • 5. Copyright @ 2019 Learntek. All Rights Reserved. 5 A) Machine Translation The amount of information available is growing over the internet. Machine translation helps us conquer language barriers that we often encounter by translating technical manuals, support content or catalogues at a reduced cost. The main challenge with machine translation technologies is not in translating words, but in understanding the meaning of sentences to provide an accurate translation.
  • 6. Copyright @ 2019 Learntek. All Rights Reserved. 6 B) Automatic Summarization It reduces a larger text into a shorter, yet richly constituted an abbreviated narrative representation of the original document. It extracts keywords or key-phrases from a large piece of writing. It creates an abstract of an entire article. Information overload is a real problem when we need to access a specific, important piece of information from a vast knowledge dataset. Automatic summarization is important not only for summarizing the meaning of documents and information but also to understanding the emotional meanings inside the data, like in collecting information or data from social websites. Automatic summarization mainly useful when used to provide a summary of a news item or blog posts by avoiding repetition from multiple websites and maximizing the dissimilarities of content that obtained.
  • 7. Copyright @ 2019 Learntek. All Rights Reserved. 7
  • 8. Copyright @ 2019 Learntek. All Rights Reserved. 8 C) Sentiment Analysis
  • 9. Copyright @ 2019 Learntek. All Rights Reserved. 9 The aim of sentiment analysis is to identify sentiment among several posts or even in the same position where emotion is not always explicitly expressed. Many multinational companies are using natural language processing applications, such as sentiment analysis, to detect the opinions and sentiment over the internet to help them understand what customers think about their products and services (i.e., “I love the new mobile phones iphone” and, after few lines “But many times it won’t work well” where the person is still talking about the iphone mobile phones) and complete indicators of their reputation. Beyond determining simple polarity, sentiment analysis understands the sentiment in context to help you better understand what’s behind an expressed opinion, which can be extremely relevant in understanding and driving purchasing decisions. It is used to support the companies to analyze a large number of reviews on a product. Also, it is used to help the customer’s process the reviews provided on a product.
  • 10. Copyright @ 2019 Learntek. All Rights Reserved. 10 D) Document or Text classification
  • 11. Copyright @ 2019 Learntek. All Rights Reserved. 11 Document or Text classification makes it possible to assign predefined categories to a document and organize it to help you find the information you need or simplify some activities. For example, an application of text categorization is spam filtering in an email. E) Speech Processing
  • 12. Copyright @ 2019 Learntek. All Rights Reserved. 12 •Text to speech: it converts electronic text to digital speech which is helpful for the deaf and dumb society •Speech to text: it converts digital speech to text. •Automatic Speech Recognition: Automatic transcription of spoken content to electronic text •Speech to speech translation: Translating spoken content from one language to another in real time or offline.
  • 13. Copyright @ 2019 Learntek. All Rights Reserved. 13 F) Image Captioning
  • 14. Copyright @ 2019 Learntek. All Rights Reserved. 14 Image Captioning is a process of generating a textual description of an image. It uses both Natural Language Processing and Computer Vision to produce the captions. G) Information Extraction
  • 15. Copyright @ 2019 Learntek. All Rights Reserved. 15 Information extraction is the way of obtaining a system resource related to an information need from a collection of information resources. The searches can be based on full-text or other content-based indexing. Information extraction is the science of searching for information in a document, searching for documents themselves, and also searching for metadata that describes data, and for databases of texts, images or sounds. Extraction of meaning from an email:- I have decided to meet tomorrow at 10:00 am in the lab. What to do: meeting At what Time: 10:00 am Location: Lab
  • 16. Copyright @ 2015 Learntek. All Rights Reserved. 16 H) Information Retrieval
  • 17. Copyright @ 2019 Learntek. All Rights Reserved. 17 The Information retrieval involves returning a set of documents in response to a user query. Internet search engines use the information retrieval system. Moreover, one can change from classical information retrieval is that Internet searching now uses the methods that rank the documents according to how many links there are to them (example Google’s PageRank) as well as the presence of search terms. I) Search Engines and Semantic Web Search: The web search engine is a software application that is devised to search for an information on the internet (World Wide Web). The search results are normally presented in a line of results often referred to as search engine results pages (SERPs). Semantic Web search engines are applications for finding ontologies that require reasonable effort: queries are usually written as natural language keywords and results are ranked.
  • 18. Copyright @ 2019 Learntek. All Rights Reserved. 18
  • 19. Copyright @ 2019 Learntek. All Rights Reserved. 19 J) Question answering It attempts to find a specific answer to a particular question from a collection of documents, or short piece of text that contains the answer. For example, what is the capital of India?
  • 20. Copyright @ 2019 Learntek. All Rights Reserved. 20 K) Collaborative filtering The technology to make recommendations based on user behaviour on an E- commerce website. From your history or previous search e-commerce website provide us with a recommendation
  • 21. Copyright @ 2019 Learntek. All Rights Reserved. 21 Natural Language Processing in other Fields Apart from the above application, there are some other fields where Natural Language Processing is used which are as follows, •Politics •E-governance •Bio-Medical •Forensic Science •Business Development •Marketing •Advertisement •Education
  • 22. Copyright @ 2019 Learntek. All Rights Reserved. 22 Architecture of Natural Language Processing The input to the Natural Language Processing system could be speech or text. It could also be a gesture (multimodal input or perhaps a Sign Language).
  • 23. Copyright @ 2019 Learntek. All Rights Reserved. 23 Lexical and Morphological Analysis The lexicon of a language is its vocabulary which includes its words and expressions. The Morphology depicts analysing, identifying and description of a structure of words. The lexical analysis involves dividing a text into paragraphs, words and the sentences Syntactic Analysis Syntax focuses on the proper ordering of words and its effect on meaning. This focuses on the analysis of the words in a sentence to depict the grammatical structure of the sentence. The words are transformed into a structure that shows how the words are related to each other. Example, “the boys the go to the school”. This sentence would be rejected by the English syntactic analyser.
  • 24. Copyright @ 2019 Learntek. All Rights Reserved. 24 Semantic Analysis Semantics focus on the meaning of words, sentences and phrases. This abstracts the dictionary meaning or the exact meaning from context. The structures which are created by the syntactic analyser are assigned meaning Example, “colourful blue idea”. This sentence would be rejected by the analyser as colourful blue do not make any sense together. Discourse Integration It finds out the sense of the context. The meaning of any single sentence depends upon the sentences that precede it and also invokes the meaning of the phrases that follow it. Example the word “it” in the sentence “she wanted it” depends upon the prior discourse context
  • 25. Copyright @ 2019 Learntek. All Rights Reserved. 25 Pragmatic Analysis Pragmatics concerns the overall communicative and social context and its effect on interpretation. It means abstracting or deriving the purposeful use of the language in situations, importantly those aspects of language which require world knowledge. The main focus is on what was said is reinterpreted on what it means. •E.g. “close the window?” should have been interpreted as a request rather than an order
  • 26. Copyright @ 2019 Learntek. All Rights Reserved. 26 Components of Natural Language Processing The important components of Natural Language Processing are as follows •Input Pre Processing: speech/gesture recognizer or text pre-processor •Morphological Analysis •Speech Tagging •Parsing – This includes syntax and compositional semantics •Disambiguation: It can be done as part of parsing •Context Module: It maintains information about the context •Text Planning: The part of language generation / what meaning to convey •Tactical Generation: It converts meaning representations to strings. •Morphological Generation •Output Processing: text-to-speech, text formatting, etc.
  • 27. Copyright @ 2019 Learntek. All Rights Reserved. 27 Use of NLTK for Natural Language Processing: Natural language toolkit i.e., NLTK is one of the most popular libraries for natural language processing (Natural Language Processing) and very easy to learn. It has been written in Python and has a big community behind it.
  • 28. Copyright @ 2019 Learntek. All Rights Reserved. 28 For more Training Information , Contact Us Email : info@learntek.org USA : +1734 418 2465 INDIA : +40 4018 1306 +7799713624