Skip to content

Commit ccd642c

Browse files
Merge pull request #74 from microsoft/sergeio_062420_3
updated and published the new pypi package, added laserDDDk.bin files
2 parents f2833f2 + 152cc53 commit ccd642c

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

dist-pypi/blingfire/laser100k.bin

2.29 MB
Binary file not shown.

dist-pypi/blingfire/laser250k.bin

5.5 MB
Binary file not shown.

dist-pypi/blingfire/laser500k.bin

10.2 MB
Binary file not shown.

dist-pypi/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
setup(
77
name="blingfire",
8-
version="0.1.2",
8+
version="0.1.3",
99
author="Bling",
1010
author_email="[email protected]",
1111
description="Python wrapper of lightening fast Finite State machine and REgular expression manipulation library.",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/microsoft/blingfire/",
1515
packages=['blingfire'],
16-
package_data={'blingfire':['bert_base_tok.bin','bert_base_cased_tok.bin','bert_chinese.bin','bert_multi_cased.bin','wbd_chuni.bin','xlnet.bin','xlnet_nonorm.bin','xlm_roberta_base.bin','libblingfiretokdll.so','blingfiretokdll.dll','libblingfiretokdll.dylib']},
16+
package_data={'blingfire':['bert_base_tok.bin','bert_base_cased_tok.bin','bert_chinese.bin','bert_multi_cased.bin','wbd_chuni.bin','xlnet.bin','xlnet_nonorm.bin','xlm_roberta_base.bin','laser100k.bin','laser250k.bin','laser500k.bin','libblingfiretokdll.so','blingfiretokdll.dll','libblingfiretokdll.dylib']},
1717
classifiers=[
1818
"Programming Language :: Python :: 3",
1919
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)