Skip to content

Commit

Permalink
updated version numbers, fixed javadoc in nested maven manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
jzell committed Dec 15, 2015
1 parent 5fe194f commit 378e476
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
**HeidelTime 2.0 with automatically created resources for 200+ languages is now available. For further details, take a look at our [EMNLP 2015 paper](https://aclweb.org/anthology/D/D15/D15-1063.pdf).**

## About HeidelTime
**HeidelTime** is a multilingual, cross-domain temporal tagger developed at the [Database Systems Research Group](http://dbs.ifi.uni-heidelberg.de/) at [Heidelberg University](http://www.uni-heidelberg.de/index_e.html). It extracts temporal expressions from documents and normalizes them according to the TIMEX3 annotation standard. HeidelTime is available as [UIMA](http://uima.apache.org/) annotator and as standalone version.

Expand Down Expand Up @@ -32,7 +30,7 @@ A minimal set of dependencies is satisfied by these entries for your pom.xml:
<dependency>
<groupId>com.github.heideltime</groupId>
<artifactId>heideltime</artifactId>
<version>2.0.1</version>
<version>2.1.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion desc/annotator/HeidelTime.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<analysisEngineMetaData>
<name>HeidelTime</name>
<description/>
<version>2.0</version>
<version>2.1</version>
<vendor>DBS@Uni-HD</vendor>
<configurationParameters>
<configurationParameter>
Expand Down
4 changes: 2 additions & 2 deletions doc/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#######################

Author: Jannik Strötgen, Julian Zell
Date: September 17th, 2015
Version: 2.0
Date: December 18th, 2015
Version: 2.1
eMail: [email protected], [email protected]

###################################
Expand Down
5 changes: 4 additions & 1 deletion metadata/standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.heideltime</groupId>
<artifactId>heideltime</artifactId>
<version>2.0.1</version>
<version>2.1</version>

<name>HeidelTime</name>
<description>HeidelTime is a multilingual cross-domain temporal tagger that extracts temporal expressions from documents and normalizes them according to the TIMEX3 annotation standard.</description>
Expand Down Expand Up @@ -133,6 +133,9 @@
<goals>
<goal>jar</goal>
</goals>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</execution>
</executions>
</plugin>
Expand Down
5 changes: 4 additions & 1 deletion metadata/webui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.heideltime</groupId>
<artifactId>heideltime</artifactId>
<version>2.0.1</version>
<version>2.1</version>

<name>HeidelTime</name>
<description>HeidelTime is a multilingual cross-domain temporal tagger that extracts temporal expressions from documents and normalizes them according to the TIMEX3 annotation standard.</description>
Expand Down Expand Up @@ -133,6 +133,9 @@
<goals>
<goal>jar</goal>
</goals>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</execution>
</executions>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.heideltime</groupId>
<artifactId>heideltime</artifactId>
<version>2.0.1</version>
<version>2.1</version>

<name>HeidelTime</name>
<description>HeidelTime is a multilingual cross-domain temporal tagger that extracts temporal expressions from documents and normalizes them according to the TIMEX3 annotation standard.</description>
Expand Down

0 comments on commit 378e476

Please sign in to comment.