Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angus-c/wordy-extension
word frequency analysis in a chrome extension
https://github.com/angus-c/wordy-extension
Last synced: about 1 month ago
JSON representation
word frequency analysis in a chrome extension
- Host: GitHub
- URL: https://github.com/angus-c/wordy-extension
- Owner: angus-c
- License: mit
- Created: 2014-01-27T20:56:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-13T16:39:21.000Z (over 10 years ago)
- Last Synced: 2024-04-20T12:19:33.963Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 529 KB
- Stars: 13
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Wordy Extension
### A word frequency util in a chrome extension[![Build Status](https://travis-ci.org/angus-c/wordy-extension.png?branch=master)](http://travis-ci.org/angus-c/wordy-extension)
Wordy lists all words on the current web page by usage frequency.
###Installation
Drag [wordy-extension.crx](https://github.com/angus-c/wordy-extension/blob/master/wordy-extension.crx) to your chrome extensions page.
I'll probably add it to the store at some point.###Usage
By default wordy lists every 5+ letter word on the page in frequency order
![alt tag](https://raw.github.com/angus-c/wordy-extension/master/demo1.png)
####Adjusting the minimum word size
Move the slidy bar to set the minimum word size for the search
####Filtering by regular expression
You can also filter the results with a regular expression...
![alt tag](https://raw.github.com/angus-c/wordy-extension/master/demo2.png)
###Testing
npm install
karma start