The document describes a methodology for automatically extracting entity relationship diagrams (ERDs) from English language descriptions. It involves using heuristic rules to extract entities, relationships, and attributes from text and then generating an ERD. The proposed system aims to provide a quick and easy way for database designers to generate ERDs from requirements documents. Existing normalization tools only operate on relational schemas and do not support conceptual-level normalization of ERDs. The proposed system would extract ERDs and then apply normalization techniques like 1NF and 2NF to remove ambiguities and inconsistencies from the initial ERD.