Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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" – 76

Probably, second phrase is correct
```

# About

This project on early development stage. Not ready to be run in production!