Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: NLIDB - Natural Language Interface to Database.

  1. #1
    Junior Member
    Join Date
    Apr 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default NLIDB - Natural Language Interface to Database.

    I am a college student, and i have to submit a project a project to college. Thus, i selected a project topic i.e NLIDB - Natural Language Interface to Database.

    In that instead of taking SQL as interface language to Database we take Natural Language(English) as input and after processing it we convert that Natural Language Query to SQL. After conversion we fire that SQL query to Database and get desired Result.

    So can you help me out in this project.

    My Queries :

    1)How to convert any Natural Language (Unstructured Language) to Structured Language (SQL).

    2)How can i check the whether a sentence is grammatically correct or not????


  2. #2
    Senior Member PhHein's Avatar
    Join Date
    Mar 2013
    Location
    Germany
    Posts
    609
    My Mood
    Sleepy
    Thanks
    10
    Thanked 93 Times in 86 Posts

    Default Re: NLIDB - Natural Language Interface to Database.

    Uhm, I think you've got the wrong order. You should have asked those questions before selecting the topic.

  3. #3
    Junior Member
    Join Date
    Nov 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: NLIDB - Natural Language Interface to Database.

    hllo, i m also doing same project . i can help you. contact me. my email id is rajenderk127 at the rate of gmail.com

  4. #4
    Junior Member
    Join Date
    Jan 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: NLIDB - Natural Language Interface to Database.

    I am also having the same problem how to convert natural language
    queries into equivalent SQL queries.

    I have search a lot n got few things like ANTLR can be used to define
    rules in grammar and OPENNLP models can be used for entity
    identification like names, location etc.

    Can you help me, how you have implemented ?

  5. #5
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: NLIDB - Natural Language Interface to Database.

    Please note that the thread you replied to is ~10 months old and was a conversation among people who've not been back since then, except PhHein. If you need help with this topic, this may not be the right place, but this is definitely not the right thread, so you should start your own.

    Closing this thread.

Similar Threads

  1. Natural language processing in java
    By nikki. in forum Java Theory & Questions
    Replies: 5
    Last Post: March 19th, 2012, 11:34 PM
  2. Replies: 1
    Last Post: September 17th, 2011, 10:28 AM