-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
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.