Harrison Burt
Harrison Burt
This may be something to do for #2178
I think that would work :)
> As far as caching goes, would it maybe be cleaner to let the user do their own caching? They could always wrap it with a memoisation function if they...
Realistically, you'd probably have a hard time either way with the amount of data required, it'd simply be easier using something like a Lambda if you really didn't want a...
As a note to this, we use it when mirroring and transforming internal API responses. The separation lets us use the same model but with different serialization/deserialization behaviours between them....
So we actually support both, it's just generally I recommend trying fast-fuzzy first, it brings something new to the table and has some nice quality of life features. ### The...
> Why is it that you gain the ability to do word segmentation search with symspell? I'm thinking that the method is to try all of the split points to...
> Sending an array of 1000 documents or more at once reduces the network overhead and makes working with lnx already fun. Anyway I would love to import from database....
This should actually already be done via the fast-fuzzy system to some extent (although this could definitely be added to the traditional fuzzy system) In theory the system should split...
Yeah I think we should do some sort of boost adjustment to have the system display the results better. > Searching for "Baum" in a dataset containing "Apfelbaum" did only...