Skip to content

Commit

Permalink
add greek
Browse files Browse the repository at this point in the history
  • Loading branch information
filyp committed Apr 8, 2021
1 parent 7b6445d commit b2d51a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/fsondej/autocorrect.svg)](http://isitmaintained.com/project/fsondej/autocorrect "Average time to resolve an issue")
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Spelling corrector in python. Currently supports English, Polish, Turkish, Russian, Ukrainian, Czech, Portuguese and Spanish, but you can easily add new languages.
Spelling corrector in python. Currently supports English, Polish, Turkish, Russian, Ukrainian, Czech, Portuguese, Greek and Spanish, but you can easily add new languages.

Based on: https://github.com/phatpiglet/autocorrect

Expand Down
5 changes: 4 additions & 1 deletion autocorrect/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,8 @@
"https://dl.dropboxusercontent.com/s/6xnko882tsjgeaw/pt.tar.gz?dl=0",
"https://siasky.net/PAOmY66v3ggXpqNtbHQU_hb7ARNOL_Lv3LcTwFMMWmdzVw",
],
"el": ["https://siasky.net/_AJlaSms3PwNqUtQANiyLLmFIHA1RyiXIU-o1wUN7FyofQ"],
"el": [
"https://dl.dropboxusercontent.com/s/2zdewe1p1od9vu0/el.tar.gz?dl=0",
"https://siasky.net/_AJlaSms3PwNqUtQANiyLLmFIHA1RyiXIU-o1wUN7FyofQ",
],
}
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="autocorrect",
version="2.3.0",
version="2.4.0",
python_requires=">=3.6",
packages=["autocorrect"],
package_data={"autocorrect": ["data/en.tar.gz"]},
Expand All @@ -22,6 +22,7 @@
"Natural Language :: Spanish",
"Natural Language :: Czech",
"Natural Language :: Portuguese",
"Natural Language :: Greek",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
),
Expand Down

0 comments on commit b2d51a5

Please sign in to comment.