No release in over 3 years
Low commit activity in last 3 years
Written in Ruby. To normalize a company name.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

consistent_company_ruby

A pure Ruby implementation of a gem 'consistent_company' that is a Ruby C Extension. Since C-extensions are not really supported in JRuby, for some JRuby users like me, here is an alternative if you want to use 'consistent_company' gem. It takes a Company Name string and replaces it with a normalized compressed version. The replaced name is not for human consumption, but for comparing other similar names to find matches.

Install:

gem install consistent_company_ruby

Usage:

A namer method is added to the string class.

>> require 'consistent_company_ruby'
=> true
>> 'First Federal Savings'.namer
=> '1STFEDERALSAVINGS'

Acknowledgments

Copyright

See LICENSE for further details.