Skip to content
This repository was archived by the owner on Mar 7, 2022. It is now read-only.

lucboruta/grams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grams

Multibyte character-friendly utility to enumerate all n-grams from the standard input.

Enumerating n-grams is rather easy, and sometimes you just need a simple command-line utility to grep | sed | grams | sort | uniq -c | sort -n, a.k.a. command-line natural language processing. ;)

About

Multibyte character-friendly utility to enumerate all n-grams from the standard input

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors