Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
meghdadFar opened this issue Apr 4, 2024 · 0 comments
Open

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

meghdadFar opened this issue Apr 4, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed up for grabs

Comments

@meghdadFar
Copy link
Owner

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:

  • BiasDetector
  • MWE

Possible Implementation

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

  • Handle the situation when the user decides to open several chats (server port, thread, etc.)
  • Use the same chat.html which means this file should be moved elsewhere and be used by all chat functions.
@meghdadFar meghdadFar added enhancement New feature or request help wanted Extra attention is needed up for grabs labels Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed up for grabs
Projects
None yet
Development

No branches or pull requests

1 participant