Skip to content
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

The annotations score is not display in the annotator #42

Closed
9 tasks done
syphax-bouazzouni opened this issue Mar 30, 2022 · 1 comment
Closed
9 tasks done

The annotations score is not display in the annotator #42

syphax-bouazzouni opened this issue Mar 30, 2022 · 1 comment

Comments

@syphax-bouazzouni
Copy link
Contributor

syphax-bouazzouni commented Mar 30, 2022

The annotation scores is a feature added in our version of annotator, and we enable it by adding the request parameters "score=true". But somehow it is no more working
here is an example of a request: http://services.agroportal.lirmm.fr/annotator?text=Melanoma%20is%20a%20malignant%20tumor%20of%20melanocytes%20which%20are%20found%20predominantly%20in%20skin%20but%20also%20in%20the%20bowel%20and%20the%20eye.&longest_only=false&exclude_numbers=false&whole_word_only=true&exclude_synonyms=false&expand_mappings=false&fast_context=false&certainty=false&temporality=false&experiencer=false&negation=false&score_threshold=0&confidence_threshold=0&score=cvalue&display_links=false&display_context=false&apikey=4704d385-84ec-4528-a519-c40ac166f141

After investigation it seems that it is related an ncbo_proxy matter, where it use http://data.agroportal.lirmm.fr/annotator instead of http://services.agroportal.lirmm.fr/annotator

Solution

Change the apache server configuration file to force to use http://services.agroportal.lirmm.fr/annotator and not the ncbo_proxy one.
Todo so we add this line ProxyPass /annotator http://stageportal.lirmm.fr:8082/annotator/ timeout=1800 into /etc/httpd/conf.d/10-appliance.ontoportal.org_non-tls.conf

FIxes Todo

  • update httpd in testportal
  • update httpd in stageportal
  • update httpd in bioportal
  • update httpd in agroportal

Optiona enhancement

Add/enhance the annotators deployments scripts agroportal/project-management#214

Optional todos

  • add the deployment scripts for annotators
  • Deploy on testportal
  • Deploy on stageportal
  • Deploy on bioportal
  • Deploy on agroportal
@syphax-bouazzouni syphax-bouazzouni changed the title the score is not display in the annotator The annotations score is not display in the annotator Mar 30, 2022
@syphax-bouazzouni
Copy link
Contributor Author

fixed
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant