Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Wikipedia:Typo Team/moss

From Wikipedia, the free encyclopedia
<Wikipedia:Typo Team
Shortcuts
This page has abacklog that requires the attention of willing editors.
Please remove this notice when the backlog is cleared.

Themoss project seeks to find and remove the furry green typos that have been growing on Wikipedia articles. It uses a Python script namedmoss and written byUser:Beland to automatically find misspellings, mistakes in English grammar, violations of theWikipedia:Manual of Style, and confusing or broken wiki markup.

Death to typos!

QUICK LINK TO THE BEST PAGE FOR NEW PARTICIPANTS

About misspellings

[edit]

How the lists are made

[edit]

The moss spell checker is run against a recent set of database dumps, which are generated on the 1st and 20th of every month (but take a few days to process). All the articles in the English Wikipedia are examined. The following are ignored:

  • Text inside references, templates, tables, quotation marks, sections like "External links" and "Works", and some other weird places.
  • Capitalized words (which are presumed to be correctly-spelled proper nouns)
  • Words that appear in titles in the English Wiktionary (which has definitions of all words in all languages, excluding proper nouns and systematic words like chemical names and large numbers)
  • Words that appear in titles in the English Wikipedia (which explains some things that don't appear in the dictionary)
  • Words that appear in titles in the English Wikispecies (which has many technical words that do not appear in the dictionary or encyclopedia)

Many mistakes are not (yet) caught:

  • Improper addition of 's (possessives are not added to Wiktionary, so these are excluded systematically)
  • Incorrect capitalization
  • Incorrect multi-word phrases
  • Wrong word used in context
  • Non-English language words not tagged with{{lang}} or where an English misspelling happens to be the same as a word in another language. (These are counted as correct spellings if they are in the English Wiktionary, which lists words in all languages – only the definitions are restricted to English.)
  • Other situations listed in#False negatives below

2025 statistics

[edit]
SeeWikipedia:Typo Team/moss/Archive § Statistics for older statistics.
Dump (moss version)Parse failures (articles + articles withMOS:STRAIGHT violations)TOTAL (instances)ABCBWCDHHBHLLMENPT/T1TETFTSUZ
2025 01-01(no dump due to Wikimedia Foundation server capacity problems)
2025-01-23 (20ac4d6)168683 + 30245118030110338609015347678655015668091911870175344192712035440186027200986106427119216065
2025-02-01 (e296153)(moss run failed)
2025-02-20 (53e8d2c)168810 + 30281118092210359608095349028672016088439971867175334193732048435735910201167106801118816208
2025-03-01 (2953d85)168893 + 30305118138910363609095352358691016088099961870175298193732056437295891201066107087119416257
2025-03-20 (6382ec5)168984 + 30360118189010267612125351018715015778324981852175420194722034441195850200574107301118316314
2025-04-01 (780a2c9)168278 + 30641109018610251611124544958697015668515981745172992185922006429195786196417104200118916337
2025-04-20 (1b93eb1)167900 + 30691109280910254613194545498711015778704971752173442186822000433965806197551104142119616443
2025-05-01 (53f04b1)167324 + 30739109454610264613324547448698015789874991764173612186022007437225723197325104191120216549
2025-05-20 (d617229)167308 + 307371097687102796184345471787120155811845981773173722186112015439025743197492104278120716641
2025-06-01 (4a33e88)167226 + 307701099584102996134245490987200155112838941776173987187422003442135749197839104473120016715
2025-06-20 (d135cc3)167235 + 307831097629103046092045516587600155912963911797173351187422003425445752198319104212120116812
2025-07-01 (64ffa58)167099 + 308071095712103256160245521287550156812941931801172053186532015405425726199242103891119416884
2025-07-20 (ecde6db)167053 + 308581093800102876179345508187340159214011961794171021186912027394325734198801103406118116940
Dump (moss version)Parse failures (articles + articles withMOS:STRAIGHT violations)TOTAL (instances)ABCBWCFCNDHHBHLLMENPT/T1TETFTSUZ
2025-08-01 (55a2745)166998 + 30869111158710293611874542632061688000161212977911787171016186812026396145397199078102816117916966
2025-08-20(moss run failed due to User-Agent and SQL changes on the Wikimedia side)
2025-09-01(moss run failed due to User-Agent and SQL changes on the Wikimedia side)
2025-09-20 (4956922)166976 + 308651112600102936085545526119332881501657132911051776171365185212015398605417199558102978115517014
2025-10-01 (3433bca)167198 + 306161113950102416083445554519322882501669133461061782171589184532020399465414200105103179115517024
2025-10-20 (d4072dd)167411 + 304181114658102666067045598719330878901684131591061781171472184711978399615304200348103702115317120
2025-11-01 (160e01b)167359 + 304661113487102476045645580519290880501669131121061789171306183311972398635311200352103232115617182
2025-11-20 (6d3e10e)167295 + 305381114782102176097245571819319882801705134081071790171149181801975400855292200897103120115217230

Typo classification legend

[edit]
Reporting symbolExplanation
Parse failureMismatched punctuation; spell checker is unsure which words to ignore, so the whole page is skipped
AmAth
BCBad Characters (not allowed by Manual of Style)
BWBad Words (not allowed by Manual of Style)
CChemistry words (CF = chemical formula, CN = chemical name)
DDNA sequence
HHTML/XML/SGML tag
HBKnown bad HTML tag, like <font>
HLBad HTML-like linking, like <http://...>
LProbable Romanization (transLiteration)
MEProbable coMpound, English (with and without dash) - need to be added to Wiktionary
NA-Z plus numbers and hyphens
PPatterns (e.g. rhyme schemes - Beland fixes these)
T/SuspectedMOS:SLASH violation
T1Edit distance 1 from common English word
TEAI thinks it's trying to be English
TFAI thinks it's trying to be a non-English language (Foreign to English Wikipedia), sorted by language (e.g. TF+el)
TSMissing or extra whitespace or dash (or new compound). Currently included if there is a period (TS+DOT), comma (TS+COMMA), or extra space (TS+EXTRA). Missing bracket (TS+BRACKET) needs code improvements to be reliable, and the remainder of TS need sorting.
UURL
ZDecimal fraction missing leading Zero
IDefinitely not English (International) due to accents or mixed with punctuation (other than hyphen)
MIProbable coMpound, non-English (International) in English Wiktionary (both A-Z and non-ASCII characters, with and without dash)
MLProbable coMpound, transLiteration
MWProbable coMpound, found in non-English Wiktionary
RRegular word (A-Z only) not near a common English word
T2Edit distance 2 from common English word
T3Edit distance 3 from common English word
WNot in English Wiktionary, in non-English Wiktionary
  • red = Probably need to fix
  • yellow = Unsorted - need code improvements to sort into likely vs. unlikely typos or subtypes that can be usefully processed.
  • blue = Probably OK (but may need to verify)
  • bold = actively working on fixing
  • grey = no longer used

Instructions for editors

[edit]

Just like a regular spell checker, sometimes a word that's highlighted is really a misspelling and should be changed, but sometimes it is a correct spelling that needs to be added to the spell checker's dictionary (which in this case is the English Wiktionary and Wikispecies). For the below lists, here's how you can help:

  • For spelling mistakes: Click on the links to the individual Wikipedia articles, and edit them to correct the misspelling. Make sure this is actually a misspelling, and not a technical term that needs to be better explained, or an alternate spelling (possibly from a different regional variety of English).
  • For non-English words (including words fromOld English andMiddle English, since they are pronounced differently): Edit the article and use the{{lang}} or{{Transliteration}} templates to mark all non-English passages. Template contents are ignored, so they will not show up in the next report. If you can define the word, it would still be helpful to add the non-English word to the English Wiktionary or the same-language Wiktionary if you speak that language. As of the March 20, 2019 dump, only words not found inany Wiktionary are reported by moss as misspellings. (The "home" Wiktionary for Old and Middle English words is the modern English one.)
    • If you don't know which language is being used, you can tag it with{{which lang}}. If you add a "reason=" parameter, that will change the pop-up tooltip text readers will see when they hover over "what language is this?". If you have a guess as to which language it might be, or any other question or comment, you can leave that here to help future editors. If you use this tag, you can delete the article from the moss listing; the article will be added toCategory:Articles with unidentified words instead, and ignored by future runs of moss until the mystery is solved.
    • ForEarly Modern English spellings, use {{lang|en-emodeng}}.
    • For languages that don't have an ISO 639 code (often happens with historical languages),{{lang}} now supportsIETF language tags (with the "code" parameter) and can add "*" for proto-languages (with "proto=yes"). Failing that, use the miscellaneous code "mis" and add an HTML comment indicating the language.
  • For incorrect spellings in direct quotes:
    • These shouldn't be picked up by the spell checker, as text in double quotes ("") is ignored. The article probably has incorrect punctuation.
    • Regardless of punctuation problems, you can add{{sic}} around the word or phrase. SeeWikipedia:Manual of Style#Quotations for guidance.
  • For correct spellings that belong in the dictionary: Click on the word to add it to the English Wiktionary. Remember the word might not be English (though the definition must be) and be sure to check capitalization!
  • For correct spellings already in the dictionary: Delete from the list. These have been added in the meantime since the database dump by other editors. They do not automatically turn red as internal Wikipedia links do.
  • For correct spellings not appropriate for Wiktionary:
  • Correct or incorrect, when finished delete the entry for the word from the lists on this page (or subpages), so work won't be duplicated. (There is no longer any need for strikethru.)
  • If an article or section has generally bad grammar, and you don't have time to fix the whole thing, just add{{copyedit}} at the top of the article or{{copyedit|section}} at the top of the affected section. If it's just a sentence or two,{{copy edit inline}} or{{incomprehensible inline}} can go at the end of the problem passage.
  • If you see errors being reported from footnotes or bibliographies, check to make sure the section is titled with a standard name followingMOS:APPENDIX conventions. Standard end-matter sections like "References" and "Further reading" and "Works" are ignored.
  • If it helps to leave a message on the article's talk page asking if the word is correct or incorrect, you can useTemplate:Typo help like this when editing the bottom of the talk page (leave the section header blank; it will automatically be added):
    {{subst:typo help|PUT WORD HERE}} -- ~~~~
  • If you are uncertain whether a word is spelt correctly or not, you can add{{typo help inline}} immediately after it. If you add a "reason=" parameter, that will change the pop-up tooltip text readers will see when they hover over "check spelling". You can add a specific question or comment that may help identification. If you use this tag, you can delete the article from the moss listing; the article will be added toCategory:Articles with unidentified words instead, and ignored by future runs of moss until the mystery is solved.

Don't worry if you miss something; it will reappear in a future report if there are still mistakes.

Suggested edit summaries

[edit]

If you want to help publicize this project, you can copy-and-paste these into your edit summary, if appropriate.

For Wikipedia edits:

Fix misspelling found by [[Wikipedia:Typo Team/moss]] – you can help!
Tag non-English text found by [[Wikipedia:Typo Team/moss]] – you can help!
Tag correct text as {{not a typo}} for automated spell checkers (including [[Wikipedia:Typo Team/moss]])
Fix mismatched quote marks found by [[Wikipedia:Typo Team/moss]] – you can help!

For Wiktionary edits:

Add word identified by [[w:Wikipedia:Typo Team/moss]] – you can help!

Wiktionary cheat sheet

[edit]

Need to add a word to Wiktionary? TheWiktionary cheat sheet has copy-and-paste templates that make it easy for the types of words commonly encountered here, even if you've never done it before.

Misspellings – lists of things to fix

[edit]

Likely misspellings by article (main listing)

[edit]

The most efficient list to work on if all you want to do is fix misspellings. These listings try to list all the typos from a given article, so they can be fixed all at once. It also tries to only show typos that legitimately need fixing. It's not perfect, so a few words found need to be added to Wiktionary or tagged as not English, not a typo, etc. Only a few letters are updated on each run, to avoid stale listings as the whole list takes far longer than two weeks to work through. (This also avoids duplicating recent work when listings are refreshed.)

See subpages due to length:

Notes:

  • For more cases that require investigation, seeCategory:Articles with unidentified words.
  • Due to length and an increased number of false positives, typo reports for dumps 2020-05-20 and later don't include T2+, T3+, and TS+BRACKET+.

Possible typos by length

[edit]

(Updated from 2025-07-20 dump.)

Longest or shortest in certain categories are shown, sometimes just for fun and sometimes because they form a useful group. Feel free to delete articles that are fixed or tagged.

Likely chemistry words

[edit]

These need to be checked by a chemist and redirect created (if article exists) or marked as{{chem name}} (if no article exists).

Chemical formulas

[edit]

Chemical formulas (or partial forumulas) should be written with{{chem2}} or HTML subscripts (<sub>...</sub>) perMOS:CHEM. These listings identify those that incorrectly just use regular numbers orUnicode subscripts (not allowed byMOS:SUBSCRIPT).

Items which are not chemical formulas can be cleared from this list by creating a redirect (likeDy4 Systems), or if they are a proper name without a suitable redirect target, enclosing them in{{proper name}}.

Any redirects created for strings thatare (presumably incorrectly-written) chemical formulas should be added toCategory:Chemical formulas.

Possible chemical formulas that don't use subscripts

[edit]

Updated from 2025-07-20 database dump.

2-26
[edit]
1
[edit]

Known chemical formulas that don't use subscripts

[edit]

Updated from 2025-07-20 dump.

H2O
[edit]
Remainder (11-50)
[edit]
Remainder (1-10)
[edit]
Problem cases
[edit]

Parsing problems (where noted) are probably resulting in words showing up in debug-spellcheck-ignored.txt that shouldn't. --Beland (talk)03:09, 27 December 2022 (UTC)[reply]


"C2H2" is usually better written as Cys2His2; seeZinc finger#Classes. (All fixed for now.) --Beland (talk)02:30, 5 August 2025 (UTC)[reply]

Repeating patterns

[edit]

For rhyme schemes, they probably need to be re-styled to followWikipedia:WikiProject Poetry#Style for rhyme schemes. If this ends up making them all-caps, they won't show up here on the next run. For mixed-case rhyme scheme notations, use{{not a typo}} after making sure dashes, commas, and spaces follow the recommended style.

(All fixed as of 2022-12-20 dump!)

False positives

[edit]

Is there a word that is correctly used in an article, but which shouldn't be added to Wiktionary? List it here, and Beland will fix the problem.

Archived solutions:Wikipedia:Typo Team/moss/Archive

False negatives

[edit]

Is there a misspelled word in an article mentioned here that was not reported? Feel free to list it below and Beland will try to improve the code if appropriate.

These are currently over-ignored, but could be used to suggest correct spellings:

  • Wikipedia articles with{{R from misspelling}},{{R from incorrect name}},{{R from miscapitalisation}}, and redirects to these templates
  • Wiktionary entries that are known misspellings (e.g.wikt:anticiliary)
  • In cases where there are variant spellings of the same word or phrase, Wikipedia should probably pick one and stick to it except to mention the variants. This happens with:
    • Compound words - whether to use a space, dash, or nothing, as in "junebug" vs. "june bug" or "email" vs. "e-mail".
    • Words with multiple transliterations from another language (often there are multiple systems, no particular system, or a modern system different from historical systems).
    • Redirects with{{R from alternate spelling}} and redirects to that template.

Archived notes

[edit]

SeeWikipedia:Typo Team/moss/Archive.

For Wiktionary

[edit]

Spell-checking Wiktionary itself

[edit]

A new project has started to do that using moss software, atwikt:Wiktionary:Spell check.

Triaged for Wiktionary

[edit]

Dictionary writers needed! And speakers of languages other than English!

Many words (English and otherwise) detected as potential typos have been manually triaged as legitimate words that need to be added to Wiktionary, and are listed atWikipedia:Typo Team/moss/For Wiktionary. (Moved from this page due to length.) Many of the subpages under themisspelling main listing also have long lists of words to add to Wiktionary, which are sometimes bundled up and moved to the "For Wiktionary" subpage.

Wiktionary aims to have definitions for all words in all languages (with some exceptions), and acts as the primary database for the moss spell-checker.

Highest-frequency words missing from dictionary (a-m)

[edit]

(updated 2022-12-20)Good candidates for words to add to the English Wiktionary (whichprovides English definitions for words in all languages, including allcompound words), as it seems English Wikipedia readers will frequentlyencounter them. For each run, only words from half of the alphabetare shown, to avoid duplicate work from when new dumps are beingprocessed.

Most of the words are not from English. To get them off this list,you can either add an entry to the English Wiktionary (which providesEnglish definitions for words in all languages) or tag all instancesof the word on the English Wikipedia with{{lang}}. Wiktionarydoes not accept Romanizations for some languages, so those cases mustbe tagged as{{Transliteration}} or{{lang}}.

Legitimate misspellings are candidates forWikipedia:Lists of common misspellings.If there is an obvious correction, adding that toWikipedia:Lists of common misspellings/For machines will helpeditors who use automated tools to fix cases faster.

Translation and general cleanup

[edit]

SeeWikipedia:Typo Team/moss/not English.

Mismatched markup and punctuation

[edit]

Errors in punctuation (mostly quotation marks) and wiki markup generally cause confusion for readers, and also prevent the spell checker from running on these articles.

Inches and feet should not use " and ', perWikipedia:Manual of Style/Dates and numbers#Specific units; use letters instead. (SeeMOS:UNITS for general guidance.) Where conversions are needed, use{{convert}}, for example: 2 feet 3 inches (69 cm)


WORK IN PROGRESS

  • Integrating these with main listings
  • Filter only unmatched " for now
    • Filter articles with non-ASCII quote marks to a separate list for JWB processing
    • Filter \d" and \d' to a separate sublist for inch/feet style conversion
  • Explain ✂ or skip snippets showing this
  • Bracketbot web UI seems to be down

--Beland (talk)19:03, 4 September 2019 (UTC)[reply]

Gender-neutral language

[edit]

Manned

[edit]

The word "manned" and related forms like "unmanned" are used in many articles, but is not gender-neutral as required byMOS:S/HE and theNASA style guide. Gender-neutral alternatives include:

  • Crewed, uncrewed
  • Staffed, unstaffed
  • Human spaceflight
  • Defended

Not all instances need to be changed.

  • Proper nouns should remain the same, likeManned Orbiting Laboratory
  • Titles of sources and quotes should remain unchanged.
  • If the term itself is being discussed, for example to say that "manned spaceflight" is another way of sayinghuman spaceflight.
  • There seems to be consensus onunmanned aerial vehicle that this and related phrases (like unmanned aerial system) should remain intact, since it is much more frequent than "uncrewed aerial vehicle" at the moment. However, when using Wikipedia's voice it is preferred to describe a UAV as "uncrewed" when not using the whole phrase.
  • Non-article pages that are retained for historical interest shouldn't be modified if they won't be visible to readers.
  • Redirects with this title should be left alone if they are redirecting readers to a gender-neutral title

If the word is found the names of articles and categories (except those with names directly related to UAVs), those should be renamed, and the links changed. Many articles have already been renamed, and the links just need to be updated. (Remember that to rename a category, all the articles in that category must be edited to change their pointers.)

Borderline cases

[edit]

These may need to be discussed before being changed.

  • Manned Venus flyby - Based on the NASA style guide, NASA probably would now refer to this as "human Venus flyby" but historical sources say "manned Venus flyby" so that's what the majority of editors commenting on the talk page currently favor. There is some question as to whether the scope of the article concerns a specific mission or this type of mission in general, which is related to the proper name exception (but then the title would be "Manned Venus Flyby"). CompareColonization of Venus andHuman mission to Mars. --Beland (talk)19:41, 21 May 2019 (UTC)[reply]
Discussion in progress onTalk:Manned Venus flyby. --Beland (talk)09:37, 5 January 2022 (UTC)[reply]

Objections in specific cases:

Marriage

[edit]

Wikipedia:Writing about women § Marriage points out:

Ladies

[edit]

Wikipedia:Writing about women § Girls, ladies prefers "women" to "ladies" except where part of set phrases or traditional titles (likefirst lady).find all lowercase "ladies"

Instructional and presumptuous language

[edit]

MOS:NOTE says to avoid the following phrases when they address the reader directly. Not all instances are problematic, such as those in direct quotations.

Internationally comprehensible spelling and vocabulary

[edit]

MOS:COMMONALITY advises the use of vocabulary and spellings that are shared across national varieties of English, where possible. This section collects instances where an unshared term is being used which could be improved. For proper nouns and direct quotes, a translation or re-spelling into another dialect may be helpful.

Currency style

[edit]

PerMOS:CURRENCY:

  • For the UK, Irish, Australian, New Zealand, and South African pound, ₤ should be changed to £
  • ₤ is OK to use withItalian lira. Changing e.g. ₤100,000 to [[Italian lira|₤]]100,000 will prevent legitimate uses from showing up in automated reports, and also help readers understand that this is not British pounds. (Mentions ofItalian lira are increasingly rare because it has been replaced by theEuro.)

Find all problem cases for ₤

Caution: Not all problem pages show up reliably; if you do a search, fix all the pages in the results, and then do another search, you will probably get a fresh batch of problem pages. It may also take a minute or two for fixed pages to disappear from the results, due to lag updating the search index.

Work is in progress on detecting and fixing other MOS-related issues with numbers and currencies.

Small caps

[edit]

PerMOS:SMALLCAPS, smallcaps are not to be used for years like "400 BC".Find all instances of known smallcaps issues...

HTML tags

[edit]

Updated from 2025-07-20 dump.

You can do one of two things for these articles:

  • Remove, repair, or convert the HTML markup to wiki markup yourself.
  • Tag the article{{cleanup HTML}} and it will show up underCategory:Articles with HTML markup but not on this list. Use the "tags" parameter to indicate which tags are present on the page; many editors find it hard to locate the offending HTML. For example: {{cleanup HTML|tags=table, cite}}

How to clean up

[edit]

SeeCategory:Articles with HTML markup for instructions on how to find the offending tags and what to do about them.

Find all articles by tag

[edit]

Can't wait for the next database dump? Want to look for or fix all instances of a specific tag? Use the links below!

Additional HTML problems are listed atSpecial:LintErrors.


Sometimes editors use angle brackets (< and >) for other purposes. Though these are not HTML markup, they often need to be fixed.

<<...>>find all can indicate:

  • French quotation marks rendered as <<quoted text>>. These should be normalized to "quoted text" or 'quoted text', even in quotations, perMOS:CONFORM.
  • A broken citation that should be converted to{{cite web}})

