Newer
Older
web-services / astro-ner / examples.http
# Ces exemples peuvent être exécutés directement dans VSCode, en utilisant l'extension REST Client (humao.rest-client)
# Décommenter/commenter les lignes voulues pour tester localement
# @baseUrl=http://localhost:31976
# @baseUrl=http://astro-ner.tdmservices.intra.inist.fr/
@baseUrl=https://astro-ner.services.istex.fr/

###
# @name v1AstroNer
# Reconnait des entités nommées en astrophysique
POST {{baseUrl}}/v1/tagger?indent=true HTTP/1.1
Content-Type: application/json

[
  {
    "id": 1, 
    "value": "V643 Orionis is a binary star system located in the Orion constellation, offering valuable insightsinto stellar evolution. The Orion constellation is simple"
  }
]