Overview of the EssayTools Package
Calling Sequence
Description
List of EssayTools Package Commands
Compatibility
EssayTools:-command(arguments)
command(arguments)
The EssayTools package is a collection of commands for grading of essays, plagiarism detection and similarity comparisons, analysis of English word forms and sentence reduction, and spellchecking.
Each command in the EssayTools package can be accessed by using either the long form or the short form of the command name in the command calling sequence.
The long form, EssayTools:-command, is always available. The short form can be used after loading the package.
The following is a list of available commands.
AppendToWordList
BinaryCosineCoefficient
BinaryDiceCoefficient
BinaryJaccardCoefficient
BuildScoreModel
CosineCoefficient
CountMisspellings
CountUseOfAllWords
CountUseOfEachWord
DetectPlagiarism
DiceCoefficient
GetWordList
GetWordTable
IsAdjective
IsAdverb
IsConjunction
IsDefiniteArticle
IsIndefiniteArticle
IsInterjection
IsIntransitiveVerb
IsNominative
IsNoun
IsNounPhrase
IsPlural
IsPreposition
IsPronoun
IsTransitiveVerb
IsUsuallyParticipleVerb
IsVerb
JaccardCoefficient
Lemma
Misspellings
PartOfSpeech
QuadraticWeightedKappa
Reduce
Score
SetWordList
SimilarityScore
SpellCorrectWord
WordUse
To display the help page for a particular EssayTools command, see Getting Help with a Command in a Package.
The EssayTools package was introduced in Maple 17.
For more information on Maple 17 changes, see Updates in Maple 17.
See Also
help
module
StringTools
UsingPackages
with
Download Help Document