diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-04-08 13:37:20 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-04-08 13:37:20 +0200 |
| commit | 4014a1a961f7daa984c36b85ab1903fad69f31d0 (patch) | |
| tree | 0ae8647cb082a38440cd50e5c9fa8097e8933407 | |
| parent | 577cb8d33e8c190f5f23abf560fdab385a6b745e (diff) | |
docs
| -rw-r--r-- | README.md | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -37,7 +37,6 @@ python cli.py bridge words --a light --b dark ### Command-line flags -| ----------------------------- | -------------------------------------- | ------------ | | Flag | Description | Default | | ----------------------------- | -------------------------------------- | ------------ | | --a TEXT | Starting word | (required) | @@ -49,7 +48,6 @@ python cli.py bridge words --a light --b dark | --min_depth INTEGER | Minimum depth of matches | 10 | | --use_shortest_path | Use shortest path between words | (off) | | --help | Show this message and exit. | | -| ----------------------------- | -------------------------------------- | ------------ | ### Resolution and depth @@ -67,6 +65,14 @@ Cutting the chain will clear the trees and restart the process. If the combina All the words and categories are cached in the `data_store` directory, which speeds up the process of finding new synonyms. The data is stored as JSON. This folder can grow to the hundreds of megabytes, if you've done a lot of searches, but it can be safely removed when you're finished. -### Finally +## And finally + +### Hey, show some respect + +Please do not use this script to spider the entire Historical Thesaurus. This violates their terms of service! Take what you need, then delete the data when you're done. This script just does the searches that you could have done on your own, but more efficiently. + +### All rights reserved + +This software is private and unlicensed. We retain all copyright in the code itself. We disclaim all responsibility or liability resulting in its usage. Unauthorized usage is blatanty illegal. Download at your own peril. Violators will be pursued into the unwaking world on the other side of sleep, hunted in the twilight of nightmare, and punished with the full weight of metaphor. -Please do not use this script to spider the entire Historical Thesaurus, as this violates their terms of service! Take what you need, then delete the data when you're done. This script just does the searches that you could have done on your own, but more efficiently. +2020 |
