Skip to content

Development of a Document Clustering System with carrot2 and elasticsearch

License

Notifications You must be signed in to change notification settings

FranzTscharf/DBPRO-DokCluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBPRO-DokCluster

Development of a Document Clustering System with carrot2 and elasticsearch This Project is co-managed by the faculty of Informatic Technologie at the Technical University of Berlin

Installation

You can use the prepared Elasticsearch and Kibana server included in this project (in this case jump to point 6) or if you want to roll your own versions of the server:

  1. Install Elasticsearch v. 5.5.2
  2. Install Kibana v. 5.5.2
  3. Follow the installation instruction of the Carrot2 plugin
  4. run the setup.sh file in the doc folder
  5. open Kibana in the browser (while Kibana is open localhost:5601) and navigate to Management > Saved Objects > Import and upload ExportVisualitions.json in the doc directory
  6. Now the two server can be run via the run.sh command (iOS and Linux only)
  7. run the Spring server via java -jar DokClusterWebGUI/target/spring-boot-web-application-example-0.0.1-SNAPSHOT.war
  8. open http://localhost:8800 to see if the server is running.

It should run under Windows, Linux and on a Mac.

More

Tools

For More Infromations look at the documentation of the Tools.

  1. Kibana
  2. elasticsearch
  3. carrot2
  4. zotero
  5. Carrot2 plugin for ElasticSearch
  6. json-to-es-bulk

License

Licensed under the Apache License 2.0.