`stripentities(keepxmlentities=False)`:: Replaces all character or numeric entities in the text with equivalent UTF-8 characters, optionally keeping the core XML named entities in place.
`plaintext(keeplinesbreaks=True)`:: Strip all tags and entities from the text, and optionally also replace line breaks with regular spaces (replacing the `rss_title` method).