CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2011
    Posts
    2

    Question Generator Algorithm

    Hi everyone, this is my first thread here..
    I want to ask you about the question generator algorithm.. I'm just thinking to make a program that can generate an question from a sentence

    Example :
    - sentence -> Jessica is a policewoman.
    - question generator -> Who is jessica?
    Example 2 :
    - sentence -> Matt born in 1990.
    - question generator -> When Matt was born?
    Example 3 :
    - sentence -> Now, Edward live in London.
    - question generator -> Where Edward live?

    What do you think about that? Is that an algorithm to generate a question like that example? Please help me.. This is for my final project in university.. I don't know the keyword when I searching on google..

    Very thanks for your answer..

  2. #2
    Join Date
    Nov 2011
    Posts
    2

    Re: Question Generator Algorithm

    this is my email :

    kwa_kwa90@yahoo.com

  3. #3
    Join Date
    May 2009
    Posts
    2,413

    Re: Question Generator Algorithm

    Quote Originally Posted by kwakwa View Post
    I don't know the keyword when I searching on google.
    It's "computational linguistics",

    http://en.wikipedia.org/wiki/Computational_linguistics

  4. #4
    Join Date
    Feb 2011
    Location
    United States
    Posts
    1,016

    Re: Question Generator Algorithm

    Computational linguistics! Relevant XKCD comic: https://www.xkcd.com/114/ [Warning: Possibly NSFW re: language]

    Also good luck. That sounds like a fun project.
    Best Regards,

    BioPhysEngr
    http://blog.biophysengr.net
    --
    All advice is offered in good faith only. You are ultimately responsible for effects of your programs and the integrity of the machines they run on.

Tags for this Thread

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured