aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite-ext-spellfix
Commit message (Collapse)AuthorAgeFilesLines
* New port: databases/sqlite-ext-spellfixKurt Jaeger2016-05-064-0/+66
This module implements the spellfix1 VIRTUAL TABLE that can be used to search a large vocabulary for close matches using Levenshtein distance. Virtual table: spellfix1 Functions: editdist, editdist3, spellfix1_translit, spellfix1_phonehash, spellfix1_scriptcode WWW: http://www.sqlite.org/spellfix1.html PR: 203217 Submitted by: Yuri <yuri@rawbw.com> Notes: svn path=/head/; revision=414708