首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 对于音节的划分和葡萄牙语单词重音识别java API

对于音节的划分和葡萄牙语单词重音识别java API

资 源 简 介

SilabasPT is a Java API that provides static methods to accomplish syllabic division and identification of the stress syllables of words written in Portuguese. It is based on a set of rules. SilabasPT was developed to generate (Portuguese) text based on rhythm, on the scope of the MSc. thesis Geração de texto com base em ritmo. USAGE ``` //get syllabic division ArrayList separada = SilabasPT.separa("palavra"); //get stress position int pos = SilabasPT.getTonicaInt("palavra"); //or int pos = SilabasPT.getTonicaInt("palavra", ArrayList separada); //get stressed syllable String stress = = SilabasPT.getTonicaString("palavra"); //or String stress = = SilabasPT.getTonicaString("palavra", ArrayList separada); ```
VIP VIP
0.186555s