Hello. I have a question, I have created a search and replace box thing in vb.net. But I want to teach it grammar, basically nouns, pronouns, adjectives. For example:
If the word 'way' would normally be replaced by 'method', 'process' such as
"the way to eat is through the mouth" ~would become "the method/process to eat is through the mouth" But in a situation such as "the way to the jungle is through there" I do not want to use method/process because then it could not make any sense at all; instead I would like to use the word 'path/route'.
Basically the words 'to eat' and 'the jungle' should be differentiated as noun or verb kinda like MS word does (it usually underlines gramatical errors in green if it does not make sense). Is this even possible?
PS: If possible leave out reg exps coz they are extremely confusing for me to fathom.
If the word 'way' would normally be replaced by 'method', 'process' such as
"the way to eat is through the mouth" ~would become "the method/process to eat is through the mouth" But in a situation such as "the way to the jungle is through there" I do not want to use method/process because then it could not make any sense at all; instead I would like to use the word 'path/route'.
Basically the words 'to eat' and 'the jungle' should be differentiated as noun or verb kinda like MS word does (it usually underlines gramatical errors in green if it does not make sense). Is this even possible?
PS: If possible leave out reg exps coz they are extremely confusing for me to fathom.
