CountMisspellings - 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 : CountMisspellings

EssayTools

  

CountMisspellings

  

count misspelled words

  

Misspellings

  

identify misspelled words

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

CountMisspellings( essay )

Misspellings( essay )

CountMisspellings( words )

Misspellings( words )

Parameters

essay

-

string

words

-

list of set of strings

Description

• 

The Misspellings command will return a list of words that are spelled incorrectly or not recognized.   The CountMisspellings command will return the number of occurrences of such words.

• 

The input can either be a string -- a paragraph or group of sentences -- or a list or set of words.  

• 

The word list containing correct spellings used by this command contains only English words and non-English words that are commonly seen in English text. You can change the word list, either by appending to the word list or setting an alternate word list.

• 

These functions are part of the EssayTools package, so they can be used in the short form, for example, Misspellings(..), only after executing the command with(EssayTools). However, they can always be accessed through the long form of the command names by using, for example, EssayTools[Misspellings](..).

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)

MisspellingsAint dis here kermand the best ting ever?

Aint,kermand

(2)

CountMisspellingsAint dis here kermand the best ting ever?

2

(3)

Misspellingsa,list,of,dubiouse,wordlike,thingamagigs

dubiouse,wordlike,thingamagigs

(4)

CountMisspellingsa,list,of,dubiouse,wordlike,thingamagigs

3

(5)

Compatibility

• 

The EssayTools[CountMisspellings] and EssayTools[Misspellings] commands were introduced in Maple 17.

• 

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

See Also

EssayTools

EssayTools[AppendToWordList]

EssayTools[Lemma]

StringTools