Question 391 :
Software designed for taking i/p data(text) and give structural representation of the input after checking the correct syntax or grammar is
- Compiler
- Parser
- Painter
- Easydraw
Question 392 :
Stemming for the word cries is _____
- cry
- cries
- cri
- ies
Question 393 :
Hyponym is
- Parent node
- Child node
- Root node
- Part of centre node
Question 394 :
How many ambiguties exist in the following sentence. I know little Italian.
- 1
- 3
- 2
- 0
Question 395 :
Which Is The Type Of Morphology That Changes The Word Category And Affects The Meaning
- Inflectional
- Derivational
- Cliticization
- Rational
Question 396 :
What is full form of NLP?
- Natural Language Processing
- Natural Language Procedure
- Natural Language Process
- Natural Language pages
Question 397 :
The relatedness of polysemy is essentially based on similarity. ___ is using one to refer to the other.
- Synonyms
- Metonymy
- Antonyms
- Hyponym
Question 398 :
Which of the following best describes grammar induction?
- Supervised learning problem
- Maximum-A-Posteriori (MAP) estimation problem
- Conditional Random Field problem and Unsupervised learning problem
- Reinforcement Learning
Question 399 :
Which Algorithm Is Used For Solving Temporal Probabilistic Reasoning?
- Hidden Markov Model
- Breadth-First Search
- Hill-Climbing Search
- Depth-First Search
Question 400 :
Reason for stop word removal
- Stop word slow down processing
- Stop word enhance speed of searching
- Stop word removal programs are easily available
- This is routine pre processing without any benefit
Question 401 :
Human Usually Write ’M, To State Am, In Which Type Of Morphology You Can Categorize The Example?
- Plural Noun
- Cliticization
- Singular Noun
- Inflectional
Question 402 :
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 403 :
Assume that there are 10000 documents in a collection. Out of these, 50 documents contain the terms 'difficult task'. If 'difficult task' appears 3 times in a particular document, what is the TFIDF value of the terms for that document?
- 8.11
- 15.87
- 0
- 81.1
Question 404 :
Famous Tag set for English
- Penn Treebank
- OXFORD ENGLISH CORPUS PART-OF-SPEECH TAGSET
- ENGLISH CLAWS PART-OF-SPEECH TAGSET
- NLTK
Question 405 :
The Area Of Ai That Investigates Methods Of Facilitating Communication Between People And Computers Is:
- Natural Language Processing
- Symbolic Processing
- Decision Support
- Robotics
Question 406 :
How is the word change stemmed using Porter Stemmer?
- chan
- chang
- change
- cha
Question 407 :
Which of the following is a example of irregular noun form?
- Fox
- Dog
- Mouse
- Cat
Question 408 :
In a HMM, the possible state transitions are from state JJ to states NN, VB, JJ and RB. Following are the known state transitions probabilities; P(NN|JJ) = 1/4. P(VB|JJ) = 1/6, and P(JJ|JJ) = 1/3. What is the transition probability value of P(RB|JJ)?
- 43834
- 43832
- 43835
- 43833
Question 409 :
I Met This Girl Earlier In A Conference. In This Statement, This Is Known As Which Type Of Reference In The Discourse Context?
- Definite Refernce
- Indefinite / Non-Anaphoric Reference
- Pronominal Refenece
- Demonstrative Reference
Question 410 :
Correct machine translation from English to Hindi for sentence: House temperature
- Ghar tapman
- Ghar ka tapman
- Ghar ka temperature
- House ka tapman
Question 411 :
In an HMM, observation likelihoods measure
- The likelihood of a POS tag given a word
- The likelihood of a POS tag given the preceding tag
- The likelihood of a word given a POS tag
- The likelihood of a POS tag given two preceding tags
Question 412 :
Which is the process whereby meaning representations are composed and assigned to linguistic inputs
- Semantic analysis
- Lexical analysis
- Syntax Analysis
- Morphology Analysis
Question 413 :
I almost bought an Acura Integra today, but a door had a dent and the engine seems noisy.' This is an example of which type of referring expression
- Reflexive
- Gender Agreement
- Inferrable
- Selectional Restriction
Question 414 :
Which of the following are Anchors in regular expression?
- * and +
- ^ and $
- ? and {}
- /d and /w
Question 415 :
Has the coexistence of many possible related meanings for a word or phrase
- Hyponymy
- Polysemy
- Clines
- Contranyms
Question 416 :
Which of the following features can be used for accuracy improvement of a classification model?
- Part of Speech Tag
- Dependency Grammar
- Vector Notation of sentence
- Part of Speech Tag - Dependency Grammar - Vector Notation of sentence
Question 417 :
What is tokenization?
- Breaking sentences into words
- Creating a set of dictonories
- Removing repetation
- printing words
Question 418 :
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
- Separate sentences into individual morphemes and identify the class of the morphemes
Question 419 :
Over-stemming can also be regarded as __________________.
- False-Positives
- False-Negative
- True-Positive
- True-Negative
Question 420 :
Regular expressions are combination of simple units as given in options, select incorrect unit.
- Character or string
- Concatenation
- Kleen star
- Conjunction