Skip to content

Commit

Permalink
Updates the README
Browse files Browse the repository at this point in the history
  • Loading branch information
hrafnl committed Apr 14, 2018
1 parent 1e6c204 commit 2b2967c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
COMPILATION
The purpose of CombiTagger is to read files generated by individual PoS taggers and use them to develop and evaluate combined taggers according to a given combination algorithm.

Compilation
-----------
To compile this project you need the swt.jar (http://www.eclipse.org/swt/) for your platform.

Expand All @@ -9,19 +11,19 @@ http://download.eclipse.org/eclipse/downloads/
Copy the swt.jar for your platform into the lib directory and the run ant (to build the CombiTagger.jar file).
The swt files are copied into the CombiTagger.jar file during the build (see build.xml)

TESTING
Testing
-------
The exampleFiles directory contains three tagger output files and a gold standard file. These files can be used for testing the functionality of CombiTagger.

RUNNING
Running
-------
If no command line parameters are given, CombiTagger starts with a GUI.
Possible command line parameters can be seen with: java -jar dist/CombiTagger.jar -help

For example, to run CombiTagger using simple voting on three tagger files and writing the output to a file:
java -jar dist/CombiTagger.jar -t exampleFiles/tagger1.txt exampleFiles/tagger2.txt exampleFiles/tagger3.txt -o exampleFiles/results.txt

DOCUMENTATION
Documentation
-------------
Verena Henrich, Timo Reuter and Hrafn Loftsson. CombiTagger: A System for Developing Combined Taggers. In Proceedings of the 22nd International FLAIRS Conference, Special Track: "Applied Natural Language Processing". Sanibel Island, Florida, USA. © 2009 AAAI.

Expand Down

0 comments on commit 2b2967c

Please sign in to comment.