CHANGELOG =======================================

Version 0.0.1 (16/09/2021)

- Initial Release

Version 0.0.2 (16/09/2021)

- Minor bugs fixed
- More words added

Version 0.0.3 (16/09/2021)

- Minor bugs fixed
- More words added
- phase decode method created

Version 0.0.4 (17/09/2021)

- More words added
- caribe corrector method created

Version 0.0.5 (17/09/2021)

- Minor Dependency issues resolved

Version 0.0.6 (17/09/2021)

- More Words and phrases added

Version 0.0.7 (21/09/2021)

- Major bug fixed where individual letters in words were translated randomly
- More words added to the corpus.

Version 0.0.8 (30/09/2021)

- caribe_pos tagging method introduced.
- pos_report method introduced.
- remove_signs method introduced.

Version 0.1.0 (14/10/2021)

- trinidad_encode method converts standard english sentence to a creolised form.
- Caribe introduces dialect file encoding on text, json and csv files. This has the ability to creolised nlp datasets.

Version 0.1.1 (20/10/2021)

- More words added to the corpus.

Version 0.1.2 (27/10/2021)

- caribe_pos members converted from string to tuple.
- More words added to the corpus.

Version 0.1.5 (13/11/2021)

- More words added to the corpus.

Version 0.1.8 (10/12/2021)

- Introducing a new trained NLP grammar correction model "T5-KES".
- Major Update in version 0.2.0 coming January.

Version 0.2.0 (06/02/2022)
- New Sentence Corrector introduced: t5_kes_corrector()

Version 0.2.1 (07/02/2022)
- More Words added to the corpus

Version 0.2.2 (13/02/2022)
- Removal of a dependency that causes slower functionality

Version 0.2.4 (27/02/2022)
- Introduced a new api function to the corrector:  t5_kes_api_corrector(sentence) for faster performance

Version 0.2.8 (28/02/2022)
- More Words added
