Skip to content

unixpickle/paratool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

paratool

This uses PhantomJS and paraphrasing-tool.com to create paraphrases of strings.

Usage

You must have Docker installed. First, build the image:

$ docker build -t paratool .

Next, you can paraphrase a string:

$ export MESSAGE="The quick brown fox jumps over the lazy dog."
$ docker run --rm paratool paraphrase "$MESSAGE"
The brisk chestnut fox bounced over the sluggish puppy.

About

Command-line tool for http://paraphrasing-tool.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published