Natural Language Processing Assignment - 240612 - 121206
Natural Language Processing Assignment - 240612 - 121206
Natural Language Processing Assignment - 240612 - 121206
4. Why unicode is essential in NLP? Mention the importance of NLP in various fields.
5. What are the key techniques used in Localization? Mention the benefits of Localization in NLP.
6. Define Multilingual Computing. What are the key aspects and challenges associated with it?
8. Design a DFA that accepts a string starts with ab and ends with bb.
9. Why we perform Part of speech tagging in NLP? Mention any five examples of each of PoS Tag
sets.
10. Explain Rule Based and Stochastic Part of Speech Tagging with their characteristics.
• S → NP VP
• NP → Det N
• VP → V NP
• N → "cat" | "dog"
• V → "chases" | "sees“
Using given CFG rules create a sentence "the cat chases a dog” also Construct a parse tree for it.
12. Write the formal Definition of CFG. Construct a CFG which accepts the palindrome string only.
(take input alphabets as a and b)
13. How Transformation based tagging works? Also mention its characteristics.
14. What are the different consistency issues in phrase level consistency? mention with their
corrections also.
15. why we need parsing in NLP? Draw a workflow diagram of Syntax analyzer process.
a. “I love NLP”
b. “I love python”
c. “NLP is great”
d. “Python is great”
Using Bigram model find the Bigram Frequencies, Unigram Frequencies and Bigram Probabilities .
Find the term frequency(TF), Document Frequency(DF), Inverse Document Frequency(IDF) and
TF-IDF.
20. Explain different approaches of text summarization in NLP with suitable example.
21. Explain the workflow of text summarization in NLP with block diagram.
22. Mention any five Machine Learning models and algorithms used in NLP with their advantages
and disadvantages.
23. Explain the key concepts of pragmatics in NLP with suitable examples.
24. Briefly explain the different types of Reference in NLP.
25. Define Finite State Transducer. Explain any five operations associated with it using suitable
examples.
Short Notes:
26. Reference Resolution