SlideShare a Scribd company logo
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

More Related Content

What's hot

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
pixelbuilders
 
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
IJCSEIT 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 Counselling
IRJET Journal
 
(F)time to help presentation
(F)time to help presentation(F)time to help presentation
(F)time to help presentation
portablefalls
 
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 syndrome
Amal 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 GATE
Diana Maynard
 
A017420108
A017420108A017420108
A017420108
IOSR Journals
 
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 2015
Charith Perera
 

What's hot (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
 

Similar to 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 profoundly
Pekka 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 Processing
Scott 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 Difficulties
ijtsrd
 
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 GREECE
kevig
 
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
kevig
 
Survey on Chatbot Classification and Technologies
Survey on Chatbot Classification and TechnologiesSurvey on Chatbot Classification and Technologies
Survey on Chatbot Classification and Technologies
IRJET 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 2015
IBM
 
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
MatthewHaws4
 
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
RAJU852744
 
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
herminaprocter
 
sample PPT.pptx
sample PPT.pptxsample PPT.pptx
sample PPT.pptx
ManishDubey91569
 
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.pdf
Lucas Lagone
 
What is ChatGPT.pdf
What is ChatGPT.pdfWhat is ChatGPT.pdf
What is ChatGPT.pdf
The Podcasting
 
Chatbot
ChatbotChatbot
Chatbot
ijtsrd
 
Questions On Natural Language Processing
Questions On Natural Language ProcessingQuestions On Natural Language Processing
Questions On Natural Language Processing
Adriana Wilson
 
ai_and_you_slide_template.pptx
ai_and_you_slide_template.pptxai_and_you_slide_template.pptx
ai_and_you_slide_template.pptx
ganeshjilo
 

Similar to 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
 

More from Janu Jahnavi

Analytics using r programming
Analytics using r programmingAnalytics using r programming
Analytics using r programming
Janu Jahnavi
 
Software testing
Software testingSoftware testing
Software testing
Janu Jahnavi
 
Software testing
Software testingSoftware testing
Software testing
Janu Jahnavi
 
Spring
SpringSpring
Spring
Janu Jahnavi
 
Stack skills
Stack skillsStack skills
Stack skills
Janu Jahnavi
 
Ui devopler
Ui devoplerUi devopler
Ui devopler
Janu Jahnavi
 
Apache flink
Apache flinkApache flink
Apache flink
Janu Jahnavi
 
Apache flink
Apache flinkApache flink
Apache flink
Janu Jahnavi
 
Angular js
Angular jsAngular js
Angular js
Janu Jahnavi
 
Mysql python
Mysql pythonMysql python
Mysql python
Janu Jahnavi
 
Mysql python
Mysql pythonMysql python
Mysql python
Janu Jahnavi
 
Ruby with cucmber
Ruby with cucmberRuby with cucmber
Ruby with cucmber
Janu Jahnavi
 
Apache kafka
Apache kafkaApache kafka
Apache kafka
Janu Jahnavi
 
Apache kafka
Apache kafkaApache kafka
Apache kafka
Janu Jahnavi
 
Google cloud platform
Google cloud platformGoogle cloud platform
Google cloud platform
Janu Jahnavi
 
Google cloud Platform
Google cloud PlatformGoogle cloud Platform
Google cloud Platform
Janu Jahnavi
 
Apache spark with java 8
Apache spark with java 8Apache spark with java 8
Apache spark with java 8
Janu Jahnavi
 
Apache spark with java 8
Apache spark with java 8Apache spark with java 8
Apache spark with java 8
Janu 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 python
Janu 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 python
Janu Jahnavi
 

More from 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
 

Recently uploaded

BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptxBIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
RidwanHassanYusuf
 
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptxCapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapitolTechU
 
Data Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsxData Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsx
Prof. Dr. K. Adisesha
 
KHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGH
KHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGHKHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGH
KHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGH
shreyassri1208
 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
haiqairshad
 
Accounting for Restricted Grants When and How To Record Properly
Accounting for Restricted Grants  When and How To Record ProperlyAccounting for Restricted Grants  When and How To Record Properly
Accounting for Restricted Grants When and How To Record Properly
TechSoup
 
78 Microsoft-Publisher - Sirin Sultana Bora.pptx
78 Microsoft-Publisher - Sirin Sultana Bora.pptx78 Microsoft-Publisher - Sirin Sultana Bora.pptx
78 Microsoft-Publisher - Sirin Sultana Bora.pptx
Kalna College
 
skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)
Mohammad Al-Dhahabi
 
Educational Technology in the Health Sciences
Educational Technology in the Health SciencesEducational Technology in the Health Sciences
Educational Technology in the Health Sciences
Iris Thiele Isip-Tan
 
The basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptxThe basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptx
heathfieldcps1
 
Wound healing PPT
Wound healing PPTWound healing PPT
Wound healing PPT
Jyoti Chand
 
Bossa N’ Roll Records by Ismael Vazquez.
Bossa N’ Roll Records by Ismael Vazquez.Bossa N’ Roll Records by Ismael Vazquez.
Bossa N’ Roll Records by Ismael Vazquez.
IsmaelVazquez38
 
220711130083 SUBHASHREE RAKSHIT Internet resources for social science
220711130083 SUBHASHREE RAKSHIT  Internet resources for social science220711130083 SUBHASHREE RAKSHIT  Internet resources for social science
220711130083 SUBHASHREE RAKSHIT Internet resources for social science
Kalna College
 
220711130088 Sumi Basak Virtual University EPC 3.pptx
220711130088 Sumi Basak Virtual University EPC 3.pptx220711130088 Sumi Basak Virtual University EPC 3.pptx
220711130088 Sumi Basak Virtual University EPC 3.pptx
Kalna College
 
Standardized tool for Intelligence test.
Standardized tool for Intelligence test.Standardized tool for Intelligence test.
Standardized tool for Intelligence test.
deepaannamalai16
 
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptxRESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
zuzanka
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
Krassimira Luka
 
MDP on air pollution of class 8 year 2024-2025
MDP on air pollution of class 8 year 2024-2025MDP on air pollution of class 8 year 2024-2025
MDP on air pollution of class 8 year 2024-2025
khuleseema60
 
Contiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptxContiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptx
Kalna College
 
Level 3 NCEA - NZ: A Nation In the Making 1872 - 1900 SML.ppt
Level 3 NCEA - NZ: A  Nation In the Making 1872 - 1900 SML.pptLevel 3 NCEA - NZ: A  Nation In the Making 1872 - 1900 SML.ppt
Level 3 NCEA - NZ: A Nation In the Making 1872 - 1900 SML.ppt
Henry Hollis
 

Recently uploaded (20)

BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptxBIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
 
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptxCapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
 
Data Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsxData Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsx
 
KHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGH
KHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGHKHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGH
KHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGH
 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
 
Accounting for Restricted Grants When and How To Record Properly
Accounting for Restricted Grants  When and How To Record ProperlyAccounting for Restricted Grants  When and How To Record Properly
Accounting for Restricted Grants When and How To Record Properly
 
78 Microsoft-Publisher - Sirin Sultana Bora.pptx
78 Microsoft-Publisher - Sirin Sultana Bora.pptx78 Microsoft-Publisher - Sirin Sultana Bora.pptx
78 Microsoft-Publisher - Sirin Sultana Bora.pptx
 
skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)
 
Educational Technology in the Health Sciences
Educational Technology in the Health SciencesEducational Technology in the Health Sciences
Educational Technology in the Health Sciences
 
The basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptxThe basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptx
 
Wound healing PPT
Wound healing PPTWound healing PPT
Wound healing PPT
 
Bossa N’ Roll Records by Ismael Vazquez.
Bossa N’ Roll Records by Ismael Vazquez.Bossa N’ Roll Records by Ismael Vazquez.
Bossa N’ Roll Records by Ismael Vazquez.
 
220711130083 SUBHASHREE RAKSHIT Internet resources for social science
220711130083 SUBHASHREE RAKSHIT  Internet resources for social science220711130083 SUBHASHREE RAKSHIT  Internet resources for social science
220711130083 SUBHASHREE RAKSHIT Internet resources for social science
 
220711130088 Sumi Basak Virtual University EPC 3.pptx
220711130088 Sumi Basak Virtual University EPC 3.pptx220711130088 Sumi Basak Virtual University EPC 3.pptx
220711130088 Sumi Basak Virtual University EPC 3.pptx
 
Standardized tool for Intelligence test.
Standardized tool for Intelligence test.Standardized tool for Intelligence test.
Standardized tool for Intelligence test.
 
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptxRESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
 
MDP on air pollution of class 8 year 2024-2025
MDP on air pollution of class 8 year 2024-2025MDP on air pollution of class 8 year 2024-2025
MDP on air pollution of class 8 year 2024-2025
 
Contiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptxContiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptx
 
Level 3 NCEA - NZ: A Nation In the Making 1872 - 1900 SML.ppt
Level 3 NCEA - NZ: A  Nation In the Making 1872 - 1900 SML.pptLevel 3 NCEA - NZ: A  Nation In the Making 1872 - 1900 SML.ppt
Level 3 NCEA - NZ: A Nation In the Making 1872 - 1900 SML.ppt
 

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