freq

Crates.iofreq
lib.rsfreq
version0.1.0
sourcesrc
created_at2021-03-04 14:02:01.329699
updated_at2021-03-04 14:02:01.329699
descriptionThe missing word frequency analyzer
homepagehttps://github.com/mre/freq
repository
max_upload_size
id363723
size3,375
Matthias Endler (mre)

documentation

https://github.com/mre/freq/blob/master/README.md

README

freq

A commandline tool that counts the number of word occurences in an input.

This is just a placeholder repository for now. Please create issues for feature request and collaboration.

TODO

  • Ignore words (regex pattern)
  • Filter stopwords (similar to NLTK's stopwords)
  • Different output formats (plaintext, JSON)
  • Performance (SIMD support, async execution)
  • Usage as library
  • Recursion support
  • Allow skipping files
  • Allow specifying ignored words in a separate file
  • Generate "heat bars" for words like shell-hist does
  • Ability to split report by file/folder (sort of like sloc does for code)

Idea contributors:

  • @jamesmunns
  • Want to see your name here? Create an issue!
Commit count: 0

cargo fmt