ELG compatible Flask based REST API for LV Tagger for the Latvian language (v. 2.2.1)
189
ELG compatible Flask based REST API for LV Tagger – a morphological tagger for the Latvian language (v. 2.2.1)
docker run -d -p <port>:8000 --init lv-tagger:<tagname>
See instructions from GitHub.
curl -H 'Content-Type: application/json' -d '{"type": "text", "content": "Mārtiņš Bondars ir dzimis 1971. gada 31. decembrī, Rīgā."}' http://localhost:8000/process/tagger
The tagger groups tokens by their part of speech, which is the first letter of the morphological tag, shows their starting and ending indexes, lemma ('Pamatforma') and other morphological information depending on the part of speech (e.g. 'Skaitlis' (number), 'Locījums' (case), 'Dzimte' (gender), etc).
The tagger is licensed under the full GPL and was developed by Pēteris Paikens from the University of Latvia, Institute of Mathematics and Computer science.
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.
GNU General Public License v2.0
Content type
Image
Digest
sha256:f1547ea9a…
Size
671.9 MB
Last updated
almost 4 years ago
docker pull lingsoft/lv-tagger:2.2.1.1-elg