首页| 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
  • 贾金达 16分钟前 成为了本站会员

  • 云梦无痕 50分钟前 成为了本站会员

  • 1天前 成为了本站会员

  • huangshu 1天前 成为了本站会员

  • Wx 7天前 成为了本站会员

  • adalyx 7天前 成为了本站会员

  • 1周前 成为了本站会员

  • 知还 1周前 成为了本站会员

  • zcl 1周前 成为了本站会员

  • 。。 1周前 成为了本站会员

0.229090s