ELG compatible Flask based REST API for Morphological Analyzer for Latvian Language
163
ELG compatible Flask based REST API for Morphological Analyzer for Latvian Language (v. 2.2.5)
docker run -d -p <port>:8000 --init lv-morph:<tagname>
See instructions from GitHub.
curl -H 'Content-Type: application/json' -d '{"type": "text", "content": "roku"}' http://localhost:8000/process/word_analysis
curl -H 'Content-Type: application/json' -d '{"type": "text", "content": "rakt"}' http://localhost:8000/process/wordforms
The word_analysis endpoint takes a single word as an input and outputs all possible morphological readings of this word. Each reading is given:
The wordforms endpoint takes a single word as an input and outputs all morphological forms of this word, their morphological tags and features.
The analyzer is licensed under the GNU General Public Licence 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 v3.0
Content type
Image
Digest
sha256:da757ae2b…
Size
137 MB
Last updated
almost 4 years ago
docker pull lingsoft/lv-morph:2.2.5.1-elg