Libraries tagged by lever
designbycode/levenshtein-distance
100 Downloads
The LevenshteinDistance class provides a method to calculate the Levenshtein distance between two strings. The Levenshtein distance is a measure of the minimum number of single-character edits (insertions, deletions, or substitutions) required to change one word into the other.
dbeurive/lexer
2287 Downloads
This project implements a simple lexer.
datingvip/damerau-levenshtein
980 Downloads
Get text similarity level with Damerau-Levenshtein distance
cageis/lexer
4 Downloads
Used to separate the characters of a string into tokens.
reflar/level-ranks
6707 Downloads
Add a level/experience bar to your flarum Forum.
level3/level3
345 Downloads
A RESTful API builder based on 3-level model (URI, HTTP and Hypermedia)
vanderlee/comprehend
16 Downloads
Framework for building BNF LR(1) parsers
symftony/xpression
1837 Downloads
Xpression is a simple PHP implementation of Specification pattern
souplette/fusbup
573 Downloads
A fast & memory-efficient interface to the Mozilla Public Suffix List.
seeren/log
245 Downloads
Log message and determine level
robinthehood/tokenizer
816 Downloads
With Tokenizer you can easily convert a string to a stream or array of tokens.
openlss/func-log
187 Downloads
Logging functions, also handles CLI output
marcelthole/geo-parser
2285 Downloads
Parser for geography coordinate strings
lazzard/ftp-bridge
26 Downloads
Allows free communication with FTP servers according to RFC959 specification and others related RFC extensions
designbycode/fuzzy-search
5 Downloads
The Fuzzy Search package provides a simple and efficient way to perform fuzzy searches on a collection of texts using the Levenshtein distance algorithm. This package is useful when you need to search for texts that may contain typos or slight variations.