Skip to content

danielnichols/string-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

string-analyzer

A simple command line application to analyze substring frequency in a given text passage. Enumerates all substrings within defined bounds to perform analysis. Can also optionally filter out non-english strings.

Instructions

  1. Install dependencies with yarn install
  2. Put text into a file called input.txt in the project root
  3. Run using yarn start, or for help on arguments yarn start -h
  4. Output will be placed in output.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published