원문정보
초록
영어
An Entity Relationship (ER) data model is a high level conceptual model that describes information as entities, attributes, and relationships. Entity relationship modeling designed to facilitate database design. The abstract nature of Entity Relationship diagrams can be discouraging task to both designers and student alike. This paper deals with the problem of extracting ER elements from natural language specifications using Natural Language Processing (NLP). The approach provides the opportunity of using natural language documents as a source of knowledge for generating ER data model. The structural approach is used to parse specification syntactically based a predefined set of on heuristics rules. Extracted words with its Part Of Speech (POS) mapped into entities, attributes and relationships, which are the basic elements of ER diagrams.
목차
1. Introduction
2. Related Work
3. The Approach
3.1. Sentence Segmentation
3.2. Tokenization
3.3. Tagged Part Of Speech (POS)
3.4. Chunking
3.5. Parsing
3.6. Generate ER
4. Limitation
5. Conclusion
References