Sign inSign up

lingsoft/lv-tagger

By lingsoft

•Updated almost 4 years ago

ELG compatible Flask based REST API for LV Tagger for the Latvian language (v. 2.2.1)

Image
0

189

lingsoft/lv-tagger repository overview

ELG compatible⁠ Flask based REST API for LV Tagger⁠ – a morphological tagger for the Latvian language (v. 2.2.1)

⁠Deploying the service

docker run -d -p <port>:8000 --init lv-tagger:<tagname>

⁠Usage

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

⁠Authors

⁠Original authors

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.

⁠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

GNU General Public License v2.0

Tag summary

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