dkpro / dkpro-tc

UIMA-based text classification framework built on top of DKPro Core and DKPro Lab.
https://dkpro.github.io/dkpro-tc/
Other
34 stars 19 forks source link

CRFSuite binary: Windows 64 bit binary is missing #305

Closed Horsmann closed 8 years ago

Horsmann commented 8 years ago

The 64bit binary of CRFSuite for Windows systems is missing. At the moment we only have the 32-bit binary. It should be possible to just copy it and use it as 64bit binary, but it would be better to have a real 64bit binary.

reckart commented 8 years ago

Cf. https://github.com/dkpro/dkpro-core/issues/318

Horsmann commented 8 years ago

I updated the installation script and copy the file during installation. @reckart Could you add the new version into artifactory?

reckart commented 8 years ago

@Horsmann the binary artifact should have its version increased - I guess to from "20140918.0" to "20140918.1" - and the dependencies in the POM need to be upgraded correspondingly. Otherwise, Maven will not download the new JAR with the additional binary.

@betoboullosa could you deploy the new crfsuite artifact please once the version stuff is fixed?

Horsmann commented 8 years ago

fixed

betoboullosa commented 8 years ago

OK, new artifacts deployed to zoidberg. Closing the issue.

reckart commented 7 years ago

@Horsmann have you ever had the chance of testing whether the crfsuite binary actually works on Windows 64bit?

reckart commented 7 years ago

Never mind. Found out that I had to install the Microsoft Visual C++ 2010 SP1 Redistributable Package (32bit version) for the crfsuite binary to work.