Sign inSign up

inistcnrs/ws-irc3sp

By inistcnrs

Updated over 3 years ago

A Web Service to extract species names from a scientific text

Image
0

189

inistcnrs/ws-irc3sp repository overview

IRC3: Indexation par Recherche et Comparaison de Chaînes de Caractères

Applied on species names.

See original program (French description of IRC3sp).
See source on GitHub.

Test

curl -X POST "http://localhost:31976/v1/irc3sp?indent=true" \
     -H  "accept: application/json" -H  "Content-Type: application/json" \
     -d "[{\"id\":1,\"value\":\"Trophic diversity accumulation curves of (a) Pseudopercis semifasciata, (b) Acanthistius patachonicus and (c) Pinguipes brasilianus. Horizontal lines show Brillouin diversity index (Hz) values (Hz± 0·05 Hz) and the vertical line shows a value n- 2 (n = number of stomachs).\"},{\"id\":2,\"value\":\"Phasianus colchicus/versicolor: in our study, the best match.\"},{\"id\":3,\"value\":\"short lower jaw in Etheostoma bellator Suttkus\"}]"

Expected result:

[{
    "id": 1,
    "value": [
        "Acanthistius patachonicus",
        "Pinguipes brasilianus",
        "Pseudopercis semifasciata"
    ]
},
{
    "id": 2,
    "value": [
        "Phasianus colchicus"
    ]
},
{
    "id": 3,
    "value": [
        "Etheostoma bellator"
    ]
}]

Tag summary

Content type

Image

Digest

sha256:dbb2b189d

Size

226.4 MB

Last updated

over 3 years ago

docker pull inistcnrs/ws-irc3sp:1.1.1