Skip to content

Commit

Permalink
feat(terms-extraction/quantity): correction
Browse files Browse the repository at this point in the history
  • Loading branch information
revolj committed Jul 24, 2024
1 parent 8681ea3 commit 38c739a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/terms-extraction/v1/quantity/extract.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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. ^MRenvoie 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 la valeur en triplet (entité repérée, quantité, unité). ^M^MUtilise la librairie [`quantulum3`](https://github.com/nielstron/quantulum3#quantulum3)
post.tags.0 = terms-extraction
post.requestBody.content.application/json.schema.$ref = #/components/schemas/JSONStream
post.requestBody.required = true
Expand Down

0 comments on commit 38c739a

Please sign in to comment.