|
|
| Estimate the time for a person to read an article |
|
This class can estimate the time for a person to read an article.
It takes the text of an article as a parameter and returns the length of time that it would take a person to read that text. It supports processing text in different languages and text that people should read from right to left.
The class can return the read time as an array with the count of the minutes and seconds or a string that expresses the read time in English.
It can also return the read time in other languages if the class gets the translations of the text messages used to format the read time string.
|
| Not yet rated by the users |
|