repeated-words
v1.3.1
Published
Processes paragraphs of text to identify repeated words and exports a file with the frequency of each word.
Maintainers
Readme
Repeated Words
Processes paragraphs of text to identify repeated words and exports a file with the frequency of each word.
This package was made just for learning and fun :)
Install
npm install repeated-wordsUsage
In the terminal, type:
repeated-words -t /path/to/my_text.txt -d /path/result/destinationIf you want the text file to be created in the root folder where the command is being executed:
repeated-words -t /path/to/my_text.txtCommand-Line Options
-tor--text <string>- Path of the text to be processed.-dor--destination <string>- Destination path for results file (default: root path).-nor--name-text <string>- Name of the file to be created (default: repeatedWords).-hor--help- To show the options.
