file-analyzer

command module
v0.0.0-...-8949707 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 25, 2024 License: MIT Imports: 5 Imported by: 0

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.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL