Q.1.
Morphological Analysis
Q.2.
What does NLP stand for? Write what the acronym means.
Q.3.
Consider the following piece of codefromnltk.corpus import wordnet as wn from nltk.corpus import wordnet_ic brown_ic = wordnet_ic.ic('ic-brown.dat') tree = wn.synsets("tree") plant = wn.synsets("plant")print(tree[0].lin_similarity(plant[0], brown_ic))Tick the statements which are true in this context.
Q.4.
In a word cloud, what does the size correspond to?
Q.5.
N-grams are defined as the combination of N keywords together. How many bi-grams can be generated from given sentence:“NPTEL videos are a great source to learn engineering courses”
Q.6.
Which of the following sense for the word “language” is not available in wordnet? i. a systematic means of communicating by the use of sounds or conventional symbol ii. communication by word of mouth iii. the cognitive processes involved in producing and understanding linguistic communication iv. the style of a piece of writing or speech v. the mental faculty or power of vocal communication
Q.7.
NLP is concerned with the interactions between computers and human (natural) languages.
Q.8.
What is the field of Natural Language Processing (NLP)?
Q.9.
____________ is a Python library to make programs that work with natural language.
Q.10.
Tick whichever is an application Named Entity Recognition (NER)
Q.11.
Given a stream of text, Named Entity Recognition determines which pronoun maps to which noun.
Q.12.
Consider the sentence: “The touch screen was cool; however, the voice quality and battery were very poor”. Which of the following are true?
Q.13.
Which of the following Affective States does Sentiment Analysis mostly focus on?
Q.14.
While working with context extraction from a text data, you encountered two different sentences: The tank is full of soldiers. The tank is full of nitrogen. Which of the following measures can be used to remove the problem of word sense disambiguation in the sentences?
Q.15.
What are the possible features of a text corpusCount of word in a document Boolean feature – presence of word in a document.Vector notation of word Part of Speech Tag Basic Dependency Grammar Entire document as a feature
Q.16.
Difficulties/Challenges in Word Sense Disambiguation (WSD) .Tick which is (FALSE) from the statements given below
Q.17.
Which of the following regular expression can be used to identify date(s) present in the text object?“The next meetup on data science willbe held on 2017-09-previously it happened on 31/2016”
Q.18.
Tick what is true about WordNet from the following sentences
Q.19.
Consider the following given sentences. Match the lexical relations between the first word (w​1​) to the second word (w​2​) i.e. w​is a <lexical relation> of w​· Invention of the wheel​ is one of the landmarks in the history of mankind.· Companies are trying to make driverless car.· Golden daffodils​ are fluttering and dancing in the breeze.· Mumbai has unique flower ​park.Holonym i.wheel-carHyponym ii.car-wheelMeryonym iii.daffodils-flowerHypernym iv. flower- daffodils
Q.20.
Morphotacticsis a model of