Installation For the installation of the Erlangen-Tagger, three steps are required: 1. Extract the ZIP-File to a directory of your choice. 2. Open a shell and switch to the installation directory. 3. Run the installation script form the command line (no quotes): install m where: : size of the JVM-Stack (recomended: 512) : the directory you extracted the ZIP-File to Example (MS Windows) 1. Extract the ZIP-File to: C:\programs\tagger 2. Open a shell and switch to C:\programs\tagger 3. install.bat 512m C:\programs\tagger The installation script will create three new files: tag.bat : Launcher for the tagging routine train.bat : Launcher for the training routine settings.ini : Configuration File Experienced users are invited to adapt these files to their needs. Unexperienced users should start by consulting (and modifying) the files "traincall_demo" and "tagcall_demo", which contain examples of calls to the tagger's routines. For further information please refer to the "Usage Instructions" on our web site.