Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicolas-ggd/file-analyzer
Text-Based File Analyzer
https://github.com/nicolas-ggd/file-analyzer
file-analyzer go golang
Last synced: about 1 month ago
JSON representation
Text-Based File Analyzer
- Host: GitHub
- URL: https://github.com/nicolas-ggd/file-analyzer
- Owner: Nicolas-ggd
- License: mit
- Created: 2024-07-23T17:39:34.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T07:51:37.000Z (4 months ago)
- Last Synced: 2024-10-02T09:13:55.904Z (about 2 months ago)
- Topics: file-analyzer, go, golang
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Text-Based File Analyzer
### My goal is to build file analyzer which reads some file extention, (.txt, .csv ...etc) and give the information basic metrics:
- Word Count: Total number of words in the text.
- Character Count: Total number of characters (including spaces and punctuation).
- Line Count: Total number of lines in the text.
- Average Word Length: Average length of words in the text.
- Sentence Count: Number of sentences (based on punctuation like periods, question marks, exclamation points).
- Average Sentence Length: Average number of words per sentence.## Contributing
Contributions are welcome! If anyone have interest to work with this project, hit a fork button....## LICENSE
This project is licensed under the MIT License.