I want make aplication(Visu al Basic 6.0) about checking grammar in one sentence. Right now I very hopeless :confused: , can anyone help me right now. I am very gratefull. Thanx U.
Help Checking Grammar Aplication ?
Collapse
X
-
Not an easy task, first you will need to split the sentence up into separate words and then identify what part of sentence each word is, i.e. noun, verb adverb, pronoun, adjective (to name a few).
The you will have to find a way to hold in your program all the different correct ways of putting a sentence together from the types of word and check that the supplied sentence meets 1 of these definitions.
Comment