Hi,
I am currently doing a project where in I have to create a gui which reads a text document and gives options to output :
1) the number of words in that document
2) number of words with 9 or more characters
3) top 10 frequent words in the document
4)Words which occur only once or occur twice in document
5) total number of paragraphs in the document and the average paragraph length in the document. (Paragraph length should include total words in a paragraph and total sentences in a paragraph)
6)total number of sentences in the document and the average sentence length in the
word document.(Number of words in each sentence divided by total number of words in all sentences in the document)
7) Finally an option to search for a particular word.
Could someone help me with the design. How to go about it. I have already created the GUI. Iam able to read the document too.