[New Feature] Add web folder to support web documentation

This commit is contained in:
Rudy Haryanto
2022-10-04 20:17:17 +07:00
parent c27f624ca8
commit a54aa04c9b
251 changed files with 11079 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
---
id: rate-of-speech
title: Rate of Speech
---
Rate of speech is simply a measure of words spoken per given unit of time. We measure this in words spoken per minute. However, for convenience, we are also outputting as a variable simply the length of the file that was analyzed and hence multiplying `nlp_wordsPerMin_mean` by `nlp_totalTime_mean` will give the total number of words spoken.
> Please note that the latter measurement is in seconds, so one would have to divide it by 60 first :)
## Derived Variables
| Variable | Description |
| ----------- | ----------- |
| `nlp_wordsPerMin_mean` | **Rate of speech**, in average number of words spoken per minute. |
| `nlp_totalTime_mean` | **Total time in seconds**, of the video or audio file from which the rate of speech measurement was acquired. |