**Full Changelog**: https://github.com/socius-org/sentibank/compare/0.2.2.1...0.2.3
Extensive preprocessing was undertaken to transform diverse sentiment representation schemes into standardised formats, enabling rapid utilisation and seamless integration. The primary objective was to harmonise fuzzy or vector representations into well-defined unidimensional frameworks. Thus, the change was mainly about standardising the representations of preprocessed dictionaries, with a few other minor changes.
**Renamed Predefined Identifiers**:
- `NoVAD_v2013_bidimensional`, originally a bidimensional vector, was further processed as a vector norm. The predefined identifier was renamed to `NoVAD_v2013_norm` to reflect this transformation.
- `NoVAD_v2013_adjusted` was renamed to `NoVAD_v2013_boosted` for clarity and consistency.
- `HarvardGI_v2000` was renamed to `GeneralInquirer_v2000` for better discoverability and alignment with the dictionary's name.
**Standardising Binary Labels**:
- The binary labels ["Positive", "Negative"] in `GeneralInquirer_v2000` were converted to lowercase ["positive", "negative"], ensuring consistent casing across all preprocessed dictionaries with binary labels.