Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.