Skip to content

THis scripts count and ranks the frequency keywords and 3 word phrases in a file and generates an html table for display. With pdfkit installed it will then generate a .pdf og that html file.

Notifications You must be signed in to change notification settings

mstatt/Python-Phrase-frequency-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"# Python-Phrase-frequency-counter" These scripts count and ranks the frequency keywords and variable # of word phrases in a file/files and generates an html table for display. With pdfkit installed it will then generate a .pdf of that html file.

  1. single-docterm-freq.py: Counts term frequency for a single file and generates an html table with the results.
  2. phrase.py: Counts phrase frequency for a single file and generates an html table with the results.
  3. multi-file-ngrams.py: Counts term frequency for phrases across a specified file type in a given directory for all files of that given type and generates an html table with the aggregate results.

About

THis scripts count and ranks the frequency keywords and 3 word phrases in a file and generates an html table for display. With pdfkit installed it will then generate a .pdf og that html file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages