Questions tagged [carrot2]

Carrot2 is an open source search results clustering engine, not to be confused with the AMQP client (carrot)

Carrot2 is an open source search results clustering engine, not to be confused with the AMQP client (carrot).

It is implemented in Java and can automatically organize small collections of documents (search results but not only) into thematic categories.

107 questions
-1
votes
2 answers

How To fix System.TypeInitializationException in this code

I have a problem with some code: using System; using System.Collections.Generic; using Org.Carrot2.Core; using System.Xml; using System.Xml.Linq; namespace Examples.NET { internal static class SampleDocumentData { public static readonly…
Tio Lampard
  • 1
  • 2
  • 4
-2
votes
1 answer

Standalone and open source library in java that allows document clustering similar to carrot2

I am looking to cluster short text documents, each a few hundred character long. I have been using carrot2 workbench and I really like its capabilities but the API is really archaic and difficult to understand / use. I am looking for a replacement…
user1172468
  • 5,306
  • 6
  • 35
  • 62
1 2 3 4 5 6 7
8