meghdadFar / wordview

A Python package for Exploratory Data Analysis (EDA) for text-based data.
MIT License
11 stars 1 forks source link

Feature Request: Extend chat to support all Wordview components #135

Open meghdadFar opened 6 months ago

meghdadFar commented 6 months ago

Feature Request: Extend chat to support all Wordview components

Description:

Currently, Wordview chat is implemented within the TextStatsPlos class. The goal of this feature is to include the same chat function in two other major Wordview components/classes, namely:

Possible Implementation

The same code from TextStatsPlos.chat() can be used, however, the following notes should be taken into consideration: