Skip to content

Commit

Permalink
docs(terms-extractions/quantity): change description
Browse files Browse the repository at this point in the history
  • Loading branch information
revolj committed Jul 25, 2024
1 parent cc07bca commit cca2a5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/terms-extraction/v1/quantity/extract.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ mimeType = application/json

post.operationId = post-v1-quantity-extract
post.summary = Extraction des quantités dans un texte
post.description = Renvoie les quantités repérées dans un texte en anglais. Renvoie la valeur en triplet (entité repérée, quantité, unité). ^M^MUtilise la librairie [`quantulum3`](https://github.com/nielstron/quantulum3#quantulum3)
post.description = Renvoie les quantités repérées dans un texte en anglais. Renvoie les informations suivantes : La quantité repérée, l'unité associée, le détail de l'unité, les concepts liés à la quantité. Utilise la librairie [`CQE`](https://github.com/vivkaz/CQE)
post.tags.0 = terms-extraction
post.requestBody.content.application/json.schema.$ref = #/components/schemas/JSONStream
post.requestBody.required = true
post.responses.default.content.application/json.schema.$ref = #/components/schemas/JSONStream
post.responses.default.description = Renvoie un triplet (entité extraite, quantité, unité) dans le champs `value`
post.responses.default.description = Renvoie un json comprenant les informations suivantes (quantité, unité, concepts liés) dans le champs `value`
post.parameters.0.description = Indenter le JSON résultant
post.parameters.0.in = query
post.parameters.0.name = indent
Expand Down

0 comments on commit cca2a5d

Please sign in to comment.