dkpro-wsd icon indicating copy to clipboard operation
dkpro-wsd copied to clipboard

supervised.ims-gpl depends on obsolete repository

Open logological opened this issue 9 years ago • 1 comments

The POM for the supervised.ims-gpl module refers to a ClearTK Google Code repository which may (soon) no longer exist. This should be updated.

logological avatar Jun 23 '16 13:06 logological

The repository is now gone and I can't find any other repository that has the same versions of the artifacts we were using. These were in particular:

		<dependency>
			<groupId>opennlp</groupId>
			<artifactId>maxent</artifactId>
			<version>2.5.1</version>
			<type>jar</type>
			<scope>compile</scope>
		</dependency>
		<dependency>
			<groupId>opennlp</groupId>
			<artifactId>tools</artifactId>
			<version>1.3.0</version>
			<type>jar</type>
			<scope>compile</scope>
		</dependency>

Maven Central has much more recent versions of these artifacts, though the APIs have changed and it's not trivial to update our code.

I think it will be necessary to disable the IMS module (and remove references to it) unless and until someone wants to upgrade our code.

logological avatar Jul 23 '20 13:07 logological