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
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
2018-06-18Update README.mdTaku Kudo
2018-06-18Introduced minimum string_wrapper to remove extra string copyTaku Kudo
2018-06-17Minor fixesTaku Kudo
2018-06-16Support snake case in Python moduleTaku Kudo
2018-06-06Support vocab restriction featureTaku Kudo
2018-06-04Updated normalizerTaku Kudo
2018-05-11s/PopulateNormalizationSpec/PopulateNormalizerSpec/Taku Kudo
2018-05-08Update README.mdTaku Kudo
2018-05-07Runs wheel packages generation on travis-ciTaku Kudo
2018-05-05added <cmath> for MacTaku Kudo
2018-04-30Reimplement Trainer with Proto reflectionTaku Kudo
2018-04-29Maps SentencePieces error code to SWIG error code in pythonTaku Kudo
2018-04-28Uses util::Status to propagate error messagesTaku Kudo
2018-04-18Update python version.Taku Kudo
2018-04-09Update python version.Taku Kudo
2018-02-28Updated documentTaku Kudo
2018-02-28Added SentencePieceTrainer classTaku Kudo
2018-02-28Add Sample/NBestEncodeTaku Kudo
2017-12-17Fixed typoTaku Kudo
2017-12-17Support Unicode string in Python wrapperTaku Kudo
2017-11-08Updated Python wrapper. Regenerated with the shell scriptTaku Kudo
2017-11-07Add version tagTaku Kudo
2017-11-01Fix an incompatibility problem on setup.py for Python 3.ksudoh
2017-10-28Call sys.exit when pkg-config failsYuya Unno
2017-10-13Add tests using Japanese model, in order to check Unicode encoding.TSUCHIYA Masatoshi
2017-10-12Fix the incompatibility between Python2 and Python3.TSUCHIYA Masatoshi
2017-08-29Update README.mdTaku Kudo
2017-08-28Update README.mdTaku Kudo
2017-08-28Update README.mdTaku Kudo