ELG compatible spaCy library for Lithuanian
105
ELG compatible Flask based REST API for the spaCy library for the Lithuanian language (v. 3.3.0)
docker run -d -p <port>:8000 --init --memory="2g" lingsoft/spacy-lt:<tagname>
See instructions from GitHub.
curl -d '{"type":"text","content":"Kas yra Prancūzijos prezidentas?"}' -H "Content-Type: application/json" -X POST http://localhost:<port>/process/<endpoint_name>
endpoint_name can be tagger or ner. tagger groups tokens by their pos tag and also shows their starting and ending indexes, lemma, dep, morph, tag, head. ner groups entities (that can contain more than 1 token) by their label tag and shows their starting and ending indexes.
The library is published under the CC BY-SA 4.0 license and its main developers are Matthew Honnibal and Ines Montani, the founders of the software company Explosion.
The ELG API was developed by Lingsoft as part of the Connecting Europe Facility (CEF) project Microservices at your service: bridging the gap between NLP research and industry.
MIT License
Content type
Image
Digest
sha256:9b7576a3b…
Size
668.3 MB
Last updated
almost 4 years ago
docker pull lingsoft/spacy-lt:3.3.0.1-elg