Project

indexer101

0.0
Low commit activity in last 3 years
No release in over a year
Experimental gem to search a list of words 1 character at a time. Intended for use as auto suggestion.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.4, >= 0.4.1
>= 1.9.0, ~> 1.9
>= 0.2.0, ~> 0.2
 Project Readme

Introducing the Indexer101 gem

Usage

require 'indexer101'
require 'wordsdotdat'

ix = Indexer101.new

ix.build WordsDotDat.words.compact
ix.search 'bank'
#=> ["bank", "banks", "banker", "bankia", "banking", "banksia", ...] 
ix.index[:bank] #=> "" 

Resources

index indexer indexer101 gem search lookup