Translations:Q&A/30/en: Difference between revisions

From Clarin K-Centre
Jump to navigation Jump to search
(Importing a new version from external source)
 
(Importing a new version from external source)
Tag: Replaced
 
Line 1: Line 1:
==How can I calculate Flesch-Douma for Dutch?==
==How can I calculate Flesch-Douma for Dutch?==
The formula for Flesch-Douma requires two things to be counted: number of words in a sentence and number of syllables per word. While the number of words in a sentence is easily counted with any scripting language, the nr of syllables may seem more difficult. The [ http://hdl.handle.net/10032/tm-a2-h2 e-Lex] lexicon contains hyphenation patterns and hence the number of syllables per word. An alternative is to count the number of vowel clusters in each word using regular expressions, which should also give you the number of syllables.

Latest revision as of 14:19, 5 July 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Q&A)
==How can I calculate Flesch-Douma for Dutch?==

How can I calculate Flesch-Douma for Dutch?