Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jackall3n/symetrica
Ever wondered how many times you use a word in your sentences?
https://github.com/jackall3n/symetrica
Last synced: 4 days ago
JSON representation
Ever wondered how many times you use a word in your sentences?
- Host: GitHub
- URL: https://github.com/jackall3n/symetrica
- Owner: jackall3n
- Created: 2022-06-06T22:25:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:22:09.000Z (about 1 year ago)
- Last Synced: 2024-11-09T08:42:33.920Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://symetrica.vercel.app
- Size: 159 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Symetrica Word Counter š
## Description
Symetrica Word Counterįµį“¹ is a state-of-the-art sentence processing tool. It can process ANY* sentence length and return back a list of the top most common words.
If you're interested in knowing how it works under the hood, view the [findTopWords.ts](https://github.com/jackall3n/symetrica/blob/main/utils/findTopWords.ts) file.Or, if you'd like to try it out visit [https://symetrica.vercel.app](https://symetrica.vercel.app)
_*nearly any_
## Running it locally
First, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:6565](http://localhost:6565) with your browser to see the result.
## Testing
Jest has been used for the testing framework. Visit [findTopWords.test.ts](https://github.com/jackall3n/symetrica/blob/main/utils/findTopWords.test.ts) to see an example.