aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite-ext-spellfix/pkg-message
Commit message (Collapse)AuthorAgeFilesLines
* Convert to UCL & cleanup pkg-message (categories d)Mathieu Arnold2019-08-131-2/+6
| | | | Notes: svn path=/head/; revision=508835
* New port: databases/sqlite-ext-spellfixKurt Jaeger2016-05-061-0/+11
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