0

Is there any way that I can use Carrot2's visualization in my .Net project?

I cannot find anything other than a reference saying that the source code is not available. But can we use it?

Please help if you know the answer

Thanks in advance!

Lilz
  • 4,013
  • 13
  • 61
  • 95

1 Answers1

0

The visualizations are JavaScript/HTML5 components, so if your .NET application is web-based, you should be able to use them in a straightforward way. If you develop a desktop application, you'd need to run the visualizations in an embedded browser component, much like Carrot2 Clustering Workbench does.

Stanislaw Osinski
  • 1,231
  • 1
  • 7
  • 9