Commit d1a5e6e6 authored by Seyed Reza  Sajjadinasab's avatar Seyed Reza Sajjadinasab
Browse files

Merge branch 'Reza' into 'master'

updateDoc

See merge request ec504/ec504_projects/group6!55
parents 0a537ca1 1773bd83
Loading
Loading
Loading
Loading
+7 −8
Original line number Diff line number Diff line
@@ -10,11 +10,10 @@


# Reza
- Update the usuage, workflow, limitations etc. in ReadMe.md and Install.md based on the given feadbacks and clarifying the confusions.
- Change the color range of Checker GUI and add an spectrum of colors using to show the confidence score in a legend.
- Update the accuracy of the checker in GUI and some other options.
- Fix bugs resulted in case of using a special charachter for both checker and corrector.
- Increase the speed of corrector's GUI and fix reported bug for running out of heap memory.
- Fix corrector bugs of not updating the typos in the final correction.
- Increase accuracy of checker by adding the n-grams in everywhere, previously for some methods it was missed such as in the GUI.
- Increase accuracy of corrector by introducing new method on top of the previous mehtods.
- Updated the usuage, workflow, limitations etc. in ReadMe.md and Install.md based on the given feadbacks and clarified the confusions.
- Changed the color range of Checker GUI and add an spectrum of colors using to show the confidence score in a legend.
- Fixed bugs resulted in case of using a special charachter for both checker and corrector.
- Increased the speed of corrector's GUI and fix reported bug for running out of heap memory.
- Fixed corrector bugs of not updating the typos in the final correction.
- Increased accuracy of checker by adding the n-grams in everywhere, previously for some methods it was missed such as in the GUI.
- Increased accuracy of corrector by introducing new method on top of the previous mehtods.