Open elahi123 opened 6 years ago
The services on galaxy.lappsgrid.org are still the old services that produce the older format. The new services are currently only available on our development server (jetstream.lappsgrid.org). We are in the process of updating the production server, but do not have a release date yet.
The new services are available via the service manager as version 2.1.0-SNAPSHOT. See https://api.lappsgrid.org/services/vassar?name=stanford&id=2.1.0-SNAPSHOT
I tried with named entity service of 2.1.0-SNAPSHOT, I find that the annotations in Named Entity come empty in our example 'Karen flew to New York."
curl -H "Content-Type: application/json" -d @token.json https://api.lappsgrid.org/soap-proxy?id=anc:stanford.ner_2.1.0-SNAPSHOT -o ner.json
token.json contains token annotations as it is required as input for named entity service. ner.json is the result
token.json and ner.json are attached here. Since Github does not support to attached .json file in issues so made them .txt just for attachment token.txt ner.txt
Hi, I think the latest version of Brandies Named Entity Recognizer produces old annotations and vassar Named Entity (2.1.0-SNAPSHOT) produces no annotations. Curl example is given above. Any suggestion?
Any update on this issue?
I was wondering, is the Named Entity Service produce new annotation? such as: { "id": "ne_0", "start": 0, "end": 5, "@type": "http://vocab.lappsgrid.org/NamedEntity", "label": "PERSON", "features": { "category": "PERSON", "word": "Karen" } }, I was running Stanford NamedEntityRecognizer Stanford from http://galaxy.lappsgrid.org/, I think it produce old annotation. {"id":"ne_0","start":0,"end":5,"@type":"http://vocab.lappsgrid.org/Person","features":{"word":"Karen"}
Is there any version (in service manager) that produces new annotation?