TODO - Bunamo
Status
Is it live/maintained etc?
It is live, not really maintained, used from Geabaire.
Description
A fastapi server, running with uvicorn. Reads xml files containing morphological data for Irish nouns. The api returns all forms of a noun or one form if it is specified with the "form" argument. It was written as a quick test to see if it would do the job needed by Geabaire. If it is still needed the code and data should be moved.
Location
Where is it hosted
https://phoneticsrv3.lcs.tcd.ie/bunamo
Example API Calls
Provide examples or link to docs.
https://phoneticsrv3.lcs.tcd.ie/bunamo?input=l%C3%A1
[{"sgNom":"lá","sgGen":"lae","plNom":"laethanta","plGen":"laethanta"}]
https://phoneticsrv3.lcs.tcd.ie/bunamo?input=l%C3%A1&form=sgGen
["lae"]
Links
Any links to docs, github/gitea, interface.
https://phoneticsrv3.lcs.tcd.ie/gitea/abair-software/abair-python/src/branch/master/webapi/bunamo_test.py