File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33[ ![ PyPI version] ( https://img.shields.io/pypi/v/spacy-pythainlp.svg )] ( https://pypi.org/project/spacy-pythainlp/ )
44[ ![ License] ( https://img.shields.io/badge/License-Apache_2.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
5- [ ![ Python 3.7 +] ( https://img.shields.io/badge/python-3.7 +-blue.svg )] ( https://www.python.org/downloads/ )
5+ [ ![ Python 3.9 +] ( https://img.shields.io/badge/python-3.9 +-blue.svg )] ( https://www.python.org/downloads/ )
66
77This package wraps the [ PyThaiNLP] ( https://github.com/PyThaiNLP/pythainlp ) library to add Thai language support for [ spaCy] ( https://spacy.io/ ) .
88
@@ -33,7 +33,7 @@ This package wraps the [PyThaiNLP](https://github.com/PyThaiNLP/pythainlp) libra
3333
3434### Prerequisites
3535
36- - Python 3.7 or higher
36+ - Python 3.9 or higher
3737- spaCy 3.0 or higher
3838- PyThaiNLP 3.1.0 or higher
3939
Original file line number Diff line number Diff line change 2121 author_email = "wannaphong@yahoo.com" ,
2222 url = "https://github.com/PyThaiNLP/spaCy-PyThaiNLP" ,
2323 packages = ["spacy_pythainlp" ],
24- python_requires = ">=3.7 " ,
24+ python_requires = ">=3.9 " ,
2525 include_package_data = True ,
2626 install_requires = requirements ,
2727 license = "Apache Software License 2.0" ,
You can’t perform that action at this time.
0 commit comments