Is your feature request related to a problem? Please describe.
Sometimes the c_Language.h::FindSubject() routine does a poor job selecting the subject.
Describe the solution you'd like
More code is needed to check for most possible placements of the subject.
Describe alternatives you've considered
Currently the code does a good job with simple sentences but is not aware of other possibilities.
Additional context
[x] Write out a flow chart that covers the possibilities.
[x] Include that code in the FindSubject() routine.
Is your feature request related to a problem? Please describe. Sometimes the c_Language.h::FindSubject() routine does a poor job selecting the subject.
Describe the solution you'd like More code is needed to check for most possible placements of the subject.
Describe alternatives you've considered Currently the code does a good job with simple sentences but is not aware of other possibilities.
Additional context