Hi,
for who eventually interested.

Fr a specific internal use I develope a new simple extension for sqlite.
The LibStringmetrics.
https://github.com/aperi2007/libstringmetrics

It is based on the LibSimmetrics c lib from Johnathan Botha
- available from here: https://github.com/jokillsya/libsimmetrics -
It was a porting of another java library.

The LibStringMetrics is compile using mingw .
All is released with a GPL3 to follow the same license of the original
libsimmetrics.

The extension is usable after the usual load_extension command:

select load_extension("libstringmetrics.dll");

The extension add One new command:

stringmetrics().

calling it without any parameters
will return a simple help of the parameters and of the available algorithms.

Regards,

-- 
-----------------
Andrea Peri
. . . . . . . . .
qwerty àèìòù
-----------------
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to