CogTool-Modern / cogtool

Predictive human performance modeling for UI/UX design
https://www.cogtool.org
GNU Lesser General Public License v2.1
16 stars 1 forks source link

CogTool Explorer and dictionary web services #59

Open justingeeslin opened 4 years ago

justingeeslin commented 4 years ago

CogTool’s CogTool Explorer functionality relies on the dictionary generation from a few web services. One for the LSA algorithm is hosted by the University of Colorado. URL: http://autocww2.colorado.edu/cgi-bin/nph-elaborate.cgi?Frequency=50&Cosine=0.5& Another for the GENSIM algorithm. URL: http://percy.watson.ibm.com:8081/cgi-bin/nph-elaborate.cgi

Screen Shot 2020-08-24 at 11 40 54 AM

Both of these URLs 404.

The GENSIM example reveals the following message

fetchURL failed for url: http://percy.watson.ibm.com:8081/cgi-bin/nph-elaborate.cgi?Frequency=4500&Cosine=0.5&Space=Wikipedia_original&Goal=Find+Computer+Science&Links=Arts+%26+Humantities with exception: java.net.UnknownHostException: percy.watson.ibm.com
justingeeslin commented 4 years ago

Attempting the GLSA algorithm. Another broken endpoint: http://glsa.parc.com/getFrequency?output_format=text&terms_section=find

Screen Shot 2020-08-24 at 11 54 06 AM