Parsing Wikitext

We are now at the final section of this hands-on tutorial, where we will parse the Wikitext itself.

  • First, we will review key Wiki concepts and Wikitext syntax in Wiki Basics.
  • Then, we will use mwparserfromhell and regular expressions to extract elements such as headings, sections, parts of speech, declensions, meanings, and more in Parsing Wikitext.

Let us begin by reviewing the Wiki Basics.