/countit

📝 Text analyzer - Angular with Material

Primary LanguageTypeScriptMIT LicenseMIT

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