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
- Host: GitHub
- URL: https://github.com/yiqu/countit
- Owner: yiqu
- License: mit
- Created: 2017-06-08T00:50:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-22T00:30:40.000Z (over 7 years ago)
- Last Synced: 2025-10-10T14:27:45.157Z (8 months ago)
- Topics: angular, angular-cli, animation, material, text-analyzer
- Language: TypeScript
- Homepage: https://yiqu.github.io/countit/
- Size: 1.33 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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