Releases: meghdadFar/wordview
Releases · meghdadFar/wordview
Release 1.4.0
- Chat feature for MWE.
- Improve chat UI.
- MWE and text analysis improvements.
Release 1.3.0
- Chat feature for text analysis.
Release 1.2.0
- Support for all Penn POS tags
- Bar plots for POS tags (in addition to wordclouds)
- Remove deprecated fasttext model.
Release 1.1.2
- Automatic check and download of NLTK missing resources.
- Rm CI step for downloading NLTK resources.
- Facilitate configuration of plots for Text & Label Analysis plots, by creating new and more clear arguments.
Release 1.1.1
- Fix minor bugs in bias analysis.
- Improve fonts and minor details in bias analysis plots.
Release 1.1.0
- Add bias detection and analysis feature (based on sentiment analysis)
- Include 3 bias categories: race, religion, and gender.
- Include an initial set of key terms for each bias category.
- Add function to visualize bias analysis in a plot.
- Add function to visualize bias analysis in a tables.
Release 1.0.0
- Complete refactoring and upgrading of the MWE module.
- Support for extracting variable length MWEs given a custom user syntactic patterns of POS tags.
- Predefined patterns for extracting Light Verb Constructions (LVCs), 2-3 word Noun Compounds, 2-3 Adjective Noun Compounds, and 2-3 Verb Noun Compounds, and Verb Particle Constructions (VPCs).
- Refactoring of the Association Measure module.
- Move DataFrame reader to a separate preprocessing module so that it can support all modules easier.
- Add support for extracting ngrams for MWE and also ngram analysis.
Release 0.4.2
- Better encapsulation.
- Overall improvement and fix of several inconsistencies in docstring.
- Allow quite a few plot configurations via kwargs.
- Rm old code from the demo notebook.
- Change cover.
- Optimize figure creation.
Release 0.4.1
- Update precommit hooks mypy and black versions
Release 0.4.0
- Support for extracting variable length MWE given a user pattern of POS tags.