forked from Lainports/freebsd-ports
- Switch to USES=localbase (and fix PREFIX vs. LOCALBASE misuse) - Unsilence build and installation - User proper command for library installation - Respect LDFLAGS - Update WWW Approved by: portmgr blanket
13 lines
316 B
Text
13 lines
316 B
Text
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: https://www.sqlite.org/spellfix1.html
|