معرفی شرکت ها


golang-github-schollz-closestmatch-dev_2.1.0-2_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Golang library for fuzzy matching within a set of strings
ویژگی مقدار
سیستم عامل Linux
توزیع Ubuntu Jammy-22.04
مخزن Ubuntu universe all
نام بسته golang-github-schollz-closestmatch-dev
نام فایل بسته golang-github-schollz-closestmatch-dev_2.1.0-2_all.deb
نسخه بسته 2.1.0
انتشار بسته 2
معماری بسته all
نگهدارنده Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://github.com/schollz/closestmatch
مجوز -
حجم دانلود 382680
حجم نصب 1247
Closestmatch is a simple and fast Go library for fuzzy matching an input string to a list of target strings. closestmatch is useful for handling input from a user where the input (which could be misspelled or out of order) needs to match a key in a database. closestmatch uses a bag-of-words approach (https://en.wikipedia.org/wiki/Bag-of-words_model) to precompute character n-grams to represent each possible target string. The closest matches have highest overlap between the sets of n-grams. The precomputation scales well and is much faster and more accurate than Levenshtein for long strings.


نیازمندی

مقدار نام
-


نحوه نصب


نصب پکیج deb golang-github-schollz-closestmatch-dev:

    sudo apt-get install golang-github-schollz-closestmatch-dev_2.1.0-2_all.deb


فایل ها

مسیرها
./usr/share/doc/golang-github-schollz-closestmatch-dev/README.md.gz
./usr/share/doc/golang-github-schollz-closestmatch-dev/changelog.Debian.gz
./usr/share/doc/golang-github-schollz-closestmatch-dev/copyright
./usr/share/gocode/src/github.com/schollz/closestmatch/closestmatch.go
./usr/share/gocode/src/github.com/schollz/closestmatch/closestmatch_test.go
./usr/share/gocode/src/github.com/schollz/closestmatch/levenshtein/levenshtein.go
./usr/share/gocode/src/github.com/schollz/closestmatch/levenshtein/levenshtein_test.go
./usr/share/gocode/src/github.com/schollz/closestmatch/test/books.list
./usr/share/gocode/src/github.com/schollz/closestmatch/test/data.go