Skip to content

Commit

Permalink
update model
Browse files Browse the repository at this point in the history
  • Loading branch information
kaunghtetsan275 committed Jul 13, 2021
1 parent f156740 commit a21f7f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified pyidaungsu/model/pdsdetect.ftz
100755 → 100644
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

setup(
name="pyidaungsu",
version="0.1.2",
version="0.1.3",
author="Kaung Htet San",
author_email="[email protected]",
description="Python library for Pyidaungsu Myanmar languages",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/kaunghtetsan275/pyidaungsu",
download_url = 'https://github.com/kaunghtetsan275/pyidaungsu/archive/0.1.2.tar.gz',
download_url = 'https://github.com/kaunghtetsan275/pyidaungsu/archive/0.1.3.tar.gz',
install_requires=['numpy','python-crfsuite','emoji','pybind11','fasttext'],
packages=find_packages(),
package_data={'pyidaungsu': ['pyidaungsu/model/*']},
Expand Down

0 comments on commit a21f7f2

Please sign in to comment.