Skip to content
Seid Muhie Yimam edited this page Sep 9, 2015 · 39 revisions

How to run GermaNER:

  • From Commandline

    • Download the jar file from here
    • Download the configuration file from here
    • To train a model, run it as follows
      1. java -jar -t TESTFILE OR
      2. java -jar -t TESTFILE -o OUTPUTFILE OR
      3. java -jar -t TESTFILE -o OUTPUTFILE -c CONFIGFILE OR
      4. java -jar -i TRAINFILE OR
      5. java -jar -i TRAINFILE -t TESTFILE OR
      6. java -jar -i TRAINFILE -t TESTFILE -o OUTPUTFILE -c CONFIGFILE

Where -t TESTFILE is the document to be tagged,-i TRAINFILE is the tarining data, as explainde [here] (https://github.com/tudarmstadt-lt/GermaNER/wiki/File-Format), -o OUTPUTFILE is the tagged output file, and -c CONFIGFILE is the configuration file as explained here and * To tag your document, the document format should be as it is explained here, run it as follows

  • Inside an application

    TODO

  • From source

    • Get the source code from here
    • Compile GermaNER using the following command
Clone this wiki locally