Closed berezovskyi closed 3 years ago
@bluelancer @likelion this is how I am trying to run it:
> swipl -s parseRDF.pl
Warning: /Users/andrew/kth/scott/scott/misc/NLP/source/parseRDF.pl:47:
Warning: Clauses of parseRDF:find_text/2 are not together in the source-file
Warning: Earlier definition at /Users/andrew/kth/scott/scott/misc/NLP/source/parseRDF.pl:21
Warning: Current predicate: parseRDF:first_atom_uppercase/2
Warning: Use :- discontiguous parseRDF:find_text/2. to suppress this message
Welcome to SWI-Prolog (threaded, 64 bits, version 8.1.9)
NB! Run it with swipl -s lambda.pl
.
@bluelancer the sentence/2
predicate is defined in sentenceTestSuite
module but there is no file sentenceTestSuite,pl
in the folder. Do you have any such file on your disk?
Fast fix, I will check up my repo later tonight ☺
Sorry for the issue. Yifei
From: Andrew Berezovskyi notifications@github.com Reply to: EricssonResearch/scott-eu reply@reply.github.com Date: Tuesday, 24 September 2019 at 16:26 To: EricssonResearch/scott-eu scott-eu@noreply.github.com Cc: Yifei Jin yifei.jin@ericsson.com, Mention mention@noreply.github.com Subject: Re: [EricssonResearch/scott-eu] add Mission2Goal Parser (#174)
NB! Run it with swipl -s lambda.pl.
@bluelancerhttps://protect2.fireeye.com/url?k=adacb44e-f1251b25-adacf4d5-0cc47ad93ea2-cb487e82be5e7f03&q=1&u=https%3A%2F%2Fgithub.com%2Fbluelancer the sentence/2 predicate is defined in sentenceTestSuite module but there is no file sentenceTestSuite,pl in the folder. Do you have any such file on your disk?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://protect2.fireeye.com/url?k=a3f1e81a-ff784771-a3f1a881-0cc47ad93ea2-e47fc437d7efa490&q=1&u=https%3A%2F%2Fgithub.com%2FEricssonResearch%2Fscott-eu%2Fpull%2F174%3Femail_source%3Dnotifications%26email_token%3DAEASG6IJJ6LXTTIXGGC4QADQLIPQXA5CNFSM4IBKCX32YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7ORVSY%23issuecomment-534584011, or mute the threadhttps://protect2.fireeye.com/url?k=f63bd086-aab27fed-f63b901d-0cc47ad93ea2-7739ae66114fec24&q=1&u=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAEASG6JFHFWYTVCEBHQQLPDQLIPQXANCNFSM4IBKCX3Q.
@likelion @eanevul seems like all of the code from Blackburn for the NLP is under GPL. What do we do with this?
@bluelancer there is no README. How do I run the code? What are the dependencies? Do you think you could add a README and maybe a Dockerfile, please?