This program is written in C programming language.
Aim:- The basic purpose of this program is to identify parts of speech of a an inputed sentence
This program identifies whether the inputed words of sentence are noun, pronoun, verb etc parts of speech.
*shown in the output of the program is used to as a sign for non confirmation of output.(as shown in sample input)
This programs uses trie data structure to identifypart of speech and several other conditions are implied for the confirmation of output
Just run main.c file from the src folder.