Skip to content

Releases: meghdadFar/wordview

Release 1.4.0

09 Apr 14:49
0939255
Compare
Choose a tag to compare
  • Chat feature for MWE.
  • Improve chat UI.
  • MWE and text analysis improvements.

Release 1.3.0

04 Apr 11:54
7622109
Compare
Choose a tag to compare
  • Chat feature for text analysis.

Release 1.2.0

19 Dec 10:24
658b14d
Compare
Choose a tag to compare
  • Support for all Penn POS tags
  • Bar plots for POS tags (in addition to wordclouds)
  • Remove deprecated fasttext model.

Release 1.1.2

11 Aug 13:22
6d44278
Compare
Choose a tag to compare
  • 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

07 Aug 10:15
3ba91e8
Compare
Choose a tag to compare
  • Fix minor bugs in bias analysis.
  • Improve fonts and minor details in bias analysis plots.

Release 1.1.0

05 Aug 14:15
d72aa51
Compare
Choose a tag to compare
  • 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

03 Aug 11:23
61fcabc
Compare
Choose a tag to compare
  • 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

13 Jul 10:32
608962a
Compare
Choose a tag to compare
  • 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

29 Jun 13:35
2d68e09
Compare
Choose a tag to compare
  • Update precommit hooks mypy and black versions

Release 0.4.0

26 Jun 11:06
ca55f44
Compare
Choose a tag to compare
  • Support for extracting variable length MWE given a user pattern of POS tags.