Method: String#clf

Defined in:
lib/textstats.rb

#clfObject



53
54
55
# File 'lib/textstats.rb', line 53

def clf
  (5.89 * avg_word_length) - (0.4 * 100.0/avg_sentence_length) - 15.8
end