Libraries
»
mscharkow-textstats
(0.0.2)
»
Index
»
String
»
#avg_sentence_length
Method: String#avg_sentence_length
Defined in:
lib/textstats.rb
#
avg_sentence_length
⇒
Object
15 16 17
# File 'lib/textstats.rb', line 15
def
avg_sentence_length
Float
(
words
.
size
/
sentences
)
end