hello..
I m designing a STATISTICAL SUMMARIZER in C..
This software will create the summary of a text file submitted by
the user..
The first step is to separate sentences in the text file..
I hav almost completed this step..
but there are some limitations..
Suppose if text file hav this input..e.g
Hello! This is MAYANK. I am a Student of "nitk."
Working on a project.
output:
Hello! This is MAYANK.
I am a Student of "nitk."
Working on a project.
then how i will separate these lines into sentences??
can u provide me with a code of sentence separation..