From 3a8aef8089c241170f7030fb1e7054606eed5d31 Mon Sep 17 00:00:00 2001 From: Benoit Favre <benoit.favre@lif.univ-mrs.fr> Date: Mon, 19 Dec 2016 21:59:05 +0100 Subject: [PATCH] add README for comment clustering --- senseiUSFDReadme.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 senseiUSFDReadme.txt diff --git a/senseiUSFDReadme.txt b/senseiUSFDReadme.txt new file mode 100644 index 0000000..b4f21a3 --- /dev/null +++ b/senseiUSFDReadme.txt @@ -0,0 +1,12 @@ +The deliverad software is a Maven project. To load the project you can use any IDE such as NetBeans. +To load it using NewBeans follow these steps: + +1. File +2. --> Open Project, here a window opens where you need to navigate to the director where the software is +3. Select the project and say "Open Project" +4. Your project is loaded to NetBeans + +The softare comes with "clustering", "cluster labeling" and "summarization". + +We have put these in a single pipeline. For this look at implementation within the package: "senseiprototypetools". You can run these pipelines and results will be saved under "articleComments" within +the same project. By editing the pipelines you can change the destination of the results as well as the inputs (news articles and comments). -- GitLab