Sign inSign up

lingsoft/spacy-lt

By lingsoft

•Updated almost 4 years ago

ELG compatible spaCy library for Lithuanian

Image
0

105

lingsoft/spacy-lt repository overview

⁠ELG API for spaCy library for Lithuanian

ELG compatible⁠ Flask based REST API for the spaCy library for the Lithuanian language (v. 3.3.0)⁠

⁠Deploying the service

docker run -d -p <port>:8000 --init --memory="2g" lingsoft/spacy-lt:<tagname>

⁠Usage

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.

⁠Authors

⁠Original authors

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⁠.

⁠ELG API integration

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⁠.

⁠License

MIT License

Tag summary

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