You are on page 1of 1

Question Bank_MTT1(NLP)

1. Define NLP and discuss various stages involved in NLP with example
2. What is generic NLP and what are the issues and applications of NLP?
3. Explain ambiguity at every stage of NLP.
4. Define morphology and Differentiate between derivational and inflectional
morphology.
5. Explain following rules in porter stemmer with example,
a. *d
b. *O
c. *S
d. (m>0) EED -> EE
e. (m>0) TIONAL -> TION
f. (m>0) EED -> EE
g. (m=1 and *o) -> E
h. (m>0) ATIONAL -> ATE
i. (m > 1 and *d and *L) -> single letter
6. Write short note on Finite State Transducer (FST) with example and diagram
7. What are the roles of lexical tape and surface tape in a finite state transducer?
Explain.
8. Explain the Morphological parsing of following words using two level tapes
FSTs: knives, donkey, houses, cat, men.
9. What are the orthographic rules? Where these rules are applicable?
10. Differentiate between stemming and lemmatization.
11. Define language model and explain N-gram model with example.
12. Explain with example bi-gram language model
13. Question based on N-gram (bigram/tri-gram) probability calculation.

14. Define POS tagging. Explain Rule-based POS tagging with example.
15. What is Sequential Labeling? Explain classification method with example.

You might also like