Question 61 :
Stochastic tagger also known as….........
- HM tagger
- RMM tagger
- HMM tagger
- Super tagger
Question 62 :
Semantic model is not used for
- The meaning of words
- Knowledge about structure of discourse
- Common sense knowledge about the topic
- POS tag of word
Question 63 :
How many uni-grams phrases can be generated from the following sentence, after performing following text cleaning steps: Stop word Removal and Replacing punctuations by a single space i. 'Delhi is the capital of but Mumbai is the financial capital of India.'
- 8
- 7
- 6
- 5
Question 64 :
Which Application Of Nlp Is Concerned With Intendifing Documents Relevant To A User'S Query?
- Speech Recognition
- Natural Language Interfaces To Db
- Information Extraction
- Information Retrieval
Question 65 :
Following are examples of Artificial Languages except
- C
- English
- Python
- Scilab
Question 66 :
Excuse Me. You Are Standing On My Foot. This Sentence Is Not Just Plain Assertion; It Is A Request To Someone To Get Off Your Foot. Is An Example Of?
- Discourse Analysis
- Word Level Analysis
- Semantic Analysis
- Syntax Analysis
Question 67 :
Morphotactics is a model of
- Spelling modifications that may occur during affixation
- All affixes in the English language
- How and which morphemes can be affixed to a stem
- Ngrams of affixes and stems
Question 68 :
In information retrieval, extremely common words which would appear to be of little value in helping select documents that are excluded from the index vocabulary are called:
- Stop Words
- Tokens
- Lemmatized Words
- Stemmed Terms
Question 69 :
History of Natural Language Processing does not include
- Automata Theory
- Compression Algorithms
- CFG by Chomsky
- Predicate and First Order Logic
Question 70 :
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 71 :
Push down automata accepts which language?
- Context sensitive language
- Context free language
- Recursive language
- Context Recursive language
Question 72 :
Ambiguity cannot occurs in
- Lexical
- Discourse
- Semantic
- Pragmatic
Question 73 :
What is Morphological Segmentation?
- Does Discourse Analysis
- Separate words into individual morphemes and identify the class of the morphemes
- Is an extension of propositional logic
- generate language
Question 74 :
Headlines in newspaper: Stolen gems found by Caves
- Anaphoric Ambiguity
- Lexical Ambiguity
- Syntax Ambiguity
- Unknown Ambiguity
Question 75 :
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 76 :
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 77 :
Parts-of-Speech tagging determines ___________
- 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
- every thing mentioned above
Question 78 :
____ concerns how sentences are used in different situations and how use affects the interpretation of the sentence.
- Syntax
- Phonology
- Pragmatics
- Discourse
Question 79 :
It is a process of generating a concise and meaningful summary of text from multiple text resources such as books, news articles,blog posts, research papers, emails, and tweets.
- Automatic Summerization
- Insertion
- Updation
- Extraction
Question 80 :
Google Translate is one of the ________________ application.
- Machine translation
- Information Retrieval
- Information Extraction
- Summarisation
Question 81 :
In POS, using discriminative approach, direction of flow is from class to words
- Yes
- No
- Depends on sentence
- Randomly
Question 82 :
The statement ' eat a pizza' can be represented as
- NP → Verb VP
- VP → Verb PP
- VP → Verb NP
- VP → Verb NP PP
Question 83 :
________is the problem of selecting a sense for a word from a set of predefined possibilities.
- Shallow Semantic Analysis
- Discourse
- Word Sense Disambiguation
- Pragmatic
Question 84 :
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 85 :
Beverage = coffee - tea - shake, is example of ______
- Meronymy
- Hyponymy
- Polysemy
- Clines
Question 86 :
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 87 :
Which of the following is the example of surface segmentation?
- Achievability = achievabil + ity
- Achievability = achiev + ability
- Achievability = Achieve + able + ity
- Achievability = achiev + abil + ity
Question 88 :
Which is most common algorithm used in English language for Stemming?
- Partial stemmer
- Porter stemmer
- faster stemmer
- Regular stemmer
Question 89 :
What is the main challenge of NLP?
- Handling Tokenization
- Handling Ambiguity of Sentences
- Cleaning Text
- Filtering Text
Question 90 :
Which Data Structure Is Used To Give Better Heuristic Estimates?
- Forwards State-Space
- Backward State-Space
- Planning Graph
- Planning Graph Algorithm