ga-compromise
v0.0.1
Published
próiseáil teanga nádúrtha measartha i javascript
Readme
ga-compromise is a port of compromise in Irish (Gaeilge)
Is é cuspóir an tionscadail seo clibeálaí POS beag, bunúsach, bunaithe ar rialacha a sholáthar i nGaeilge.
import nlp from 'ga-compromise'
let doc = nlp('shiúil an buachaill go dtí an siopa')
doc.match('#Verb').text()
// 'shiúil'o en el navegador:
<script src="https://unpkg.com/ga-compromise"></script>
<script>
let txt = 'shiúil an buachaill go dtí an siopa'
let doc = gaCompromise(txt) // window.gaCompromise
console.log(doc.json())
// { text:'shiúil ...', terms:[ ... ] }
</script>treoracha maidir le ranníocaíocht
le do thoil bí páirteach chun cabhrú - please join to help!
help with first PR1
git clone https://github.com/nlp-compromise/ga-compromise.git
cd ga-compromise
npm install
npm test
npm watchféach freisin
- BuNaMo Irish National Morphology Database
- irish-word-frequency ~6,500 lemmas by frequency
- Gramadan computational grammar of Irish
- reimnigh verb conjugation patterns
- UD_Irish-IDT Universal Dependencies Irish treebank
MIT
