Skip to content

Commit

Permalink
updated readme for 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jzell committed Sep 13, 2013
1 parent b7aa3dc commit 183643e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions doc/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#######################

Author: Jannik Strötgen, Julian Zell
Date: April 17, 2013
Date: September 14th, 2013
eMail: [email protected], [email protected]

###################################
Expand Down Expand Up @@ -96,7 +96,7 @@ contains:

* HeidelTime: Possible parameter values are:
- languages: english, englishcoll, englishsci, german, spanish, italian, vietnamese, arabic,
dutch
dutch, french
- types: news, narratives, colloquial (for use with englishcoll), scientific (englishsci)
- locale: the locale to use for date calculation. Leave it empty to use en_GB.
- Debugging: to output verbose debugging information to stderr.
Expand All @@ -115,8 +115,8 @@ contains:
the TempEval-3 Reader and processed by HeidelTime in the format required by the TempEval-3
evaluation scripts.

* Languages supported by HeidelTime as of version 1.3 are:
german, english, dutch, arabic, vietnamese, spanish, italian.
* Languages supported by HeidelTime as of version 1.5 are:
German, English, Dutch, Arabic, Vietnamese, Spanish, Italian, French.

######################
# 3. Getting started #
Expand Down Expand Up @@ -158,7 +158,7 @@ set the environment variables.
imports in HeidelTime.java itself. Furthermore, if a differing tag set is used, all rules
containing part-of-speech information have to be adapted).

To process English, German, Dutch, Spanish or Italian documents, the TreeTaggerWrapper
To process English, German, Dutch, Spanish, Italian or French documents, the TreeTaggerWrapper
can be used for pre-processing:
* Download the TreeTagger and its tagging scripts, installation scripts, as well as
English, German, and Dutch (or any other) parameter files into one directory from:
Expand All @@ -174,6 +174,7 @@ set the environment variables.
- wget http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/data/dutch-par-linux-3.1.bin.gz
- wget http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/data/italian-par-linux-3.2-utf8.bin.gz
- wget http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/data/spanish-par-linux-3.2-utf8.bin.gz
- wget http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/data/french-par-linux-3.2-utf8.bin.gz
Attention: If you do not use Linux, please download all TreeTagger files directly from
http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/
* Install the TreeTagger
Expand Down

0 comments on commit 183643e

Please sign in to comment.