Releases: MahdiRahbar/SLUSpell
SLUSpell 0.2.0
What's New
This release contains the following features:
- Supports Python 3.6+
- Easy-to-setup pip installation at www.pypi.org/project/SLUSpell.
- Deployed version can be accessed at www.sluspell.com.
- Improvement on dictionaries and compression.
- Some simple user guides and accessibility features added.
- The runtime improvement by simplifying some preprocessing rules.
- Improvement accuracy with %91.78 on a broad set of test cases, including standard web tags and characters.
- The average runtime is about 0.2 s, including preprocessing, postprocessing, API call, and frontend displaying process.
Contributors
- @MahdiRahbar
- @Annoyed-Raven
- @nicoprudencio
- @Bandisaiprasad
Full Changelog: https://github.com/MahdiRahbar/SLUSpell/commits/0.2.0
SLUSpell 0.1.3 alpha
What's New
This release contains the following features:
- Supports Python 3.6+
- Easy-to-setup pip installation at https://pypi.org/project/SLUSpell/
- Improvement in exception handling in terms of HTML tags and punctuations.
- The runtime improvement by simplifying some preprocessing rules.
- The accuracy at the current version is %80.65 on a wide set of test cases including common web tags and characters.
- The average runtime is about 0.2 s including preprocessing, postprocessing, API call, and frontend displaying process.
Contributors
- @MahdiRahbar
- @Annoyed-Raven
- @nicoprudencio
- @Bandisaiprasad
Full Changelog: https://github.com/MahdiRahbar/SLUSpell/commits/0.1.3
SLUSpell 0.1.2 alpha
What's New
This release contains the following features:
- New interface.
- Informal/Formal Spell Checker for both English and Irish.
- Supports two languages for user interface (English and Irish).
Note: The accuracy of the current spell checker isn't evaluated yet. But this is something that will be considered for the next releases.
Contributors
- @MahdiRahbar
- @Annoyed-Raven
- @nicoprudencio
Full Changelog: https://github.com/MahdiRahbar/SLUSpell/commits/0.1.2
SLUSpell 0.1.0 - Alpha
What's New
This is the first release of the SLUSpell spell checker.
This release contains the following features:
- An easy-to-use web interface using Python
3.6+. - Informal/Formal Spell Checker.
- Supports English.
- Employs two different dictionaries.
Note: The accuracy of the current spell checker isn't evaluated yet. But this is something that will be considered for the next releases.
Contributors
- @MahdiRahbar
- @Annoyed-Raven
- @nicoprudencio
Full Changelog: https://github.com/MahdiRahbar/SLUSpell/commits/0.1.0