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
2021-06-16address code reviewmjd/casing3Marcin Junczys-Dowmunt
2021-06-14extend commentsMarcin Junczys-Dowmunt
2021-06-14add commentsMarcin Junczys-Dowmunt
2021-06-14init found to nposMarcin Junczys-Dowmunt
2021-06-14downgrade to cpp11Marcin Junczys-Dowmunt
2021-06-14merge with mjd/casingMarcin Junczys-Dowmunt
2021-06-14remove regexMarcin Junczys-Dowmunt
2021-05-25Merge pull request #7 from rjai/mjd/casingmjd/casingRohit Jain
2021-05-25Minor edit to commentRohit Jain
2021-05-25Improve error messagesRohit Jain
2021-05-21Add warning message in case of regex segmentation errorRohit Jain
2021-05-21Fix complexity related exceptions in regex_search on windowsRohit Jain
2021-05-18fix bad whitespace behaviorMarcin Junczys-Dowmunt
2021-05-12short-circuit computationsMarcin Junczys-Dowmunt
2021-05-11working long-range encodingMarcin Junczys-Dowmunt
2021-05-08Revert "remove punctuation marker"Marcin Junczys-Dowmunt
2021-05-08remove punctuation markerMarcin Junczys-Dowmunt
2021-05-08before refactoringMarcin Junczys-Dowmunt
2021-05-07better unicode case foldingMarcin Junczys-Dowmunt
2021-05-07clean up normalizer.ccMarcin Junczys-Dowmunt
2021-05-07minimize diffMarcin Junczys-Dowmunt
2021-05-07add space as delimiter for caseMarcin Junczys-Dowmunt
2021-05-07add fileMarcin Junczys-Dowmunt
2021-05-07split implementationMarcin Junczys-Dowmunt
2021-05-07working and fast case mappingMarcin Junczys-Dowmunt
2021-05-07working encoding/decodingMarcin Junczys-Dowmunt
2021-05-05prepare for decodingMarcin Junczys-Dowmunt
2021-05-05rewrite case normalizerMarcin Junczys-Dowmunt
2021-05-05correct decodingMarcin Junczys-Dowmunt
2021-05-05add case_encoder.hMarcin Junczys-Dowmunt
2021-05-04merge case mapping with normalizationMarcin Junczys-Dowmunt
2021-05-03first steps towards unicode case handlingMarcin 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