[New Feature] Add web folder to support web documentation
This commit is contained in:
15
docs/website/versioned_docs/version-2.1/rate-of-speech.md
Normal file
15
docs/website/versioned_docs/version-2.1/rate-of-speech.md
Normal 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. |
|
||||
Reference in New Issue
Block a user