Question 361 :
Which are the consonants in a given string? 'SYZYGEO'
- S, Z, G
- Y, E
- Y, O
- S, Y, O, Z, G
Question 362 :
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. If we are using the Laplace smoothing, which of the following is PLaplace('fork')?
- 15/350
- 16/370
- 30/350
- 31/370
Question 363 :
An optimizer Compiler
- Is optimized to occupy less space
- Both of the mentioned
- Optimize the code
- None of the mentioned
Question 364 :
Named entities can be recognized and classified by:
- Viterbi Algorithm
- Featured-based or neural sequence labelling techniques.
- Hidden Markov Model
- Maximum Likelihood Estimation
Question 365 :
The english words through and threw are examples of____________
- Automymy
- Polysemy
- Synonymy
- Homophony
Question 366 :
What Is The Knowledge About Physical Situations Existing In The Surroundings At The Time Of Utterance?
- Situational Context
- Background Knowledge
- Co-Textual Context
- Operational Knowledge
Question 367 :
____ principle states that the meaning of the whole sentence is comprised of the meaning of its parts that is the meaning of the sentence can be composed from the meaning of its constituent words
- hobs
- porter
- freg's
- markov
Question 368 :
Which of the following will be POS Tagger output when the input sentence is They refuse to permit
- [('They', 'PRP'), ('refuse', 'VBP'), ('to', 'TO'), ('permit', 'VB')]
- [('They', 'NN'), ('refuse', 'VBP'), ('to', 'TO'), ('permit', 'VB')]
- [('They', 'PRP'), ('refuse', 'NN'), ('to', 'TO'), ('permit', 'VB')]
- [('They', 'PRP'), ('refuse', 'VBP'), ('to', 'PRP'), ('permit', 'VB')]
Question 369 :
Choose form the following areas where NLP can be useful
- Automatic Question-Answering Systems
- Mobile Computing
- Frontpage Designing
- Web Development
Question 370 :
In a relation between the entities the type and condition of the relation should be specified. That is called as______attribute.
- Desciptive
- Derived
- Recursive
- Relative
Question 371 :
Which of the following belongs to the open class group?
- Verb
- Prepositions
- Determinents
- Conjunctions
Question 372 :
X is a ........ of Y if it denotes a part of Y
- Meronym
- Hyponym
- Hynonyms
- Hypernyms
Question 373 :
Which of the following is/are the input(s) to k-means algorithm?
- Number of clusters
- Class labels
- Distance metric
- Number of centroids
Question 374 :
The words ‘there’ and ‘their’ causes which of the following type of ambiguity?
- Syntactic
- Semantic
- Phonological
- Pragmatic
Question 375 :
Maximum Entropy Model combines which features and in which model?
- Homogeneous features, probabilistic framework
- Heterogeneous features, dynamic framework
- Homogeneous features, randomized framework
- Heterogeneous features, probabilistic framework
Question 376 :
To whether duck is a verb or a noun can be solved by ______
- Part-of-speech tagging.
- Lexical analysis
- Semantic analysis
- Pragmatic analysis
Question 377 :
Under-stemming can be interpreted as __________.
- False-Positives
- False-Negative
- True-Positive
- True-Negative
Question 378 :
____________ interpretation is done by adding context-dependant information
- Semantic
- Pragmatic
- Syntactic
- Word level Analysis
Question 379 :
..............ambiguity refers to a situation where the context of a phrase gives it multiple interpretation
- Pragmatic
- Anaphoric
- Discourse
- Cataphoric
Question 380 :
What Is Viewed As Problem Of Probabilistic Inference?
- Speech Recognition
- Speaking
- Hearing
- Utterance
Question 381 :
It is not part of text summarization on the basis of purpose
- Generic
- Domain-specific
- Query based
- Single document
Question 382 :
Choose from the following where NLP is not being useful.
- Automatic Text Summarization
- Automatic Question-Answering Systems
- Partially Observable systems
- Information Retrieval
Question 383 :
Parts-of-Speech tagging Does not determine ___________
- part-of-speech for each word dynamically as per meaning of the sentence
- part-of-speech for each word dynamically as per sentence structure
- all part-of-speech for a specific word given as input
- all part-of-speech for a specific stem from input
Question 384 :
In Nlp, Context Modeling Is Supported With Which One Of The Following Word Embeddings
- Word2Vec
- Glove
- Bert
- Spelling Correction
Question 385 :
Where does the Hidden Markov Model is used?
- Speech recognition
- Understanding of real world
- Both Speech recognition - Understanding of real world
- Understanding of real world images
Question 386 :
How given sentence represented using Bigram model? 'I want to eat Indian food'
- {(I, want), (want, to), (to, eat), (eat, Indian),(Indian, food)}
- {(I ), (want, to), (to, eat), (eat, Indian),(Indian, food),(food, I)}
- {(I, want, to), (want, to, eat), (to, eat, Indian), (eat, Indian, food)}
- {(I), (want), (to), (eat), (Indian), (food)}
Question 387 :
Which of the following is merits of Context-Free Grammar?
- simplest style of grammar
- They are highly precise.
- High speed
- efficiency
Question 388 :
Anita has got the transcripts for the Minster's press meet on NEP. She wants to summarize the Minister’s opinion on NEP strengths and weakness. Which of the following sumamrization methods should she apply?
- Abstractive generic
- Extractive generic
- Abstractive query focussed
- Summative generic
Question 389 :
Which one of the following models can not perform text classification
- Naive Bayes
- SVM
- K-means
- OLAP
Question 390 :
Perfect homonyms create problems in ..............
- Text Recognition
- Information Retrieval
- Text classification
- Speech Recognition