We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
supervised.ims-gpl
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Disable IMS code. Issue #81
9ba5b77
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: