IMPLEMENTATION SENTENCE ANALYSIS VIA VERB

Abstract

The objective of this thesis provides computerized technique to design relational database. The program divides the entered sentence into three parts, Subject Group, Verb Group and complement group. Subject and complement group are representing the source and destination entities or attributes with its relationship. Verb group is representing the relation name that connects the source and destination entities. The program matches each word in the sentence with verb dictionary. When the verb has been found, the program stores it in a list and replace the verb group with any symbol therefore it become very easy to get subject group which any thing before symbol while complement group every thing after symbol.