9STORING USER INPUT IN A DATABASE
Many applications designed for business need to transfer the data they work with to a database at some point. For example, a food-ordering chatbot might save an order form after filling it out using the information extracted from dialogue with a customer. Once the order appears in the database, it becomes available for further processing, and the product is eventually shipped to the customer.
This chapter discusses how you can turn information extracted from submitted text into a structured format so you can store and manipulate it within a relational (row-and-column) database. Through examples, you’ll learn how ...
Get Natural Language Processing with Python and spaCy now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.