Results 1 to 3 of 3

Thread: Can someone help me regarding this???

  1. #1
    Senior Member codenamevirus's Avatar
    Join Date
    Jun 2005
    Location
    Faridabad, Haryana, India
    Posts
    298

    Can someone help me regarding this???

    hi

    Here's My Question, and I have no idea whats its asking for!!

    Question:

    A traditional term , document and indexing system(Information Retrieval) has to be created. Input text document have to be indexed and a retrieval algorithm for term inputs. The database is to be used is BERKLEY DB . You need to use a structure like this:

    typedef struct_term_entry
    { char *term;
    char *doc_id;
    } TERM_ENTRY;


    that's it!!

    I need some information on it fast! Any help will be appreciated!!!
    CodeNameVirus

  2. #2
    Senior Member
    Join Date
    Sep 2005
    Posts
    221
    Do your homework yourself, please.
    Also, the internet is your friend.

    www.alltheweb.com
    www.exalead.com
    www.google.com

    Research.
    Definitions: Hacker vs. Cracker
    Gentoo Linux user, which probably says a lot about me..
    AGA member 14460 || KGS : Trevoke and games archived

  3. #3
    Senior Member codenamevirus's Avatar
    Join Date
    Jun 2005
    Location
    Faridabad, Haryana, India
    Posts
    298
    Do your homework yourself, please.
    Also, the internet is your friend.
    Well that certainly wasnt an answer to my query!!!

    Anywayz, can someone tell, How can I create a database in BERKLEY DB using RED HAT 9.

    I went to www.sleepycat.com but wasnt able to reach anywhere........
    CodeNameVirus

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •