hernanmd / FuzzySearcher

Simplified Smalltalk implementation of ambiguous matching algorithm based on Baeta-Yates, R.A., Gonnet, G.H., Wu, S. and Manber, U

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FuzzySearcher

Simplified Smalltalk implementation of ambiguous matching algorithm based on Baeta-Yates, R.A., Gonnet, G.H., Wu, S. and Manber, U

Installation

Metacello new
	baseline: 'FuzzySearch';
	repository: 'github://hernanmd/FuzzySearcher/repository';
	load.

About

Simplified Smalltalk implementation of ambiguous matching algorithm based on Baeta-Yates, R.A., Gonnet, G.H., Wu, S. and Manber, U

License:MIT License


Languages

Language:Smalltalk 100.0%