Documentation
¶
Index ¶
- func Alpha(text []byte) []byte
- func AutomatedReadabilityIndex(text []byte) float64
- func CharacterCount(text []byte) int
- func FleschGradeLevel(text []byte) float64
- func FleschReadingEase(text []byte) float64
- func SentenceCount(text []byte) (count int)
- func SplitTextWords(text []byte) [][]byte
- func WordsCount(words [][]byte) int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AutomatedReadabilityIndex ¶
AutomatedReadabilityIndex - the automated readability index (ARI) is a readability test designed to gauge the understandability of a text.
func CharacterCount ¶
CharacterCount - counts character in text
func FleschGradeLevel ¶
FleschGradeLevel - readability tests are used extensively in the field of education
func FleschReadingEase ¶
FleschReadingEase - test, higher scores indicate material that is easier to read; lower numbers mark passages that are more difficult to read. 90.0–100.0 easily understood by an average 11-year-old student 60.0–70.0 easily understood by 13- to 15-year-old students 0.0–30.0 best understood by university graduates
func SentenceCount ¶
SentenceCount - counts number of sentences by dot
func SplitTextWords ¶
SplitTextWords - returns slice of words in bytes slice
Types ¶
This section is empty.