package spelll
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Fuzzy string searching, using Levenshtein automaton. Can be used for spell-checking.
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.2.tar.gz
sha256=bb189bc9f70d2409a2cc06112b6bd0862b6743042cef931bbb550df3d0add1ba
md5=dbe46f10969efba4b84882ba14001c1b
doc/spelll/Spelll/Index/index.html
Module Spelll.Index
Index that maps strings to values of type 'b. Internally it is based on a trie. A string can only map to one value.
val empty : 'b tEmpty index
val is_empty : _ t -> boolAdd a pair string/value to the index. If a value was already present for this string it is replaced.
Remove a string (and its associated value, if any) from the index.
Lazy list of objects associated to strings close to the query string
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>