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

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Education : EssayTools : AppendToWordList

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

Calling Sequence

SetWordList( words )

AppendToWordList( words )

Parameters

words

-

list or array of strings

Description

• 

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](..).

Examples

withEssayTools

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

(1)

Misspellingsamadeupword is not in the word list

amadeupword

(2)

AppendToWordListamadeupword

1

(3)

Misspellingsamadeupword IS in the word list

(4)

Compatibility

• 

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

EssayTools[Misspellings]

EssayTools[SpellCorrectWord]