Skip to content

tomzx/vocabulary-gradient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vocabulary gradient

Vocabulary gradient is a small javascript application which analyzes a given text and tell you how often each word is use in the general vocabulary.

The word frequency list is based off wiktionary list of the 40000 most frequently used words in the Project Gutenberg library (the frequency list as of 2006-04-16).

Getting started

Simply open index.html in your browser and paste a text you would like to analyze. When you submit the form, the text you submitted will appear below and display the the index of the word (in subscript) based on its frequency. In other word, the closer you are to zero, the more frequently this word is used.

Some words may not be found in the word frequency list and they will be highlighted in yellow and will display an index value of "?".

Sources

License

The code is licensed under the MIT license. See LICENSE.

About

Analyze your texts to find rarely used words. http://tomzx.github.io/vocabulary-gradient/

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published