dice-group / Palmetto

Palmetto is a quality measuring tool for topics
GNU Affero General Public License v3.0
209 stars 36 forks source link

about the endpointdown of palmettopy. #47

Closed macheng6 closed 3 years ago

macheng6 commented 3 years ago

I use palmettopy to run the official test sample, but the endpointdown error is reported. What is the reason?

MichaelRoeder commented 3 years ago

The endpoint works (you can find a demo that uses the same endpoint at https://palmetto.demos.dice-research.org/).

From your short description, I can not see what the problem might be. Some more information could be helpful to identify the problem.

macheng6 commented 3 years ago

Yes, the link you sent me can run the demo. I use the python package installed with the command “pip install palmettopy”, which seems to be unusable. In addition, I also want to know whether palmettopy supports me to create reference corpus by myself instead of wiki corpus. The link (https://github.com/dice-group/palmetto-py) does not seem to write clearly how to achieve this。

------------------ 原始邮件 ------------------ 发件人: "dice-group/Palmetto" @.>; 发送时间: 2021年5月17日(星期一) 晚上8:09 @.>; @.**@.>; 主题: Re: [dice-group/Palmetto] about the endpointdown of palmettopy. (#47)

The endpoint works (you can find a demo that uses the same endpoint at https://palmetto.demos.dice-research.org/).

From your short description, I can not see what the problem might be. Some more information could be helpful to identify the problem.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

MichaelRoeder commented 3 years ago

I executed the endpoint test which comes with palmetto-py and it worked fine without any problems:

micha@nb-mroeder:~/workspace/palmetto-py$ ./endpointtest.sh 
Palmetto endpoint is working fine!

Sorry, I can not reproduce your problem. Can you please check whether you may have issues to reach the endpoint from your command line? A call to the service would look like this: https://palmetto.demos.dice-research.org/service/uci?words=cake%20apple%20banana%20cherry%20chocolate

MichaelRoeder commented 3 years ago

See #48.