Studienprojekt SumIt! - Documentation


Table of Contents

Introduction
Motivation for SumIt!
Architecture of SumIt!
Tagging
Tokenizer
The WordNet-SumIt!-Interface and the Expansion module
Chainer
Summarizer
Ranker and Output
Evaluation
Overall statistics summarizer systems against the gold standard
Summary text 1 to 30%gold standard N=7, threshold value >= 50%
Summary text 2 to 20%gold standard N=9, threshold value >= 50%
Summary text 3 to 10%gold standard N=6, threshold value >= 50%
Conclusion
Literature

Introduction

The purpose of this documentation is to document SumIt!'s motivation, architecture, and especially the evaluation and the conclusion of our Studienprojekt. Regarding our motivation, we will not go into too much detail, since the most important things may be found in index.html. The architecture is supposed to give an idea of what is going on in the modules of the system. However, who is lusting for details, will have go through the code implementation and read the additional inline documentation of the supplied source files.