VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Word Frequency Analyser

by lordaych (1 Submission)
Category: String Manipulation
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (4 Votes)

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.

Inputs
Copy some text to the clipboard and paste it into the main window.
Assumes
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.
Code 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.

Rate Word Frequency Analyser

Download Word Frequency Analyser

Download Word Frequency Analyser (4 KB)

Word Frequency Analyser Comments

No comments have been posted about Word Frequency Analyser. Why not be the first to post a comment about Word Frequency Analyser.

Post your comment

Subject:
Message:
0/1000 characters