The document describes an Automatic Database Schema Generator tool that can generate a database schema from natural language textual requirements. It takes textual requirements as input, analyzes the text using natural language processing techniques like tokenization and part-of-speech tagging. It also parses a domain ontology related to the problem domain to help identify entities and attributes. The tool then extracts entities, attributes, and identifies primary and foreign keys to generate a relational database schema that can be used to develop the application database. The tool aims to automate the manual and iterative process of database schema design from requirements.