- 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 (we called it similarity) on top of the previous mehtods.
- Turkish language option is added for checker and corrector.
- Increased accuracy of checker by adding the n-grams in everywhere. Previously for some methods it was missed such as in the GUI. Databases has been updated as well with new crawled data.
- Increased accuracy of corrector by introducing new method (we called it similarity) on top of the previous mehtods. Databases has been updated as well with new crawled data.
- Other Changes:
- Turkish language option is added for checker and corrector. It is a new feature which is asked in the project description.
- Rejected FeedBacks:
- Improve the accruacy of translation. This is because of the translation can be futher improved using the corrector itself. Adding it as an automatic tool would add redundency to the tool.
- State Machine View. This feature was not implemented due to the fact that is not effective in the performance or user-friendly of the tool. Also, due to the limited time we spent more time on more important parts.