Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiote/savvy_phrase
checks two phrases against Search Engine and tells you, which one is correct
https://github.com/kiote/savvy_phrase
Last synced: about 7 hours ago
JSON representation
checks two phrases against Search Engine and tells you, which one is correct
- Host: GitHub
- URL: https://github.com/kiote/savvy_phrase
- Owner: kiote
- Created: 2015-01-21T17:35:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-01T12:29:37.000Z (almost 10 years ago)
- Last Synced: 2023-03-10T19:26:10.645Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 176 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
Checks two phrases against Search Engine and tells you, which one is correct. Assuming, that more search results for phrase means more people use it, which means it tend to be correct.
For example, you are not sure, which phrase is correct: "I quit smoke" or "I quit smoking".
Just run ```savvy_phrase "I quit smoke" "I quit smoking"``` and it will return you:```
"I quit smoke" – 6
"I quit smoking" – 76Probably, second phrase is correct
```# About
This project on early development stage. Not ready to be run in production!