-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First time deploy instructions #2
Comments
I have added some instructions now. You should have a look. |
Thank you so much! :) |
Can we run the program without training it before hand? |
Unfortunately, I don't have pretrained models from the paper anymore. |
@eyalrosen Have you got the Boxer 1.00? I want to setup the experement too, but I have no Boxer. |
anyone got the boxer output (xml format) of the complex sentences?? or atleast know,how the xml file should be for any complex sentence? |
I ran boxer-1.0 with the following command. candc-boxer/candc-1.00/bin/candc --input $1 --models /disk/gpfs/tools/candc-boxer/candc-1.00/models/boxer > $INPUT_FILE.ccg The xml output for a complex sentence: The Baku Turkish Martyrs Memorial , located in Azerbaijan , is dedicated to the Ottoman Army soldiers killed in the Battle of Baku . DT NNP NNP NNP NNP , VBN IN NNP , VBZ VBN TO DT NNP NNP NNS VBN IN DT NN IN NNP . I-LOC I-ORG I-ORG I-DAT I-DAT I-DAT I-DAT i1009 i1001 i1007 i1023 i1020 i1014 i1018 i1009 i1002 i1003 i1004 i1007 i1007 i1008 i1005 i1023 i1021 i1022 i1015 i1016 i1018 i1018 i1019 i1017 i1012 i1012 i1012 i1013 |
Thank you very much for the reply, really appreciate it. COMMANDS:: However, it is somewhat different from the format you sent me. |
As mentioned, I am using Boxer-1.00. The xml parser is written for that. If your xml is diifferent, then you may have to upgrade your parser to new xml files. |
I am using the same commands posted above to retrieve the xml output from Boxer 1.00, however I am getting errors: bin/candc --input test.txt --models models/boxer > test.ccg 1 parsed at B=0.075, K=20 bin/boxer --input test.ccg --semantics drs --output test.out --resolve true --instantiate true --format xml --elimeq true ERROR: test.ccg:24: Syntax error: Undefined character escape in quoted atom or string: If I replace \N with \N and ( with ( and run the command again, what I get is: ERROR: unable to preprocess derivation 1 Can you please let me know what I am doing wrong here? How can I get Boxer to work? Thank you! |
Hi,
It'll be great if you could tell me which steps should I take in order to run this software on the first time.
I've cloned the code and I have a bunch of sentences I wish to simplify. Now what? which commands should I run?
Thanks!
The text was updated successfully, but these errors were encountered: