"Pair-Natural Language database query system-design document"

Source: Internet
Author: User
Tags ming

September 14, 2017 10 o'clock two minutes less

Design documentation for pairing programming:

Topic: Natural Language Database query system

Programming Language: C #

Database: MYSQL, others gradually expanded

What the software wants to accomplish:

After the user opens the software can connect to the database, and through the Natural Language database query, for example I want to know Xiao Ming's school number, if the query in the database needs to enter the select ID from the student table where name = "Xiao Ming" to achieve, we have to do is, input query Xiao Ming's school number, The software can convert the natural language into SQL statements to query the database.

The function to be implemented:

1. Connect the database (plan as many relational databases as possible, support MySQL at least)

2. Simple processing of natural language

Through the word breaker tool to achieve, extract keywords

3. Database query, the MySQL database has the appropriate DLL support

4. The program software can not only realize the query function, but also can delete, modify and other functions

5. If the program has the ability to modify the data, you need to control the permissions.

For the control of permissions, you can increase the registration login function, through the development of user permissions to control this point.

6. Under the circumstances of the completion of: (1) record the user's query habits, analysis of users interested in the content of the regular can be pushed.

(2) Analyze users to classify users

As of now, the above plan content may be modified and added with the progress of the program and the arrival of inspiration ...

"Pair-Natural Language database query system-design document"

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.