Counting syllables

前端 未结 4 2084
-上瘾入骨i
-上瘾入骨i 2021-02-13 03:50

I\'m looking to assign some different readability scores to text in R such as the Flesh Kincaid.

Does anyone know of a way to segment words into syllables using R? I

4条回答
  •  遥遥无期
    2021-02-13 04:04

    Some tools for NLP are available here:

    http://cran.r-project.org/web/views/NaturalLanguageProcessing.html

    The task is non-trivial though. More hints (including an algorithm you could implement) here:

    Detecting syllables in a word

提交回复
热议问题