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.9 (28/02/2022)
- More Words added
- Fixed an issue where certain words were not being encoded on NLP datasets.

Version 0.3.0 (03/03/2022)
- Introducing the first ever parser for Trinidad and Tobago Creole English.
- Model was trained on a combination of a custom dataset and a creolised JFLEG dataset using the file encoding feature.

Version 0.3.1 (06/03/2022)
- Updated TTEC Parser model (Reduced training loss and trained on more custom data).
- New api function for parser for faster performance TTparser_api().
- Warnings/Issues: Api function calls may result in contradicting results from the main function or may sometimes result in Key Errors. Use non-api functions to achieve better results.

Version 0.3.4 (11/03/2022)
- All api functions will disabled in V-0.3.6 until further notice.

Version 0.3.6 (14/03/2022)
- More words added to the corpus.
- Api functions issues resolved. 

Version 0.4.7 (20/03/2022)
- NLP model retrain and improved.
- Official Logo Added.

Version 0.5.0 (27/03/2022)
- More Words Added.

Version 0.5.1 (21/04/2022)
- More Words Added. 
- trinidad_direct_translation function added to directly translate Trinidad English Creole to English.
- caribe_corrector function will not longer use gingerit and will be replaced with the T5 model.
- gingerit_corrector function added to facilitate the gingerit model.

Version 0.5.3 (05/06/2022)
- More Words Added.
- Trinidad English Creole Parser Model updated.

Version 0.5.5 (09/06/2022)
- New NLP model introdcued for sentence capitalization.
- T5-KES sentence correction model updated.

Version 0.5.9 (10/06/2022)
- Resolving minor dependency issues.

Version 0.6.4 (26/06/2022)
- Introducing a NEW NLP model to directly translate Trinidad English Creole to English.
