Sentence classification with Lucene

2025-02-17 Thread Dmitri Geller
Hi all, I would like to classify a sentence into one or two categories. I see this classification roughly this way: ``` unknown:    example1    example2    ...    exampleN class1:    example1    example2    ...    exampleN class2:    example1    example2    ...    exampleN ... classN:    exa

RE: Re: Sentence classification with Lucene

2025-02-19 Thread Dmitri Geller
ghbors. > > Regards, > Tommaso > > [1] : > https://lucene.apache.org/core/10_1_0/classification/org/apache/lucene/classification/package-summary.html > > On Mon, 17 Feb 2025 at 16:15, Dmitri Geller wrote: > > > Hi all, I would like to classify a sentence into o