Re: [sqlite] A new extension for sqlite to analyze the string metrics

2014-09-25 Thread Gert Van Assche
Andea,

Seems like a very interesting extension to me.
I cannot make it run on Windows.
I get error code 0xc00012f.

Any idea why this is ?

thanks

gert

2014-09-25 10:11 GMT+02:00 Andrea Peri :

> 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
>
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] A new extension for sqlite to analyze the string metrics

2014-09-25 Thread Andrea Peri
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