Finnish NER based on FinBERT and Turku OntoNotes corpus
84
ELG compatible Flask based REST API for Finnish NER.
docker run -d -p <port>:8000 --init lingsoft/utu-bert-ner-fi:<tagname>
Note: images with elg in tag are ELG compatible.
Simple test call for ELG version (Note: slow startup time)
curl -X POST -H 'Content-Type: application/json' http://localhost:8000/process -d '{"type":"text","content":"Vuonna 1978 Pauli asui Turussa."}'
Standard version
curl -X POST localhost:8000 -d 'text=Vuonna 1978 Pauli asui Turussa'
More information: ELG version and standard version (branch dockerized).
Original authors are Jouni Luoma, Miika Oinonen, Maria Pyykönen, Veronika Laippala, Sampo Pyysalo. 2020. A Broad-coverage Corpus for Finnish Named Entity Recognition. In Proceedings of The 12th Language Resources and Evaluation Conference (LREC’2020). Source code is published under MIT license.
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
Content type
Image
Digest
Size
1.5 GB
Last updated
about 4 years ago
docker pull lingsoft/utu-bert-ner-fi:1.0.0-elg