Skip to content

Facts about text! Inspired by the examples in the collections module.

Notifications You must be signed in to change notification settings

percentcer/text_facts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

text_facts

Facts about text! Inspired by the examples in python's standard collections module.

usage: analyzer.py [-h] [-v V] [-n N] FILE

Get some facts about the text

positional arguments: FILE path to file that will be analyzed

optional arguments: -h, --help show this help message and exit -v V, --screen V filter out the Vth most common words in English (the, and, of, etc.), according to https://github.com/first20hours/google-10000-english. Defaults to the full file. -n N, --count N maximum words to return

About

Facts about text! Inspired by the examples in the collections module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages