-
```
What steps will reproduce the problem?
1. use std::vector for uxn::patl::levenshtein_distance
2. vector1: add vector1.resize(9,2). lookup: vector2: 1. vector2.resize(9,2)
and vector2.resize(32, 4…
-
```
insider.cpp demo causes a run-time assertion: 'vector subscript out of range'
(MSVC 9)
on this line in insider.cpp:
StringSet::const_partimator
it = test1.begin(ld),
…
-
```
What steps will reproduce the problem?
1. use std::vector for uxn::patl::levenshtein_distance
2. vector1: add vector1.resize(9,2). lookup: vector2: 1. vector2.resize(9,2)
and vector2.resize(32, 4…
-
The existing string matching recommender maches exactly. It would be nice if there was a fuzzy version of that.
-
The standard Levenshtein ANML file in ANMLZoo (_24_20x3.1chip.anml_) only reports on the final character of a string, even though it indicates in the name that it should have an edit distance of d=3.
…
-
Quick FYI, that on Termux, Android this:
```
add_definitions(-D_GNU_SOURCE)
include(CheckIncludeFile)
check_include_file("limits.h" HAVE_LIMITS_H)
add_compile_definitions(-DSSIZE_MAX=9223372…
-
```
insider.cpp demo causes a run-time assertion: 'vector subscript out of range'
(MSVC 9)
on this line in insider.cpp:
StringSet::const_partimator
it = test1.begin(ld),
…
-
```
What steps will reproduce the problem?
1. use std::vector for uxn::patl::levenshtein_distance
2. vector1: add vector1.resize(9,2). lookup: vector2: 1. vector2.resize(9,2)
and vector2.resize(32, 4…
-
When I try to compare these two strings: "bla veg oil" and "bla vegetable oil" Normalized Levenshtein Distance algorithm never ends.
-
### Is your proposal related to a problem?
We have the udf `dualarrayexplode` which gives us the Cartesian product of two arrays which we sometimes use for comparison levels. Currently we hand-roll t…