Question 481 :
What is tokenization?
- Breaking sentences into words
- Creating a set of dictonories
- Removing repetation
- printing words
Question 482 :
Word segmentation is mostly used when
- Hyphens are present
- Multiple alphabets intermingled
- Long sentences
- No space between words
Question 483 :
The words ‘there’ and ‘their’ causes which of the following type of ambiguity?
- Syntactic
- Semantic
- Phonological
- Pragmatic
Question 484 :
when two or more different (written) forms have the same pronunciation (bare/bear)
- hyponymy
- hyponym
- homonyms
- homophones
Question 485 :
What is the right order for a text classification model components 1. Text cleaning 2. Text annotation 3. Gradient descent 4. Model tuning 5. Text to predictors
- 12345
- 13425
- 12534
- 13452
Question 486 :
Which type of ambiguity is present in the sentence Old men and women were taken to safe locations?
- Attachment ambiguity
- Scope Ambiguity
- Discourse ambiguity
- Semantics Ambiguity
Question 487 :
is used to remove the suffixes from an English word and obtain its stem which becomes very useful in the field of Information Retrieval (IR).
- HMM Stemmer
- Porter Stemmer
- Markov Stemmer
- Bert Stemmer
Question 488 :
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 489 :
Singular: Fish, Plural : Fish. Singular: Goose, Plural : Geese. Which rules are applied
- Orthographic rule
- NLP rules
- Semantic rules
- Morphological rule
Question 490 :
Polysemy is a Greek word, which means
- Many names
- Many signs
- Many meanings
- Many verbs
Question 491 :
Two words with very closely related meanings
- Antonyms
- Homonyms
- Synonyms
- Hyponymy
Question 492 :
Spam email detection comes under which domain?
- Text Categorization
- NER
- Text Classification
- Sentiment Analysis
Question 493 :
Main reason for tokenization
- It is simplest process
- Processing on word can be easily performed
- Almost all algorithms of tokenization executes in polynomial time
- Readymade program are available in various programming language
Question 494 :
Which Is The Type Of Morphology That Changes The Word Category And Affects The Meaning
- Inflectional
- Derivational
- Cliticization
- Rational
Question 495 :
_________are based on the analysis of large volumes of bilingual text
- Rules Based Machine Translation
- Statistical MachineTransaltion
- Hybrid Machine Translation
- Neural Machine Translation.
Question 496 :
instead of thinking of words as containers of meaning, we look at the roles they fulfill within the situation described by a sentence
- semantic roles (thematic roles)
- semantic features
- Semantic roles
- semantically; syntactically
Question 497 :
Suppose we want to calculate a probability for the sequence of observations {‘Dry’,’Rain’}. If the following are the possible hidden state sequences, then P(‘Dry’,‘Rain’) = ______. Transition probabilities: P(‘Low’|‘Low’)=0.3 , P(‘High’|‘Low’)=0.7 P(‘Low’|‘High’)=0.2, P(‘High’|‘High’)=0.8 • Observation probabilities : P(‘Rain’|‘Low’)=0.6 , P(‘Dry’|‘Low’)=0.4 P(‘Rain’|‘High’)=0.4 , P(‘Dry’|‘High’)=0.3 • Initial probabilities: P(‘Low’)=0.4 , P(‘High’)=0.6
- 0.1748
- 0.2004
- 0.1208
- 0.2438
Question 498 :
The Area Of Ai That Investigates Methods Of Facilitating Communication Between People And Computers Is:
- Natural Language Processing
- Symbolic Processing
- Decision Support
- Robotics
Question 499 :
Which statement is true
- Rule based methods are language independent
- Stochastic methods are language independent
- It is highly complex task to resolve ambiguities especially at lower levels of NLP
- Disambiguation task are is more challenging in Resourceful language as compared to Resourceless language
Question 500 :
Famous Tag set for English
- Penn Treebank
- OXFORD ENGLISH CORPUS PART-OF-SPEECH TAGSET
- ENGLISH CLAWS PART-OF-SPEECH TAGSET
- NLTK
Question 501 :
____ concerns how the immediately preceding sentences affect the interpretation of the next sentence
- Pragmatics
- Syntax
- Discourse
- Semantics
Question 502 :
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 503 :
X is a ........ of Y if it denotes a part of Y
- Meronym
- Hyponym
- Hynonyms
- Hypernyms
Question 504 :
What is full form of NLP?
- Natural Language Processing
- Natural Language Procedure
- Natural Language Process
- Natural Language pages
Question 505 :
_____________ is not a module in question answering system
- Question Analysis
- Answer Selection
- Sentiment Analysis
- Information Retrieval
Question 506 :
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 507 :
Beverage = coffee - tea - shake, is example of ______
- Meronymy
- Hyponymy
- Polysemy
- Clines
Question 508 :
The word bank can be (river bank or financial institution) it denotes
- Antonymy
- Polysemy
- Homonyms
- Synonymy
Question 509 :
which one of the following is not Tools/Techniques that can be used with sentiment analysis
- SentiWordNet
- Latent semantic analysis
- Latent semantic analysis
- Abstractive analysis
Question 510 :
The relatedness of polysemy is essentially based on similarity. ___ is using one to refer to the other.
- Synonyms
- Metonymy
- Antonyms
- Hyponym