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-11-14restore normal behaviormjd/base64Marcin Junczys-Dowmunt
2020-11-10byte-level testMarcin Junczys-Dowmunt
2020-10-24udpate clang build rule.gmasterTaku Kudo
2020-10-24Merge branch 'master' of https://github.com/google/sentencepieceTaku Kudo
2020-10-24add SetRandomGeneratorSeedTaku Kudo
2020-10-23Update README.mdTaku Kudo
2020-10-23fixed build break.Taku Kudo
2020-10-23validate the range of piece in Python moduleTaku Kudo
2020-10-22Fixed build error on Mac.Taku Kudo
2020-10-21fixed typo.Taku Kudo
2020-10-21move sentencepiece python moduel to sub directory.Taku Kudo
2020-10-21support pip install src-pckageTaku Kudo
2020-10-21Merge pull request #563 from kenhys/fix-ftbfs-portsTaku Kudo
2020-10-20Merge pull request #562 from kenhys/add-multiarchTaku Kudo
2020-10-17test: update expected install pathKentaro Hayashi
2020-10-17cmake: use GNUInstallDirs.cmake on UNIXKentaro Hayashi
2020-10-17Fix FTBFS on armel, mips, powerpc, m68k and sh4Kentaro Hayashi
2020-10-17Merge pull request #556 from equivalence1/fix_readme_sil_symbolTaku Kudo
2020-10-15Fix SIL symbol in code snippet: _ -> _Dmitrii Kravchenko
2020-10-14add support py3.9 for macTaku Kudo
2020-10-14add support py3.9 for macTaku Kudo
2020-10-14add support py3.9 for win/macTaku Kudo
2020-10-13changed macro big endianTaku Kudo
2020-10-13changed macro big endianTaku Kudo
2020-10-13changed macro big endianTaku Kudo
2020-10-13changed macro big endianTaku Kudo
2020-10-13enables s390x platformTaku Kudo
2020-10-13support big-endian architectureTaku Kudo
2020-10-13support big-endian architectureTaku Kudo
2020-10-13merges internal changes to githubTaku Kudo
2020-10-12remove s390x as it is big endianTaku Kudo
2020-10-12Fixed typo.Taku Kudo
2020-10-12Merge pull request #542 from AWSjswinney/patch-1Taku Kudo
2020-10-12use docer for arm etcTaku Kudo
2020-10-12add arm64, ppc64le, s390x arch experimentally.Taku Kudo
2020-10-12remove tensorflow moduleTaku Kudo
2020-10-05Merge pull request #552 from guillaumekln/fix-generate-vocabularyTaku Kudo
2020-10-03Fix type of generate_vocabulary optionGuillaume Klein
2020-10-02Merge pull request #551 from stephantul/masterTaku Kudo
2020-10-01Update README.mdstephantul
2020-10-01Create options.mdstephantul
2020-09-16Update make_py_wheel.shJonathan Swinney
2020-09-06Merge pull request #537 from Zenglinxiao/desc_alphaTaku Kudo
2020-09-04clear description for alpha of BPE-dropoutzengl
2020-08-31Merge pull request #534 from tamuhey/fix/typoTaku Kudo
2020-08-27fix typoYohei Tamura
2020-08-24Merge pull request #530 from aaronpburke/fix-cmake-installTaku Kudo
2020-08-21sentencepiece.pc should be installed from CMAKE_CURRENT_BINARY_DIR, not CMAKE...Aaron Burke
2020-08-11Merge pull request #527 from gusalsdmlwlq/masterTaku Kudo
2020-08-05add new tokens tutorialgusalsdmlwlq