ELG compatible Swedish sentiment analysis based on KB BERT
39
ELG compatible Flask based REST API for the BERT base fine-tuned for Swedish Sentiment Analysis.
docker run -d -p <port>:8000 --init --memory="2g" --restart always lingsoft/kb-bert-senti-sv:<tagname>
curl -d '{"type":"text", "content":"Lätt att boka. Resan blev inställt. Fick tillbaka pengar. Topp service"}' -H "Content-Type: application/json" -X POST http://<host>:<port>/process
The original author: Martin Malmsten from the National Library of Sweden / KBLab, published under CC0 license (personal communication)
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
Apache 2.0
Content type
Image
Digest
Size
1.4 GB
Last updated
over 4 years ago
docker pull lingsoft/kb-bert-senti-sv:1.0.0-elg