| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| testfolder.zip | 2015-06-12 | 2.0 kB | |
| StudienprojektEinleitung.pdf | 2015-06-12 | 35.8 kB | |
| src.zip | 2015-06-12 | 26.6 kB | |
| readme.txt | 2015-06-12 | 1.8 kB | |
| rap.jar | 2015-06-12 | 787.0 kB | |
| manual.pdf | 2015-06-12 | 20.1 kB | |
| Abschlussvortrag.ppt | 2015-06-12 | 219.6 kB | |
| Totals: 7 Items | 1.1 MB | 0 | |
==================================== INSTALL ========================================= Projekt: Re-implementation of Lappin & Leass algorithm for anaphora resolution in German Software Name: RAP.jar Version: 1.0 Datum: 2008-09-08 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. This program does anaphora resolution and evaluation of results. 1. System requierements JAVA 1.5 2. Prepair Test Folder You need a test folder which contains 3 files: - config.cfg This is a setup file for RAP. You can set up SALIENCE WEIGHTS, turn on and off SYNTACTIC and/or MORPHOLOGIC FILTERs. You hate to set up BUFFER SIZE. Buffer size is a size of context considerated by processing. In Buffer size = sentences in left context + current sentence + sentences in right context. It must be odd! - rap.input.xml parsed text in RAP-Input-Format. The description of format see manual. - anaphora.keys.xml evaluating file, gold standard. The description of format see manual. RAP compares it with an output of the anaphora resolution. RAP output 2 file in Test Folder: - rap.output.xml this file contains resolved anaphoras - eval.txt results of evaluation. The interpretation of evaluation results see manual. 3. Run: # java -jar rap.jar <testfolder> 4. Questions, Bugs, Feedback mail to: artjom_klein@yahoo.de