Tools Links Login

Word Frequency Analyser

Paste the contents of a plaintext document into the main multiline text box, click "Parse," and this program creates an array for each unique word and the frequency at which the word occurs in the string. I made this to check my own writing for over-used words; if you're a writer you may notice how you tend to use the same words over and over again; in conjunction with a thesaurus this could be a powerful tool to liven up your use of vocabulary.

Original Author: lordaych

Inputs

Copy some text to the clipboard and paste it into the main window.

Assumptions

None...this code uses basic string manipulation and bubble sorting algorithms. Instead of using the split() function I have my own algorithm for parsing text into individual words and then adding those words to the arrays.

Returns

The program generates a visual report showing unique words and the frequency at which they occur. This list can be sorted by word length (best) or frequency.

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 85 times

Categories

Visual Basic 6

Attachments

Word_Frequ575282252002.zip
Posted: 9/3/2020 3:45:00 PM
Size: 4,549 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.