Community Sites
Create your own community website and start earning today !
It's Free !
 
Communities Members BookmarksPolls Fresher Jobs Funny Pictures MCA Projects New Member FAQ  



My Profile
Active Members
Today
    Last 7 Days more...



    Awards & Gifts
    Online Exams

    Fresher Jobs


    Our fresher job section is exclusively for fresh graduates! Find jobs for freshers in major Indian cities including Bangalore, Chennai, Hyderabad, Pune or Kochi

    Resources


    Find educational articles, blogs, discussion threads and other resources.

    Colleges


    Find details about any college in India or search for courses.

    website counter



    Download Model question papers & previous years question papers

    Posted By: acme       Member Level: Silver       Posted Date: 15 Apr 2008

    2007 Jawaharlal Nehru Technological University B.E Computer Science NATURAL LANGUAGE PROCESSING Question paper



    Course: B.E Computer Science   University: Jawaharlal Nehru Technological University




    Code No: RR420503
    IV B.Tech II Semester Regular Examinations, Apr/May 2007
    NATURAL LANGUAGE PROCESSING
    (Computer Science & Engineering)
    Time: 3 hours Max Marks: 80
    Answer any FIVE Questions
    All Questions carry equal marks
    ? ? ? ? ?

    Set No. 1
    1. (a) Map the following CFG into an equivalent recursive transition networks that
    uses only three networks –S, NP,PP networks
    S! NP VP
    VP! V
    VP! V NP
    VP! V PP
    NP! ART NP2
    NP! NP2
    NP2! N
    NP2! ADJ NP2
    NP2 ! NP3 PREPS
    PREPS ! PP
    PREPS ! PP PREPS
    PP! NP
    (b) Explain about grammars and logic programming. [10+6]
    2. (a) What is depth first strategy?
    (b) What is breadth first strategy ?
    (c) What is first in first out strategy?
    (d) What is a final chart? [4×4]
    3. (a) Discuss in detail the different kinds of word classes can appear I noun phrases.
    (b) With an example explain co-ordinate noun phrase? [8+8]
    4. (a) Explain in detail the forward chaining & backward chaining in IF then reasoning
    (b) Explain
    i. Abduction
    ii. Resolution [10+6]
    5. (a) List & Define several important components of intelligent agents?
    (b) What do you mean by speech act?
    (c) What is Knowledge base and Belief Base? [6+4+6]
    6. (a) Describe the steps taken to resolve a pronoun.
    (b) Illustrate the operation of the above by example
    John saw a beautiful Acura Integra at the dealership.
    He showed it to bob. He brought it . [8+8]
    7. Discuss & Explain the Natural Language Systems
    (a) Base ball
    (b) GUS
    (c) PARRY [16]
    8. Compare & Contrast the SPL input to KMPL and the FD input to FUF?
    What decisions are required of the disclosure planner for each of them? What are
    their relative strength and weaknesses? [16]

    ? ? ? ? ?

    Set No. 2

    1. (a) List the different Verb forms with example?
    (b) Explain with an example the basic & progressive tenses? [8+8]
    2. (a) Explain with an example the elements of the simple noun phrases.
    (b) What is Morphology?
    (c) What are Inflectional form & Derivation's forms? [8+4+4]
    3. Explain briefly about
    (a) Language Knowledge
    (b) Background Knowledge
    (c) General World Knowledge
    (d) Context Knowledge [4×4=16]
    4. (a) What are the two forms of knowledge that are curtail in knowledge Representation?
    (b) Discuss the types of inferences?
    (c) What is knowledge base? [8+4+4]
    5. (a) What is the need of discourse structure?
    (b) What are discourse segments?
    (c) What are cue phrases? [6+6+4]
    6. Write short notes on:
    (a) Pro normalization
    (b) Pronouns
    (c) Demonstrative pronouns
    (d) One anaphora [4×4=16]
    7. What is Template Matching? Discuss in detail the Machine proposed by the Ale Turning? [16]
    8. (a) List & Explain in detail the three fundamental concerns in generations?
    (b) Explain the procedure for generation in a fully specified system networks.
    [6+10]
    ? ? ? ? ?

    Set No. 3

    1. (a) Discuss in detail the different forms of Knowledge relevant for Natural Language Understanding?
    (b) Explain Syntax, Semantics & Pragmatics. [10+6]
    2. (a) What is GAP Threading?
    (b) What are extra position grammar?
    (c) Distinguish between bounded (Local) movement and unbounded (non local)
    movement? [4+4+8]
    3. (a) Explain the two kinds of grammar Equivalence?
    (b) What do you Mean by Domain specific knowledge? Explain with example.
    [8+8]
    4. (a) What do you mean by Unification of two literals?
    (b) Discuss the resolution refutation procedure?
    (c) List the steps involved in answering questions by using resolution? [4+6+6]
    5. Explain:
    (a) Coherence
    (b) Co reference
    (c) Discourse segment
    (d) Sub ordinary relations & coordinating relations [4×4=16]
    6. Briefly Summarize the approaches to pronouns resolution (Tree search Algorithm)
    [16]
    7. Which structure takes more memory F(a,b,c,d,e) or f(abcde,abcde,abcde)? Explain
    how you can answer this question without knowing the amount of memory needed
    for a character, a pointer or a cell on any particular compiler? [16]
    8. (a) List & Explain the choices made by the generations systems?
    (b) Explain with diagram the reference Architecture for NLG systems. [8+8]

    ? ? ? ? ?

    Set No. 4

    1. Explain in detail, why each of the following sentences is ill formed? State what
    rules have been violated ?
    (a) He barked the wrong tree up.
    (b) she turned water in to wine
    (c) Don’t take many all the cookies
    (d) I feel floor today
    (e) They all laughed the boy [16]
    2. Design an ATN for parsing sentences that contain one finite clause such that the
    finite verb phrase in the clause is unitransitive. Write a parsing program that
    transit through the ATN to parse a few sentences of your choice. The vocabulary
    in the sentences you will be parsing. [16]
    3. (a) “The man took the Book” Represent the sentence in CFG Parse tree.
    (b) Explain the three main new ideas with respect to the complex notations of
    syntax and grammar. [8+8]
    4. Natural Language Understanding requires a capability to represent and reason
    about knowledge of the world? Justify? [16]
    5. (a) Discuss “Pronoun Resolution” Algorithm
    (b) What are
    i. Silience Value
    ii. Salience factors
    iii. Initial Silience value
    iv. final Silence value [10+6]
    6. (a) What are the two fundamental operations to the discourse model?
    (b) With the help of diagram, Explain the operation & relationships of discourse
    model.
    [8+8]
    7. (a) What is displayed by the prolog query ‘?-write(“abc”)’? Why?
    (b) in what situation does name/2 produce a zero length atom?
    (c) Show how to use name/2 to convert “abracadabra” into an atom.
    (d) Show how to use name/2 to find out the ASCII code of the letter Q?[4×4=16]
    8. Explain in detail with example the simple FUF (Functional Unification Formalism)
    Grammar? [16]

    ? ? ? ? ?





    Return to question paper search

    Next Question Paper: ROBOTICS

    Previous Question Paper: SOFTWARE PROJECT MANAGEMENT

    Related Question Papers:


  • MACHINE TOOL DESIGN


  • III B.Tech I Semester Supplimentary Examinations, February 2008,(Mechatronics),DIGITAL ELECTRONICS


  • DATA COMMUNICATIONS III B.Tech I Semester Supplimentary Examinations, November 2007


  • INTERNATIONAL FINANCIAL MANAGEMENT


  • MANAGEMENT OF TECHNOLOGY - Apr/May 2008 - Set 1


  • Categories


    Submit Previous Years University Question Papers and make money from adsense revenue sharing program

    Are you preparing for a university examination? Download model question papers and practise before you write the exam.



    Watch TV Channels
  • Watch Asianet TV online
  • Kairali TV in Internet
  • Surya TV online
  • Amritha TV Channel

  • Contact Us    Privacy Policy    Terms Of Use   

    SpiderWorks Technologies Pvt Ltd. 2006 - 2007 All Rights Reserved.