hltfbk / EOP-1.2.3

Excitement Open Platform for Textual Entailment - Release 1.2.3
5 stars 2 forks source link

Core Module compile Exception #8

Open SharmisthaJat opened 7 years ago

SharmisthaJat commented 7 years ago

Hi,

I have been trying to install the library in the past few days, without success. The problem seems to be the change of location of DKPRO Similarity library from https://code.google.com/p/dkpro-similarity-asl to https://dkpro.github.io/dkpro-similarity/ .

I tried to replace the dependencies in core/pom.xml with the new dependency as follows:

<dependency>
    <groupId>org.dkpro.similarity</groupId>
    <artifactId>dkpro-similarity-uima-core-asl</artifactId>
  </dependency> 

But, the library still does not install. There is a very long trace for the same. Can you please guide me regarding this error.

Regards, Sharmistha