Граф коммитов

379 Коммитов

Автор SHA1 Сообщение Дата
Taku Kudo 3d099ced91
Update .travis.yml 2018-08-24 16:40:26 +01:00
Taku Kudo 5a1b7e32b9
Update .travis.yml 2018-08-24 16:28:04 +01:00
Taku Kudo 9e2a89c2d5
Update .travis.yml 2018-08-24 15:49:53 +01:00
Taku Kudo 48e57c8eb7
Update .travis.yml 2018-08-24 15:33:28 +01:00
Taku Kudo 22674120d0
Update .travis.yml 2018-08-24 15:16:31 +01:00
Taku Kudo 97a98bae56
Update .travis.yml 2018-08-24 13:07:28 +01:00
Taku Kudo 908920dfa2
Update make_py_wheel.sh 2018-08-23 23:12:57 +01:00
Taku Kudo 6de22415f2
Merge pull request #187 from google/sr
use custom call_once function to avoid crash in python wrapper.
2018-08-23 23:08:25 +01:00
Taku Kudo 49312b79c7 use custom call_once function to avoid crash in python wrapper. 2018-08-24 06:26:30 +09:00
Taku Kudo 3f402bbac2 Merge branch 'master' of https://github.com/google/sentencepiece 2018-08-22 11:37:28 +01:00
Taku Kudo ebbc1aa7fd Enables release 2018-08-22 10:33:32 +01:00
Taku Kudo 912ef2d873
Merge pull request #182 from alvations/patch-1
Using -j $(nproc) when making
2018-08-21 12:04:14 +01:00
alvations ec72b7a258
using -j $(nproc) when making 2018-08-21 14:12:34 +08:00
Taku Kudo fb6cef2a66
Update CMakeLists.txt 2018-08-18 10:29:57 +09:00
Taku Kudo da6618eae3
Update CMakeLists.txt 2018-08-18 02:03:42 +09:00
Taku Kudo 26c03c0639
Merge pull request #180 from PiotrCzapla/patch-1
Add info about `--character_coverage` to README.md
2018-08-18 00:57:54 +09:00
Taku Kudo 81e92e25d5
Update test.sh 2018-08-17 09:45:33 +09:00
Piotr Czapla ab676b0085
Add info about `--character_coverage` to README.md 2018-08-16 23:19:48 +02:00
Taku Kudo 065f110c81
Update make_py_wheel_mac.sh 2018-08-16 09:49:07 +09:00
Taku Kudo 63106a6a6d
Update test.bat 2018-08-16 01:17:29 +09:00
Taku Kudo f583203259
Update test.bat 2018-08-16 01:12:46 +09:00
Taku Kudo c6b3bf053b
Update test.bat 2018-08-16 00:50:25 +09:00
Taku Kudo c852bb50e8
Update test.bat 2018-08-16 00:48:51 +09:00
Taku Kudo 0b40e830a2
Merge pull request #179 from google/sr
Sr
2018-08-15 17:40:27 +09:00
Taku Kudo 33146ef56f
Update make_py_wheel_mac.sh 2018-08-15 17:40:10 +09:00
Taku Kudo 58ca64bf0e Merge branch 'master' of https://github.com/google/sentencepiece into sr 2018-08-15 17:18:06 +09:00
Taku Kudo de92f6ace0 Get rid of dependency from tf_sentencepiece to sentencepiece 2018-08-15 17:17:10 +09:00
Taku Kudo b3c769f0cd
Update make_py_wheel_mac.sh 2018-08-15 15:12:24 +09:00
Taku Kudo 5be8a97b75
Update make_py_wheel_mac.sh 2018-08-15 15:03:06 +09:00
Taku Kudo ba39039199
Update make_py_wheel_mac.sh 2018-08-15 14:36:14 +09:00
Taku Kudo 1f5c32f38a
Update make_py_wheel_mac.sh 2018-08-15 14:23:46 +09:00
Taku Kudo 9a5b20fdb1
Merge pull request #177 from google/sr
Fixed Unicode/Byte compatiblities on Python module
2018-08-15 08:35:13 +09:00
Taku Kudo 453fd9a5cf Fixed Unicode/Byte compatiblities on Python module 2018-08-14 21:43:43 +09:00
Taku Kudo e4f5ed7d00
Merge pull request #176 from google/sr
Added make_py_wheel_mac for Mac/TF
2018-08-14 20:34:21 +09:00
Taku Kudo e6efe0c874 Added make_py_wheel_mac for Mac/TF 2018-08-14 20:03:53 +09:00
Taku Kudo 21ff62f3d4 Fixed build break. 2018-08-14 18:40:11 +09:00
Taku Kudo bd5fb57ef1 Do not allow the token to include NULL character. 2018-08-14 17:59:46 +09:00
Taku Kudo db23e20f7a
Merge pull request #174 from google/sr
Added make_py_wheel_mac.py
2018-08-14 17:41:44 +09:00
Taku Kudo 63b37c8c96 Added make_py_wheel_mac.py 2018-08-14 17:26:39 +09:00
Taku Kudo 083275a89f Fixed test error on Windows 2018-08-13 02:16:37 +09:00
Taku Kudo 382bae0d7b
Update test.bat 2018-08-11 00:05:20 +09:00
Taku Kudo 27490584e4
Update test.bat 2018-08-10 21:16:25 +09:00
Taku Kudo 014d8c1736
Update appveyor.yml 2018-08-10 13:20:26 +09:00
Taku Kudo f15231b5e0
Update CMakeLists.txt
Changed the CPACK generator to 7Z.
2018-08-10 10:42:52 +09:00
Taku Kudo 3a275bb7fa
Update appveyor.yml
added *.whl to artifacts
2018-08-10 08:18:21 +09:00
Taku Kudo b3867be7bb Merge branch 'master' of https://github.com/google/sentencepiece 2018-08-10 02:13:07 +09:00
Taku Kudo 550edb95c7 Sets version from VERSION file 2018-08-10 02:12:26 +09:00
Taku Kudo a56b056025
Update test.bat
Fixed typo
2018-08-10 02:09:09 +09:00
Taku Kudo 9d2b2e1c1f Remove absolute path from artifacts 2018-08-10 01:37:42 +09:00
Taku Kudo 0fca66dfe1 Make artifcats on windows. Minor fix 2018-08-10 01:20:54 +09:00