Question 1 :
Number,person,gender and case agreements are examples of which types of constraints on reference resolution?
- semantic
- lexical
- discourse
- syntactic
Question 2 :
In the sentence, 'They bought a blue house ', the underlined part is an example of _____.
- Noun phrase
- Verb phrase
- Prepositional phrase
- Adverbial phrase
Question 3 :
Many words have more than one meaning; selecting the sensible meaning in context is done with
- Randomization
- Shallow semantic analysis
- Word Sense Disambiguation
- POS tagging
Question 4 :
_____________ is the process of understanding if a given text is talking positively or negatively about a given subject (e.g. for brand monitoring purposes).
- Syntactical analysis
- Hybrid analysis
- Sentiment Analysis
- Lexical analysis
Question 5 :
Which of the follwing is an appication of NLP?
- Summarizing a text or article
- Designing mobile computing
- front page designing
- Database designing
Question 6 :
I Saw The Boy With A Pony Tail , What Type Of Ambiguity Does Sentence Have
- Semantic Ambiguity
- Pragmetic Ambiguity
- Structured Ambiguity
- Simplex
Question 7 :
1.The Tank Was Full Of Water.. I Saw The Military Tank.Here Tank Is Used In Different Context, Which Type Of Ambiguity Is This?
- Semantic Ambiguity
- Syntactic Ambiguity
- Anaphoric Ambiguity
- Syntactical Ambiguity
Question 8 :
Given A Sentence S=W1 W2 W3 … Wn, To Compute The Likelihood Of S Using A Bigram Model. How Would You Compute The Likelihood Of S?
- Calculate The Conditional Probability Of Each Word In The Sentence Given The Preceding Word And Add The Resulting Numbers
- Calculate The Conditional Probability Of Each Word In The Sentence Given The Preceding Word And Multiply The Resulting Numbers
- Calculate The Conditional Probability Of Each Word Given All Preceding Words In A Sentence And Add The Resulting Numbers
- Calculate The Conditional Probability Of Each Word Given All Preceding Words In A Sentence And Multiply The Resulting Numbers
Question 9 :
How to compute probability of a sentence or sequence of sentence in N-gram model?
- P(W) = P(W1,W2, W3,…, Wn)
- P(W) = P(Wn+1|Wn-1)
- P(W) = P(Wn-1| Wn+1)
- P(W) = P(Wn+1 | Wn)
Question 10 :
___________ can also specify the results of processes described by utterances in a discourse.
- Pronouns
- demonstratives
- generics
- inferrables
Question 11 :
Ir System : Subset Of Documents : : ? : Subset Of Information Within Document
- Speech Recognition
- Natural Language Interfaces To Db
- Information Extraction
- Information Retrieval
Question 12 :
What is the single morpheme of word Boxes?
- Box
- Boxes
- Boxses
- Boxing
Question 13 :
Which of the following is efficient representation of text data?
- Bag of Word
- TF-IDF
- Word Vector
- BERT
Question 14 :
Lexical semantics deals with_________
- Meaning of word
- internal structure of words
- relationship between the words
- All a,b,c
Question 15 :
Pronouns usually refer to entities that were introduced no further than one or two sentences back in the ongoing discourse, whereas ________________ can often refer further back.
- demonstratives
- indefinite noun phrase
- one anaphora
- definite noun phrases
Question 16 :
The Cat flys after applying which ngram gives the output as The Cat,Cat flys
- Unigram
- Bigram
- Trigram
- Quadrigrams
Question 17 :
Techniques not used in phrases extraction
- Part of speech tagging
- Statistical phrase extraction
- Hybrid
- Decompounding
Question 18 :
How many different lexemes are there in the following list?man, men, girls, girl, mouse
- 1
- 2
- 3
- 4
Question 19 :
I Bought A Printer Today. The Printer Didn'T Work Properly. What Type Of Reference In The Discourse Context Is Done In This Statement?
- Definite Refernce
- Indefinite Reference
- Pronominal Refenece
- Demonstrative Reference
Question 20 :
Distance measure used to calculate semantic similarity between words is ____
- Cosine Similarity
- Manhattan Distance
- Euclidean Distance
- Levenshtein Distance
Question 21 :
To identify the category of each word in a sentence
- Parsing
- POS
- Semantic Analysis
- Pragmatics
Question 22 :
This type of automata maps between two sets of symbols.
- DFA
- Turing Machine
- FST
- NFA
Question 23 :
Morphological Segmentation _______________
- Does Discourse Analysis
- Separate words into individual morphemes and identify the class of the morphemes
- Is an extension of propositional logic
- Is an extension of propositional limit
Question 24 :
Discourse Analysis Involves The Study Of Relationship Between?
- Programming Language And Contextual Foreground
- Language And Dictionary Background
- Dictionary And Knowledge
- Language And Contextual Background
Question 25 :
To find relevance of word in a document technique used
- TF-IDF
- Lemma
- Tokenizer
- Pos tagging
Question 26 :
Which sentence describes inflectional morphology?
- Adding a morpheme to produce a new word but the same lexeme.
- Adding a morpheme to produce a new word and different lexeme.
- Adding a morpheme to produce the same word but different lexeme.
- Adding a morpheme to produce the same sentence but different lexeme.
Question 27 :
In which class, new words are added all the time
- Open class
- Closed class
- Tree bank
- WSD
Question 28 :
What is output of Morhological analysis for the input word 'mice'?
- mice N SG
- mouse N SG
- mouse N PL
- mice N PL
Question 29 :
Which of the following is a kind of text summarization?
- Topic-based summarization
- Extraction-based summarization
- History-based summarization
- Summarizing a text or article
Question 30 :
Given A Sequence Of Observations And A Hmm Model, Which Of The Following Fundamental Problems Of Hmm Finds The Most Likely Sequence Of States That Produced The Observations In An Efficient Way?
- Evaluation Problem
- Likelihood Estimation Problem
- Decoding Problem
- Learning Problem