Readability - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


StringTools

  

Readability

  

measure the readability of English text

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Readability( text)

Readability( text, method = m )

Parameters

text

-

string; substantial English text

m

-

symbol; the name of one of the methods described below

Description

• 

The Readability(text) command returns one of several measures of Readability of English language text. By default, when called without the method option, Readability computes the SMOG index of text. Several other measures of readability are provided. The following table lists the valid values of the method parameter m.

SMOG

the SMOG index

GunningFog

The Gunning-Fog index

FRES

Flesch Reading Ease Index

FKGLF

Flesch-Kincaid Grade Level Formula

ARI

Automated Readability Index

ColemanLauIndex

The Coleman-Lau Readability Index

• 

Each of the readability indices (or other measures) is a statistical test that uses various properties of the text to determine a measure of the level of difficulty of reading the text. Small amounts of text are not suitable for input. It is recommended that you use at least 100 words of text for any of the measures to provide any meaning.

• 

All of the StringTools package commands treat strings as (null-terminated) sequences of -bit (ASCII) characters.  Thus, there is no support for multibyte character encodings, such as unicode encodings.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

See Also

string

StringTools

StringTools[Sentences]

StringTools[Words]

 


Download Help Document