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 (Collapse)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
cmake: fix FTBFS on armel, mips, powerpc, m68k and sh4
2020-10-20Merge pull request #562 from kenhys/add-multiarchTaku Kudo
cmake: use GNUInstallDirs.cmake on UNIX
2020-10-17test: update expected install pathKentaro Hayashi
2020-10-17cmake: use GNUInstallDirs.cmake on UNIXKentaro Hayashi
It enables to support Multiarch path (/usr/lib/<triplet>) well.
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
Fix space symbol in code snippet: _ -> ▁
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
Update make_py_wheel.sh
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
Fix type of generate_vocabulary option
2020-10-03Fix type of generate_vocabulary optionGuillaume Klein
2020-10-02Merge pull request #551 from stephantul/masterTaku Kudo
Add options list for training to documentation
2020-10-01Update README.mdstephantul
2020-10-01Create options.mdstephantul
2020-09-16Update make_py_wheel.shJonathan Swinney
updating from manylinux1 to manylinux2014 as : (a) manylinux1 will be depreciated soon , and (b) need manylinux2014 to support new architecture like arm64
2020-09-06Merge pull request #537 from Zenglinxiao/desc_alphaTaku Kudo
clear description for alpha of BPE-dropout
2020-09-04clear description for alpha of BPE-dropoutzengl
2020-08-31Merge pull request #534 from tamuhey/fix/typoTaku Kudo
fix typo
2020-08-27fix typoYohei Tamura
2020-08-24Merge pull request #530 from aaronpburke/fix-cmake-installTaku Kudo
Install sentencepiece.pc from CMAKE_CURRENT_BINARY_DIR
2020-08-21sentencepiece.pc should be installed from CMAKE_CURRENT_BINARY_DIR, not ↵Aaron Burke
CMAKE_BINARY_DIR, to support being included (and installed) from other projects
2020-08-11Merge pull request #527 from gusalsdmlwlq/masterTaku Kudo
Tutorial to add new tokens to trained sentencepiece model
2020-08-05add new tokens tutorialgusalsdmlwlq