Skip to content

Releases: MahdiRahbar/SLUSpell

SLUSpell 0.2.0

09 Dec 18:39
335140d

Choose a tag to compare

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

Full Changelog: https://github.com/MahdiRahbar/SLUSpell/commits/0.2.0

SLUSpell 0.1.3 alpha

17 Nov 18:08
5f70db0

Choose a tag to compare

SLUSpell 0.1.3 alpha Pre-release
Pre-release

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

Full Changelog: https://github.com/MahdiRahbar/SLUSpell/commits/0.1.3

SLUSpell 0.1.2 alpha

15 Nov 08:29
282a708

Choose a tag to compare

SLUSpell 0.1.2 alpha Pre-release
Pre-release

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

Full Changelog: https://github.com/MahdiRahbar/SLUSpell/commits/0.1.2

SLUSpell 0.1.0 - Alpha

14 Oct 22:22
a3352e1

Choose a tag to compare

Pre-release

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

Full Changelog: https://github.com/MahdiRahbar/SLUSpell/commits/0.1.0