riedelcastro / thebeast

Automatically exported from code.google.com/p/thebeast
GNU Lesser General Public License v3.0
1 stars 0 forks source link

What is the commands to recreate your experiments in Conll08 #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There are many "pml" file in "mlns\conll08" directory.
I suppose it is the data and source file you use in CoNLL 2008.
But can you tell my how to use?

The commands list below is wrong:
$ thebeast model1.pml 
java.lang.RuntimeException: There is no type with name Role
    at thebeast.pml.parser.Shell.visitCreatePredicate(Shell.java:259)
    at thebeast.pml.parser.ParserCreatePredicate.acceptParserStatementVisitor(ParserCreatePredicate.java:21)
    at thebeast.pml.parser.Shell.execute(Shell.java:218)
    at thebeast.pml.TheBeast.main(TheBeast.java:102)

$ thebeast init.pml 
thebeast.pml.parser.ShellException: You are using 1 parameters but there are 
only 0 parameters available!
    at thebeast.pml.parser.Shell.getParameter(Shell.java:941)
    at thebeast.pml.parser.Shell.resolveParam(Shell.java:962)
    at thebeast.pml.parser.Shell.visitImport(Shell.java:341)
    at thebeast.pml.parser.ParserImport.acceptParserStatementVisitor(ParserImport.java:15)
    at thebeast.pml.parser.Shell.execute(Shell.java:218)
    at thebeast.pml.TheBeast.main(TheBeast.java:102)

I fount it is missing some corpora, can you sharing with us ?

Original issue reported on code.google.com by shizh...@gmail.com on 26 Feb 2014 at 8:23