EssayTools
AppendToWordList
append to the word list
SetWordList
set or override the word list
GetWordList
get the word list
GetWordTable
get the words in table form
Calling Sequence
Parameters
Description
Examples
Compatibility
SetWordList( words )
AppendToWordList( words )
words
-
list or array of strings
The default word list is loaded with approximately 114000 English words. This list is primarily used for checking and correcting spelling. The SetWordList and AppendToWordList commands allow you to work with an alternate word list, perhaps a different language, or augment the existing word list with words that would not normally be found in a dictionary.
The GetWordList command returns the current word list -- a list of strings.
The GetWordTable command returns a table of the form word=1, which is useful for testing the existence of words in the list (as opposed to calling member).
This function is part of the EssayTools package, so it can be used in the short form SetWordList(..) only after executing the command with(EssayTools). However, it can always be accessed through the long form of the command by using EssayTools[SetWordList](..).
with⁡EssayTools
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
Misspellings⁡amadeupword is not in the word list
amadeupword
AppendToWordList⁡amadeupword
1
Misspellings⁡amadeupword IS in the word list
The EssayTools[AppendToWordList] and EssayTools[SetWordList] commands were introduced in Maple 17.
For more information on Maple 17 changes, see Updates in Maple 17.
The EssayTools[GetWordList] and EssayTools[GetWordTable] commands were introduced in Maple 2016.
For more information on Maple 2016 changes, see Updates in Maple 2016.
See Also
EssayTools[Misspellings]
EssayTools[SpellCorrectWord]
Download Help Document