Re: [basex-talk] Stemming in BaseX Full-Text

2022-04-13 Thread Bridger Dyson-Smith
Tim - On Wed, Apr 13, 2022, 4:53 PM Tim Thompson wrote: > Thanks, Bridger--that's very helpful! I'm not sure what MarkLogic is using > exactly, but it seems fairly sophisticated (there's even an advanced option > for multiple stemming: e.g., "further" has "far," "farther," "further" as > stems).

Re: [basex-talk] Stemming in BaseX Full-Text

2022-04-13 Thread Tim Thompson
Thanks, Bridger--that's very helpful! I'm not sure what MarkLogic is using exactly, but it seems fairly sophisticated (there's even an advanced option for multiple stemming: e.g., "further" has "far," "farther," "further" as stems). All best, Tim -- Tim A. Thompson (he, him) Librarian for Appli

Re: [basex-talk] Stemming in BaseX Full-Text

2022-04-13 Thread Bridger Dyson-Smith
Hi Tim - On Wed, Apr 13, 2022 at 11:40 AM Tim Thompson wrote: > I'm currently involved in a project that's using MarkLogic, and I noticed > that its implementation of English-language stemming differs from that of > BaseX: e.g., "mouse" and "mice" both stem to "mouse." > > In BaseX, those words

[basex-talk] Stemming in BaseX Full-Text

2022-04-13 Thread Tim Thompson
I'm currently involved in a project that's using MarkLogic, and I noticed that its implementation of English-language stemming differs from that of BaseX: e.g., "mouse" and "mice" both stem to "mouse." In BaseX, those words are stemmed separately. Is this a known limitation of the internal English

[basex-talk] CVE-2022-22965: Spring framework 0-day remote code execution vulnerability

2022-04-13 Thread Bülow , Gilles
Hi all, to exclude issues with BaseX and the topic in this email-subject (CVE-2022-22965: Spring framework 0-day remote code execution vulnerability) I

[basex-talk] Closing a socketconnection

2022-04-13 Thread Ben Engbers
Hi, While reading the basexdbc.c code from Alexander Holupirek, I saw that he explicitly sends the 'exit' command to the server before closing the socket. I couldn't find anything on this command in the client server protocol. Is it necessary to send this command to the server? If so what is