Skip to content
lare edited this page Jan 7, 2025 · 9 revisions

CleanTweet Python Library

CleanTweet is a python library created for cleaning textual data fetched from an API. The Library was created in 2022 and it is now in it's second version.

The second version of the CleanTweet library has 6 new classes: DiagramTweet, PredictionTweet, SaveTweet, SentimentTweet, StatsTweet, and SyntheticTweet. Each of these classes have different methods specific to each class and most of them inherit the clean() method from the original CleanTweet class which was the only class present in the version 0.1.1.

This github wiki will be serving as CleanTweet's documentation home while it's permanent home is being built.

To get started with CleanTweet, head over to the Get started page, for more in-depth documentation on the various classes, head over to the API docs page, and for different tutorials and examples head over to the Examples page.

Installation

!pip install cleantweet

Clone this wiki locally