You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two dependency sections (!) in the pom. One is stating a dependency on dkpro.uby 0.7.0-SNAPSHOT, the other one on 0.7.0-div-SNAPSHOT (that does not seem to exist). Meanwhile, the dkpro-uby fork bundled with Diversicon is of version 0.8.0.
Probably because of this, when compiling DivMaker, one gets the following bug:
DivMaker.java:[253,21] error: incompatible types: String cannot be converted to File
This is because Uby's WNConverter constructor expects a File parameter while DivMaker is providing a String filename parameter.
The text was updated successfully, but these errors were encountered:
Nevertheless, I suggest mercy for the perpetrator, as one important bit seems missing from that manual, which is the following:
The two dependency sections are fine, because the first one actually imports the uby pom.
IIRC, the DKPRO fork was only done only to fix the wordnet generator, so if you compile develop-div branch (probably you just need to compile that particular module, not the whole dkpro) it should work.
There are two dependency sections (!) in the pom. One is stating a dependency on dkpro.uby 0.7.0-SNAPSHOT, the other one on 0.7.0-div-SNAPSHOT (that does not seem to exist). Meanwhile, the dkpro-uby fork bundled with Diversicon is of version 0.8.0.
Probably because of this, when compiling DivMaker, one gets the following bug:
DivMaker.java:[253,21] error: incompatible types: String cannot be converted to File
This is because Uby's WNConverter constructor expects a File parameter while DivMaker is providing a String filename parameter.
The text was updated successfully, but these errors were encountered: