Skip to main content

Irish POS Tagger

Status

Not maintained

This project is live on our servers, but not actively maintained.

Description

A POS tagger developed by Elaine Uí Dhonnchadha

Location

Phoneticsrv3 (http://127.0.0.1:2029)
See phoneticsrv3.lcs.tcd.ie/test_irishfst

Example API Calls

https://phoneticsrv3.lcs.tcd.ie/irishfst/api?text=cad%20%C3%A9%20sin
[
{ "lemma": "cad", "tags": "Cop Pro Q", "word": "cad" },
{ "lemma": "\u00e9", "tags": "Pron Pers 3P Sg Masc", "word": "\u00e9" },
{ "lemma": "sin", "tags": "Cop Pro Dem", "word": "sin" }
]
🌐 Website📄 DocsGitHub GitHub
phoneticsrv3.lcs.tcd.ie/test_irishfstnonenone

TODO: