Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Estimate the time a human would take to read a text
ResourceFunction["TimeToRead"][text] estimates the time required to read text. | |
ResourceFunction["TimeToRead"][text,rate] estimates the time required to read text using reading speed rate. |
Arabic | 138 words/min |
Dutch | 202 words/min |
English | 238 words/min |
Finnish | 250 words/min |
French | 195 words/min |
German | 179 words/min |
Italian | 188 words/min |
Polish | 166 words/min |
Portuguese | 181 words/min |
Spanish | 218 words/min |
Swedish | 199 words/min |
Estimate the time required to read a Wikipedia article:
In[1]:= |
Out[1]= |
Use the default reading rate:
In[2]:= |
Out[2]= |
Compute the time providing a specific reading rate:
In[3]:= |
Out[3]= |
Get a Wikipedia article in Spanish:
In[4]:= |
Estimate the reading time of the article using the default Spanish reading rate:
In[5]:= |
Out[5]= |
Using an unsupported language will return a Missing output and an error message:
In[6]:= |
Out[6]= |
Estimate the time it would take to read each Wikipedia article of every member of The Beatles:
In[7]:= |
In[8]:= |
Out[8]= |
Get the total time in hours and minutes:
In[9]:= |
Out[9]= |
This work is licensed under a Creative Commons Attribution 4.0 International License