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

Online Help

EssayTools

  

Reduce

  

reduces an essay to core ideas

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Reduce( essay )

Parameters

essay

-

string or list or array of strings

Description

• 

The Reduce command breaks an essay up into sentences and sentence fragments that contain a logical idea.  Words inside each idea are additionally reduced by applying the Lemma command, correcting spelling, and pruning conjunctions and definite articles.  

• 

An attempt is made to identify the subject of the previous fragment so it can be carried forward into the new fragment replacing some pronouns like "it" and "they".  This is heuristic based and may often pick the wrong subject.

• 

This function is part of the EssayTools package, so it can be used in the short form Reduce(..) only after executing the command with(EssayTools). However, it can always be accessed through the long form of the command by using EssayTools[Reduce](..).

Examples

(1)

(2)

Compatibility

• 

The EssayTools[Reduce] command was introduced in Maple 17.

• 

For more information on Maple 17 changes, see Updates in Maple 17.

See Also

EssayTools

EssayTools[Lemma]

StringTools

 


Download Help Document