knowitall / openie

Quality information extraction at web scale.
Other
457 stars 108 forks source link

running without Sbt using maven #5

Closed rajdeokumarsingh closed 10 years ago

rajdeokumarsingh commented 10 years ago

I am getting an error while running using maven

i have added all the jar in project. how to fix it please help?

Exception in thread "main" java.lang.NoSuchMethodError: edu.knowitall.tool.postag.Postagger: method ()V not found at edu.knowitall.tool.postag.ClearPostagger.(ClearPostagger.scala:15) at edu.knowitall.tool.parse.ClearParser$.$lessinit$greater$default$1(ClearParser.scala:26) at edu.knowitall.openie.OpenIECli$Config.createParser(OpenIECli.scala:126) at edu.knowitall.openie.OpenIECli$.run(OpenIECli.scala:200) at edu.knowitall.openie.OpenIECli$delayedInit$body.apply(OpenIECli.scala:182) at scala.Function0$class.apply$mcV$sp(Function0.scala:40) at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12) at scala.App$$anonfun$main$1.apply(App.scala:71) at scala.App$$anonfun$main$1.apply(App.scala:71) at scala.collection.immutable.List.foreach(List.scala:318) at scala.collection.generic.TraversableForwarder$class.foreach(TraversableForwarder.scala:32) at scala.App$class.main(App.scala:71) at edu.knowitall.openie.OpenIECli$.main(OpenIECli.scala:29) at edu.knowitall.openie.OpenIECli.main(OpenIECli.scala)

schmmd commented 10 years ago

I don't see how it would possibly work with maven--there is no pom.xml. You need to use sbt.