Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/sentencepiece.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2020-05-23Surpress build warning, reproduced minloglevelTaku Kudo
2020-05-21Update README.mdTaku Kudo
2020-05-200.1.91 pre-releaseTaku Kudo
2020-05-18fixed test failure.Taku Kudo
2020-05-18fixed test failure.Taku Kudo
2020-05-18fixed test failure.Taku Kudo
2020-05-18fixed test failure.Taku Kudo
2020-05-18supported pickle serializationTaku Kudo
2020-05-17added interface to read from iterator/write to io bufferTaku Kudo
2020-05-13changed the version tag from 0.1.9 to 0.1.90Taku Kudo
2020-05-12Update README.mdTaku Kudo
2020-05-12Fixed Python test failure error.Taku Kudo
2020-05-12Added new Pythonic interface.Taku Kudo
2020-05-07Fixed test error.Taku Kudo
2020-05-07Initial release of 0.19. Merged internal sentencepiece.Taku Kudo
2020-04-24Prefer longest user_defined_symbol if ambigousTaku Kudo
2020-04-24Fixed build error on TF module.Taku Kudo
2020-04-23Support TF 2.1 and fixed build errorTaku Kudo
2019-12-15Support tf.1.15 and Python3.8 on WindowsTaku Kudo
2019-08-16Update setup.pyTaku Kudo
2019-07-03Update sentencepiece_python_module_example.ipynbAntonioC73
2019-04-13fixed bug of is_unknown in Python moduleTaku Kudo
2019-03-28Update README.mdTaku Kudo
2019-03-28made with colabTaku Kudo
2019-03-27added sentencepiece_*py2Taku Kudo
2019-01-08added (Encode|Decode)AsSerializedProto interface so Python module can get ful...Taku Kudo
2019-01-08use builtin protobuf-lite package in third_partyTaku Kudo
2018-12-08minor spelling tweaksBrett Koonce
2018-09-16Update README.mdTaku Kudo
2018-08-24Update make_py_wheel.shTaku Kudo
2018-08-24use custom call_once function to avoid crash in python wrapper.Taku Kudo
2018-08-14Fixed Unicode/Byte compatiblities on Python moduleTaku Kudo
2018-08-14Added make_py_wheel_mac.pyTaku Kudo
2018-08-12Fixed test error on WindowsTaku Kudo
2018-08-09Sets version from VERSION fileTaku Kudo
2018-08-09fixed build errorTaku Kudo
2018-08-09Update sentencepiece_test.pyTaku Kudo
2018-08-09Build python module on AppveyorTaku Kudo
2018-08-01Updated version numberTaku Kudo
2018-07-24Switched to cmakeTaku Kudo
2018-07-12Added new API to get bos/eos/unk/pad idsTaku Kudo
2018-06-28Merge pull request #112 from neubig/fix-mac-compileTaku Kudo
2018-06-26Small bug fixesTaku Kudo
2018-06-26Added Tensorflow moduleTaku Kudo
2018-06-26Added licence headerTaku Kudo
2018-06-24Add LoadFromSerialiedProto to Python wrapperTaku Kudo
2018-06-20Merge branch 'master' of github.com:google/sentencepiece into fix-mac-compileGraham Neubig
2018-06-19Avoids copy in Python2 Unicode mode.Taku Kudo
2018-06-19Fixed errorGraham Neubig
2018-06-18Update README.mdTaku Kudo