首页| 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
  • 猕猴桃 3小时前 成为了本站会员

  • 11 7小时前 成为了本站会员

  • 开心快活人 10小时前 成为了本站会员

  • 晋财 10小时前 成为了本站会员

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

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

  • 柳贻 1天前 成为了本站会员

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

  • 焦昱贺 1天前 成为了本站会员

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

0.199725s