Exception in thread "main" java.lang.NumberFormatException: For input string: "tables.lambdadcs.LambdaDCSExecutor"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at fig.basic.OptInfo.interpretValue(OptionsParser.java:155)
at fig.basic.OptInfo.set(OptionsParser.java:344)
at fig.basic.OptionsParser.parse(OptionsParser.java:771)
at fig.exec.Execution.init(Execution.java:212)
at fig.exec.Execution.runWithObjArray(Execution.java:330)
at fig.exec.Execution.run(Execution.java:325)
at edu.stanford.nlp.sempre.Main.main(Main.java:50)
How can I solve the problem ?I look forward to hearing from you
Exception in thread "main" java.lang.NumberFormatException: For input string: "tables.lambdadcs.LambdaDCSExecutor"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at fig.basic.OptInfo.interpretValue(OptionsParser.java:155)
at fig.basic.OptInfo.set(OptionsParser.java:344)
at fig.basic.OptionsParser.parse(OptionsParser.java:771)
at fig.exec.Execution.init(Execution.java:212)
at fig.exec.Execution.runWithObjArray(Execution.java:330)
at fig.exec.Execution.run(Execution.java:325)
at edu.stanford.nlp.sempre.Main.main(Main.java:50)
How can I solve the problem ?I look forward to hearing from you