No commit activity in last 3 years
No release in over 3 years
A toy to compare words against google search results
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.5
>= 0
>= 0

Runtime

 Project Readme

GoogleSearchCriterion

A toy to compare words against Google search results. Language is a vivid organism. There is no right or wrong. By observing results from Google one can observe the usage of words and compare them with others. All explanations should be avoided :)

Installation

Add this line to your application's Gemfile:

gem 'google_search_criterion'

And then execute:

$ bundle

Or install it yourself as:

$ gem install google_search_criterion

Usage

Type $ google-results for help.

  1. Examine names popularity

In Greece - like everywhere else - we have a couple of very popular first names for men like γιωργος γιαννης κωστας . I believe that γιαννης is more popular than γιωργος and κωστας is in the third place. I can easily investigate my assumption:

  $ google-results sort γιαννης γιωργος κωστας
  1. Examine preferred form of a word

I want to write αχιλεας but I am not sure if it is written with one 'λ' or 2 'λ's or one 'χ'

  $ google-results sort αχιλεας αχχιλεας αχιλλεας αχχιλλεας
  1. I want to see what is the most popular polital party
  $ google-results sort "νεα δημοκρατια" πασοκ κκε συριζα ανελ

Contributing

  1. Fork it ( http://github.com//google_search_criterion/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

google_search_criterion is licensed under MIT.See License