https://github.com/h4u2hj/documentstats
Document Statistics Windows Forms app
https://github.com/h4u2hj/documentstats
csharp windows-forms
Last synced: 6 months ago
JSON representation
Document Statistics Windows Forms app
- Host: GitHub
- URL: https://github.com/h4u2hj/documentstats
- Owner: h4u2hj
- Created: 2024-10-23T21:09:25.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T15:35:57.000Z (over 1 year ago)
- Last Synced: 2025-03-30T02:51:08.286Z (over 1 year ago)
- Topics: csharp, windows-forms
- Language: C#
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Document Statistics app
A simple windows forms app to display statistics of a document. Implements View-Model-Persistence architecture
Allows txt and pdf file inputs.
Statistics include: Character, sentence, noun count
Occurences of each word with filtering options.