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

https://github.com/yiqu/countit

📝 Text analyzer - Angular with Material
https://github.com/yiqu/countit

angular angular-cli animation material text-analyzer

Last synced: about 1 month ago
JSON representation

📝 Text analyzer - Angular with Material

Awesome Lists containing this project

README

          

# Countit

Text analyzer. Live demo: https://yiqu.github.io/countit/?ignoreStopWords=true

Set the query param `ignoreStopWords=` to `false` to keep stopwords when analyzing. When no query param is supplied,
it will be set to `true` on default.

## Fork and Run

Install Angular-CLI `npm install -g @angular/cli`

`cd` into project, `npm install`

Run `ng serve` , navigate to `localhost:4200`

## Build

Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.

# License

MIT