0% found this document useful (0 votes)
5 views

Sample_Questions_NLP

e

Uploaded by

Medisetty Vamsi
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

Sample_Questions_NLP

e

Uploaded by

Medisetty Vamsi
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Alliance School of Advanced Computing

Department of Computer Science and Engineering


Course: B. Tech – CSE – Data Analytics
Subject: CS 706 – Natural Language Processing

Sample Questions
1. What is the difference between stemming and lemmatization?
2. What is the role of part-of-speech tagging in NLP?
3. How does semantic analysis help in understanding the meaning of text?
4. What are the limitations of using a statistical language model for generating human-like text?
5. What is the difference between a regular expression and a finite state automaton?
6. How can morphological parsing be used to improve the accuracy of NLP tasks?
7. What are some common techniques for spelling error detection and correction?
8. What is the purpose of text cleaning in the NLP pipeline?
9. How does word sense disambiguation (WSD) help to improve the accuracy of natural language
processing tasks, such as machine translation and information retrieval? (III – Unit)
10. Give a short note on: Semantic Analysis. (III – Unit)
11. Define the term "lexical semantics." (III – Unit)
12. How does WordNet represent the relationships between words? (III – Unit)
13. What are the challenges of word sense disambiguation? (III – Unit)
14. How can lexical semantics be used in NLP applications? (III – Unit)
15. A company wants to build a chatbot to answer customer inquiries. How can NLP techniques be
used to develop such a chatbot?
16. A researcher is analyzing social media posts to understand public sentiment towards a particular
product. What NLP techniques can be used for this task?
17. A healthcare organization wants to extract medical information from patient records. How can
NLP techniques be used for this purpose?
18. A company wants to build a search engine for legal documents. How can regular expressions and
finite state automata be used to implement the search functionality?
19. A researcher is analyzing social media posts to identify trends. How can morphological parsing
be used to extract meaningful information from the text?
20. A company wants to develop a spell-checking tool for their products. What techniques can be
used to detect and correct spelling errors?

1 Prepared by Prof. Naren. J


21. A news organization wants to automatically categorize news articles into different topics. How
can the NLP pipeline be used to achieve this goal?
22. A major e-commerce platform has millions of customer reviews for various products. The
company wants to better understand how customers feel about their products to improve
services, identify potential issues, and guide future product developments. Your task is to design
and execute a sentiment analysis system to analyze these reviews.
a. Design a sentiment analysis system that can classify customer reviews into three categories:
positive, negative, and neutral. Additionally, the system should provide insights on common
themes or issues in negative reviews to help the company improve its products.
Note: Study all the Lab Programs too.
---------------------------------

2 Prepared by Prof. Naren. J

You might also like