Closed finch-f closed 2 years ago
Hi,
thank you for using Palmetto. Unfortunately, there is no simple fix available (see #12 for an explanation). The only alternative that I am aware of is to download and set up a local Palmetto service. The service is based on Java and Maven. A description can be found at https://github.com/dice-group/Palmetto/wiki/How-Palmetto-can-be-used#local-palmetto-service
Please use the endpoint at http://palmetto.cs.upb.de:8080/service/ for the time being. (edited)
Hi Michael,
Big fan of Palmetto here.
In case this helps, running:
palmetto = Palmetto("http://palmetto.cs.upb.de:8080/") words = ["cake", "apple", "banana", "cherry", "chocolate"] palmetto.get_coherence(words, coherence_type="cp")
Returns the following error log:
EndpointDown: http://palmetto.cs.upb.de:8080/cp?words=cake%20apple%20banana%20cherry%20chocolate
Thanks for your work on Palmetto, using it a lot for school. Hope the above helps :)
I am happy that you like our project :smiley:
The endpoint is correct. However, I missed that you need to give the exact URL of the service endpoint:
palmetto = Palmetto("http://palmetto.cs.upb.de:8080/service/")
Thanks Michael, working perfectly now.
And yes, on a separate note, in our university's repo of MSc thesis, pretty much all recent submissions around information extraction / topic modelling use Palmetto for topic evaluation.
Cheers from Ireland!
Please use the endpoint at http://palmetto.cs.upb.de:8080/service/ for the time being. (edited)
Thanks, Michael. It works now. Perfect!
The "old" URL https://palmetto.demos.dice-research.org/ works again. The endpoint is the same so it doesn't matter which one is used :wink:
We apologize that it took so long to finally get it fixed.
Hi,
I run the following code
and two errors reported,
How can I fixed these problems? Thank for your time~