SIDE 1.0

starting SIDE

Execute “run.bat” file. (It's at the SIDE/SIDE_src/SIDE/)
Double-click on SIDE.jar file will also run the program,
but it will eventually cause memory deficiency problem while training your machine learning algorithm.
The following is the first screen you will see whn you run SIDE.
(Or slightly different following your version)

usermanual_pic01.png

import unstructured documents

  1. Right click on Imported Document folder at the left panel. (Unstructured Document folder following the version)
usermanual_pic_importdoc.png
  1. Click on 'Import Unstructured Document'
  2. Choose source directory as the source directory of computer's file system.
  3. Choose destination directory as the destination directory of SIDE file system.
  4. Click 'Import Now!' and close the dialog.
  5. The files should appear on the SIDE file structure on the left panel of the program.

filter

Filter is the basic component in creating conditions for your summary.

Creating filter

Any of the following can create filter.

  1. Click on Menubar, File->New->Filter.
  2. Click on Filter Icon on Toolbar
  3. Right click on ‘filters’ folder or any subfolder.
usermanual_pic02.png

Name your filter

Click on the folder you want your filter to be in and type in filter name. Click OK.
Filter will show up in the File Structure Panel on the left side of SIDE.

usermanual_pic03.png

Select and Annotate training documents

Select training documents

  1. Click on ‘+’ icon.
usermanual_pic04.png
  1. Select the document you want to train, and click OK.
usermanual_pic05.png

segment a document

  1. Select document you want to segment from the document list in the training document collection.
  2. Select the segmeter from Segmenter panel.

annotate a document

define annotations

  1. Click on ‘+’ icon.
  2. Input name of Annotation
  3. Click on Color rectangle.
  4. Choose your color.
  5. Click update.
usermanual_pic06.png

annotate a document

  1. Select document you want to annotate from the document list in the training document collection.
  2. Select segments you want to annotate. (Shift, Ctrl key works)
usermanual_pic07.png
  1. Right click on selected segment.
  2. Select annotation you want.
usermanual_pic08.png

Select Feature Classes

Choose Feature classes you want to extract in order to create summary.

  1. Click on ‘Feature classes’ tab.
  2. Select appropriate Feature classes.
usermanual_pic09.png

Select Evaluation Metrics

Choose Evaluation Metrics you want to extract in order to create summary.

  1. Click on ‘Evaluation Metrics’ tab.
  2. Select appropriate Evaluation
usermanual_pic10.png

Train model

Train your filter model in order to apply the model on the target document

  1. Select MLA plugin.
usermanual_pic11.png
  1. Train model

Training takes some time and there is not an indicator yet that tells you training is going well.
Training with NaiveBayes should not take more than several minutes.

usermanual_pic12.png

Summary file (SIF file)

SIF file is the setting of various options you set for summary.

Creating SIF file

Any of the following can create SIF file.

  1. Click on Menubar, File->New->Summary.
  2. Click on Summary Icon on Toolbar
  3. Right click on ‘summaries’ folder or any subfolder.

create/configure text recipe

A SIF file consists of multiple test/visual Recipe. A summary consists of multiple recipes whose results are concatenated at the end of the summarization process. The availability of having multiple summary enables a Summary to have different summarizing options depending on each part of summary.

usermanual_pic13.png

Define Expression

Expression is like WHERE clause of SQL. It defines which kind of annotation you want to have in your summary.

  1. Click on pulldown arrow.
  2. Choose ‘And’, ‘Or’, or ‘Is’.
usermanual_pic14.png
  1. In case of ‘Is’, click on ‘…’ button and choose annotations you want to include in your summary.
usermanual_pic15.png

Set options

Set options of summary such as Ranking, Limiting, and Reordering.

usermanual_pic16.png

create/configure Visual Recipe

Visual recipe is for visual summary of analyzed file.
For now, visual summary works only csv file, with filter trained on same csv file.

Run SIF

  1. Click on ‘Run Summarization Task’ tab.
  2. Click on ‘+’ button.
usermanual_pic17.png
  1. Choose target document you want to summarize
usermanual_pic18.png
  1. Run by clicking on ‘Run’ button.

View Result

usermanual_pic19.png
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License