Other weirdness:

  • <the> -find all - More French quoting style, bad linking, bad citation style, etc.
  • <blockquote> sometimes shows up on the reports if it is capitalized or all-caps on the article page. It should be all lowercase.

Known bad HTML tags (HB)

[edit]

These are also included in the main listings.

Bad link formatting (HL)

[edit]

These are also included in the main listings.Angle brackets are not used for external links (perWikipedia:Manual of Style/Computing § Exposed URLs); "tags" like <https> and <www> are actually just bad link formatting.SeeWikipedia:External links#How to link for external link syntax; use{{cite web}} for footnotes.

Unsorted (H)

[edit]

Many of these can be replaced by{{var}} (for text to be replaced) or{{angbr}} (e.g. for linguistic notation). Enclose in<code>...</code> for inline software source code.

Need debugging

[edit]

Notification of new dumps

[edit]

"Most likely misspellings by articles" should always have work to do (if not, pingBeland to add more from the current dump). Some of the other sections are occasionally waiting for a new dump to get a useful list, either because they are ranked by frequency or a code change has been made to clean up noise in the next run. New runs are generally posted twice a month. The database snapshot from the first day of the month generally takes about 9-13 days to process, and the snapshot from the twentieth day of the month might take 4-6 days until it can be posted.

All that said, if you want to get a ping when results from a new dump are posted, you can add your name to the list below. If you are only interested in a particular section, include a note to that effect.

moss code and data sources

[edit]

moss is written in Python, and is available on github at:https://github.com/cdbeland/moss

Data is obtained fromXML database backup dumps.

See also

[edit]
  1. ^Kemacheevakul, P.; Polprasert, C.; Shimizu, Y. (2011). "Phosphorus recovery from human urine and anaerobically treated wastewater through pH adjustment and chemical precipitation".Environmental Technology.32 (7–8):693–698.Bibcode:2011EnvTe..32..693K.doi:10.1080/09593330.2010.510537.PMID 21879544.
Retrieved from "https://en.wikipedia.org/w/index.php?title=Wikipedia:Typo_Team/moss&oldid=1324330683"
Category:
Hidden category:

[8]ページ先頭

©2009-2025 Movatter.jp