1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: simstring
Priority: extra
Maintainer: NOKUBI Takatsugu <knok@daionet.gr.jp>
Build-Depends: debhelper (>= 9.0.0), autotools-dev
Standards-Version: 3.9.6
Section: libs
Homepage: http://www.chokkan.org/software/simstring/index.html.en
#Vcs-Git: git://git.debian.org/collab-maint/simstring.git
#Vcs-Browser: http://git.debian.org/?p=collab-maint/simstring.git;a=summary
Package: simstring-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}
Description: fast and simple algorithm for approximate string matching/retrieval
SimString is a simple library for fast approximate string
retrieval. Approximate string retrieval finds strings in a database
whose similarity with a query string is no smaller than a
threshold. Finding not only identical but similar strings, approximate
string retrieval has various applications including spelling
correction, flexible dictionary matching, duplicate detection, and
record linkage.
.
It is implemented using C++ templates.
Package: simstring-bin
Section: text
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: approximate string matching/retrieval utility
simstring command provides building a database from corpus text file.
And it can find similar words specified string from the built database
using the command or template library.
|