Question 601 :
Parts-of-Speech tagging determines ___________ . 1) part-of-speech for each word dynamically as per meaning of the sentence 2) part-of-speech for each word dynamically as per sentence structure 3) all part-of-speech for a specific word given as input
- Only 1 is correct
- 1 and 2 are correct
- 1 and 3 are correct
- All (1,2 and 3) are correct.
Question 602 :
In NLP, word natural indicates
- To distinguish human languages from computer languages
- It is subfield of AI
- It is more close to English language
- It is closed to all languages except English language
Question 603 :
Monkey ate the banana as it was ripe' Identify the dependency checking to resolve the ambiguity of ‘it’
- Monkey, banana
- Banana, ripe
- Monkey, ripe
- Ate, banana
Question 604 :
Corpus-Based Approaches Use Either Supervised Or Unsupervised Learning. Supervised Methods Require ___________ Whereas Unsupervised Methods Eliminate The Need Of Tagged Data But Usually Perform Only _________________.
- Tagged Data, Word Sense Discrimination
- Untagged Data, Word Sense Discrimination
- Untagged Data, Word Commonsense Discrimination
- Untagged Data, Word Sense Indiscrimination
Question 605 :
In NLG ______includes retrieving the relevant content from knowledge base.
- Text planning
- Sentence planning
- Text Realization
- Text Mapping
Question 606 :
HMM graphs consist of a Hidden Space and Observed Space, where the hidden space consists of the _______ and the observed space is the ______
- Input, Categories
- Values, Variables
- Labels, Input
- Variables, Values
Question 607 :
Components of NLP?
- NLU,NLG
- NL simutator, NL analyser,NL scripting
- LR-Translator,LR-parser
- NLB-simulator, NLB-aquatiser
Question 608 :
What changes the letters from one alphabet or language into the corresponding, similar-sounding characters of another alphabet
- Summarization
- Translation
- Transliteration
- Transformation
Question 609 :
How Many Components Of Nlp Are There?
- Two
- Three
- Four
- Five
Question 610 :
Innocent peacefully children sleep little' vs 'Innocent little children sleep peacefully'. Which stage of NLP helps to find proper ordering of sentences
- Morphology Analysis
- Phonology Analysis
- Semantics Analysis
- Syntax Analysis
Question 611 :
HMMs are 'a statistical Markov model in which the system being modeled is assumed to be a ________process with ________ states'.
- Convolution, completed
- Markov, Unobservable
- Analyzing, Categorized
- Complete, Observed
Question 612 :
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 613 :
Which of the following is an example of free morphene?
- un
- ful
- ly
- town
Question 614 :
Given a sentence or larger chunk of text, determine which words ('mentions') refer to the same objects ('entities')
- Anaphora Resolution
- Coreference Resolution
- Noun Resolution
- Pronoun Resolution
Question 615 :
In the English language derivational morphemes can be...
- Prefixes and Suffixes
- Suffixes only
- Infixes Only
- Prefixes, Suffixes and Infixes
Question 616 :
Which of the following is used to mapping sentence plan into sentence structure?
- Text planning
- Sentence planning
- Text Realization
- Text Summarization
Question 617 :
Named entities can be recognized and classified by:
- Viterbi Algorithm
- Featured-based or neural sequence labelling techniques.
- Hidden Markov Model
- Maximum Likelihood Estimation
Question 618 :
Which One Of The Following Is Not A Pre-Processing Technique In Nlp
- Converting To Lowercase
- Removing Punctuations
- Removal Of Stop Words
- Sentiment Analysis
Question 619 :
Which is not type of Sentiment Analysis?
- Emotion Detection
- Aspect based
- Word based
- Bilingual
Question 620 :
The Words 'Window' And 'Room' Are In A Lexical Semantic Relation
- Hypernym – Hyponym
- Hypernym – Meronym
- Holonym – Hyponym
- Meronym – Holonym
Question 621 :
In linguistic morphology _____________ is the process for reducing inflected words to their root form.
- Rooting
- Stemming
- Text-Proofing
- Both Rooting - Stemming
Question 622 :
Which of the following is correct example of stem 'replayed'?
- Replay
- Play
- Played
- Replayed
Question 623 :
What is the name for information sent from robot sensors to robot controllers?
- signal
- temperature
- feedback
- pressure
Question 624 :
Make Computers As They Can Solve Problems Like Humans And Think Like Humans Is
- Challege Of Nlp
- Disadvantage Of Nlp
- Stage Of Nlp
- Knowledge Of Nlp
Question 625 :
Semantics: ___ meaning,Pragmatics: ___ meaning
- Presupposition
- Literal; unconventional
- Linguistic context
- Physical context
Question 626 :
This is not feature of binary machine learning classifier
- Length of the keyphrase
- Frequency of the keyphrase
- The most recurring word in keyphrase
- Stemming
Question 627 :
For e.g. sentence is Park the car. POS for words in sentences park: Noun, Verb. the: Determiner. car: Noun. How many hidden state sequences are possible
- 4
- 8
- 7
- 2
Question 628 :
In A Corpus Of N Documents, One Randomly Chosen Document Contains A Total Of T Terms And The Term 'Hello' Appears K Times. What Is The Correct Value For The Product Of Tf (Term Frequency) And Idf (Inverse-Document-Frequency), If The Term 'Hello' Appears In Approximately One-Third Of The Total Documents?
- Kt * Log(3)
- T * Log(3) / K
- K * Log(3) / T
- Log(3) / Kt
Question 629 :
How conditional probability rewrite in language model? P(B | A) =P(A, B) / P(A)
- P(A, B) = P(A) P(B | A)
- P(A, B) = P(A) P(A | B)
- P(A, B) = P(B) P(B | A)
- P(A) = P(A) P(B | A)
Question 630 :
How Many Different Lexemes Are There In The Following List?Man, Men, Girls , Girl , Mouse
- 2
- 3
- 1
- 4