meghdadFar / wordview

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

Feature Request: Analysis of sequence-level labels #112

Open meghdadFar opened 1 year ago

meghdadFar commented 1 year ago

Feature Request: Analysis of sequence-level labels

Description:

One of the most widely used types of labels in NLP are sequence-level labels (e.g. Named Entity tags such as PER, LOC). The goal here is to implement this as a sub-feature in LabelStatsPlots class.

For instance, for the following paragraph

Screenshot 2023-09-09 at 18 15 12

the following analysis must be carried out and visualized in a suitable plot (or table)

Screenshot 2023-09-09 at 18 15 49

Use Case: