Question 451 :
Anaphoric relations hold between _______ phrases that refer to the same person or thing.
- Verb
- Noun
- Preposition
- Adjective
Question 452 :
The System Recognizes If Emails Belong In One Of Three Categories (Primary, Social, Or Promotions) Based On Their Contents. What This Application Is Called?
- Smart Assistant
- Email Filters
- Predictive Text
- Language Translation
Question 453 :
Which Of The Following Is Used To Mapping Sentence Plan Into Sentence Structure?
- Text Planning
- Sentence Planning
- Text Realization
- Stemming
Question 454 :
To evaluate the effectiveness of an IR system the output from a standard query executed against the test IR system is compared with the known output from a:
- internet collection
- reference book
- separate IR system.
- standard test collection
Question 455 :
Regular expressions are combination of simple units as given in options, select incorrect unit.
- Character or string
- Concatenation
- Kleen star
- Conjunction
Question 456 :
Rule for removing suffix will be given in form '(Condition) S1 ® S2', where S1 is suffix. If the condition is '(*d)' then which of the following is correct interpretation?
- The stem ends with S.
- The stem contain vowel.
- The stem ends with a double consonant (eg. -TT, -SS)
- The stem ends CVC, where second C is not W, X, or Y
Question 457 :
Who is the father of NLP?
- Enjamin Bandler
- Richard Bandler
- Elijah Bandler
- Marvin Minsky
Question 458 :
Solve the equation according to the sentence 'I am planning to visit New Delhi to attend Analytics Vidhya Delhi Hackathon'. A = (# of words with Noun as the part of speech tag) B = (# of words with Verb as the part of speech tag) C = (# of words with frequency count greater than one) What are the correct values of A, B, and C?
- 5, 5, 2002
- 5, 5, 2000
- 7, 5, 2001
- 7, 4, 2002
Question 459 :
Words automatic, automation, are converted to automat. This the output of which process.
- FSA
- Lemmatization
- Stemming
- Parser
Question 460 :
Given a sound clip of a person or people speaking, determine the textual representation of the speech.
- Text-to-speech
- Speech-to-text
- Speech recognition
- speech generation
Question 461 :
For machine learning based tagger, which is required
- Knowledge database of rules required
- Knowledge database of rules not required
- Learns automatically all rules
- Knowledge database of rule, learning from database
Question 462 :
Which is concerned with retrieval from a document collection where documents in multiple languages co-exist and need to be retrieved to a query in any language.
- CLIR
- BLIR
- MLIR
- Monolingual IR
Question 463 :
Over-stemming can also be regarded as __________________.
- False-Positives
- False-Negative
- True-Positive
- True-Negative
Question 464 :
Phrase structure riles are of the form A->BC which states that
- A is directed towards BC
- A implies B and C
- Constituents A can be written as two constitutes B and C
- BC holds value of A
Question 465 :
Consider the statement The students went to class . Assign POS tags for the statement.
- DT NN VB P NN
- DT NN NN P NN
- NN NN VBG P NN
- DT NN VB P DT
Question 466 :
What are the most common and the rarest term of the corpus?
- t5, t1
- t5, t6
- t4, t6
- t3, t5
Question 467 :
CFG consist of
- Set of rules
- Set of productions
- Order of elements
- rules ,productions,order of element
Question 468 :
Morphological Segmentation?
- Does Discourse Analysis
- Separate words into individual morphemes and identify the class of the morphemes
- Is an extension of propositional logic
- Analysis
Question 469 :
How many bi-grams can be generated from given sentence:- This is NLP book.?
- 3
- 2
- 4
- 1
Question 470 :
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 471 :
Mango is hyponym of
- Forest
- Human
- Fruits
- Sweet
Question 472 :
Given a sentence S=w1 w2 w3 ... wn, to compute the likelihood of S using a bigram model. How would you compute the likelihood of S?
- Calculate the conditional probability of each word in the sentence given the preceding word and add the resulting numbers
- Calculate the conditional probability of each word in the sentence given the preceding word and multiply the resulting numbers
- Calculate the conditional probability of each word given all preceding words in a sentence and add the resulting numbers
- Calculate the conditional probability of each word given all preceding words in a sentence and multiply the resulting numbers
Question 473 :
Choose from the following areas where NLP can be useful.
- Automatic Text Summarization
- Automatic Question-Answering Systems
- Information Retrieval
- All of the above
Question 474 :
Which of the following is the example of overstemming?
- Univers
- Universe
- Universal
- University
Question 475 :
Which of the following techniques is most appropriate to get root of word without considering word syntax
- Stemming
- Lemmatization
- Stop word removal
- Rooting
Question 476 :
How is the word changing lematized?
- chang
- changin
- chan
- change
Question 477 :
In the English language inflectional morphemes can be...
- Prefixes, Suffixes and Infixes
- Suffixes only
- Infixes Only
- Prefixes, Suffixes and Infixes
Question 478 :
The basic operation of a web browser is to pass a request to the web server. This request is an address for a web page and is known as the:
- UAL: Universal Address Locator
- HTML: Hypertext Markup Language
- URL: Universal Resource Locator
- HTTP: Hypertext transfer protocol
Question 479 :
Famous Stemming algorithm
- Porter’s Stemmer algorithm
- Lovins Stemmer
- Dawson Stemmer
- Snowball Stemmer:
Question 480 :
Which of the following are Anchors in regular expression?
- * and +
- ^ and $
- ? and {}
- /d and /w