Question 91 :
I Saw The Boy With A Pony Tail , What Type Of Ambiguity Does Sentence Have
- Semantic Ambiguity
- Pragmetic Ambiguity
- Structured Ambiguity
- Simplex
Question 92 :
Divide the word truthfulness into base form + morphemes will give the output as
- truthful-ness
- truth-ful-ness
- truth-fulness
- truthfulness
Question 93 :
Which Application Of Nlp Deals With Mapping Of Acoustic Speech Signal To A Set Of Words
- Speech Recognition
- Machine Translation
- Speech Synthesis
- Information Retrieval
Question 94 :
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 95 :
This type of automata maps between two sets of symbols.
- DFA
- Turing Machine
- FST
- NFA
Question 96 :
In which class, new words are added all the time
- Open class
- Closed class
- Tree bank
- WSD
Question 97 :
What is a meaning of Morphology?
- The study of word format
- The study of sentence format
- The study of syntax of sentence
- The study of semantics of sentence.
Question 98 :
What is morphology?
- The study of the rules governing the sounds that form words
- The study of the rules governing sentence formation
- The study of the rules governing word formation
- The study of the rules governing sounds
Question 99 :
Linear sequnces of words are transformed into structure that show how the words are related to each other is the part of _____ Analysis.
- Semantic
- Syntactic
- Lexical
- Pragmatic
Question 100 :
___________ can also specify the results of processes described by utterances in a discourse.
- Pronouns
- demonstratives
- generics
- inferrables
Question 101 :
It is not step of text summarization.
- Convert the paragraph into sentences
- Text processing
- Evaluate the weighted occurrence frequency of the words
- Categorization
Question 102 :
A context free language is called ambiguous if _________
- It has 2 or more left derivations for some terminal string ѡ є L (G)
- It has 2 or more right derivations for some terminal string ѡ є L (G)
- It has 2 or more left - right derivations for some terminal string ѡ є L (G)
- It has 3 or more left - right derivations for some terminal string ѡ є L (G)
Question 103 :
History of Natural Language Processing does not include
- Automata Theory
- Compression Algorithms
- CFG by Chomsky
- Predicate and First Order Logic
Question 104 :
Which data is used to use supervised approach for Machine translation
- Plain text
- Labelled text
- Dictionary
- Vectors
Question 105 :
Which of the options is not a NLP application?
- Sentiment analysis
- Translation from English to French
- Translation from C++ to Java
- Named entity recognition
Question 106 :
essential to the study of language acquisition; important for understanding language in social contexts (varieties of English, effects on style)
- semantics
- location
- Semantic roles
- homonyms
Question 107 :
Which of the following computer language is used for artificial intelligence?
- FORTRAN
- PROLOG
- C
- COBOL
Question 108 :
The ratio of observed frequency of a particular sequence to the observed frequency of a prefix is:
- Normalized Frequency
- Relative Frequency
- Maximum Likelihood Estimation
- Markov Frequency
Question 109 :
Assume a corpus with 350 tokens in it. We have 20 word types in that corpus (V = 20). The frequency (unigram count) of word types 'short' and 'fork' are 25 and 15 respectively. Which of the following is the probability of 'short' (PMLE('short'))?
- 25/350
- 26/370
- 26/350
- 25/370
Question 110 :
___: How we put words together,___ : word meanings, ___ : speaker meaning
- Syntax,semantics,pragmatics
- Semantics,syntax,pragmatics
- Semantics,syntax,pragmatics
- Social; academic, semantic
Question 111 :
Choose form the following areas where NLP can be useful.
- Automatic Text Summarization
- Automatic Question-Answering Systems
- Information Retrieval
- Automatic Text Summarization - Automatic Question-Answering Systems - Information Retrieval
Question 112 :
Distance measure used to calculate semantic similarity between words is ____
- Cosine Similarity
- Manhattan Distance
- Euclidean Distance
- Levenshtein Distance
Question 113 :
The list of web pages that a web crawler has queued up to index is called the:
- Web Page Queue
- Seed set
- URL Filter
- URL Frontier
Question 114 :
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 115 :
Trains two independent LSTM language model left to right and right to left and shallowly concatenates them
- GPT
- BERT
- ULMFit
- ELMo
Question 116 :
Lexical semantics deals with_________
- Meaning of word
- internal structure of words
- relationship between the words
- All a,b,c
Question 117 :
Which of the follwing is an appication of NLP?
- Summarizing a text or article
- Designing mobile computing
- front page designing
- Database designing
Question 118 :
What Will Be The Perplexity Value If You Calculate The Perplexity Of An Unsmoothed Language Model On A Test Corpus With Unseen Words?
- Zero
- Infinity
- Any Non-Zero Value
- Inefficient
Question 119 :
Which python library use to implement natural language processing?
- NLTK
- Scrapy
- Matplotlib
- Pydot
Question 120 :
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