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
AgeCommit message (Expand)Author
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-18supported pickle serializationTaku Kudo
2020-05-17added interface to read from iterator/write to io bufferTaku 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
2019-04-13fixed bug of is_unknown in Python moduleTaku Kudo
2019-01-08added (Encode|Decode)AsSerializedProto interface so Python module can get ful...Taku Kudo
2018-08-14Fixed Unicode/Byte compatiblities on Python moduleTaku Kudo
2018-07-12Added new API to get bos/eos/unk/pad idsTaku Kudo
2018-06-24Add LoadFromSerialiedProto to Python wrapperTaku Kudo
2018-06-19Avoids copy in Python2 Unicode mode.Taku Kudo
2018-06-18Introduced minimum string_wrapper to remove extra string copyTaku Kudo
2018-06-16Support snake case in Python moduleTaku Kudo
2018-06-06Support vocab restriction featureTaku 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-02-28Added SentencePieceTrainer classTaku Kudo
2018-02-28Add Sample/NBestEncodeTaku Kudo
2017-12-17Support Unicode string in Python wrapperTaku Kudo
2017-10-12Fix the incompatibility between Python2 and Python3.TSUCHIYA Masatoshi
2017-08-28Added Python wrapperTaku Kudo