Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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?

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.