This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-snowballc.
commit 837bc5cf56119421f816797f8a7d2b97803e332e Merge: 678de3e 9a80897 Author: Andreas Tille <[email protected]> Date: Wed Nov 29 22:08:31 2017 +0100 Update upstream source from tag 'upstream/0.5.1' Update to upstream version '0.5.1' with Debian dir 42c7abd11baa8bdfb1ce3027403dcd4f2a138074 DESCRIPTION | 24 + LICENSE | 2 + MD5 | 64 ++ NAMESPACE | 4 + NEWS | 5 + R/stem.R | 13 + inst/words.R | 31 + inst/words/danish.RData | Bin 0 -> 114952 bytes inst/words/dutch.RData | Bin 0 -> 273192 bytes inst/words/english.RData | Bin 0 -> 135656 bytes inst/words/finnish.RData | Bin 0 -> 252684 bytes inst/words/french.RData | Bin 0 -> 97324 bytes inst/words/german.RData | Bin 0 -> 198580 bytes inst/words/hungarian.RData | Bin 0 -> 172148 bytes inst/words/italian.RData | Bin 0 -> 165760 bytes inst/words/norwegian.RData | Bin 0 -> 117940 bytes inst/words/porter.RData | Bin 0 -> 136752 bytes inst/words/portuguese.RData | Bin 0 -> 165108 bytes inst/words/romanian.RData | Bin 0 -> 116236 bytes inst/words/russian.RData | Bin 0 -> 224792 bytes inst/words/spanish.RData | Bin 0 -> 141356 bytes inst/words/swedish.RData | Bin 0 -> 157412 bytes inst/words/turkish.RData | Bin 0 -> 495572 bytes man/getStemLanguages.Rd | 39 + man/wordStem.Rd | 47 + src/api.c | 66 ++ src/api.h | 26 + src/header.h | 58 ++ src/libstemmer.h | 79 ++ src/libstemmer_utf8.c | 95 ++ src/modules_utf8.h | 121 +++ src/stem.c | 70 ++ src/stem_UTF_8_danish.c | 339 +++++++ src/stem_UTF_8_danish.h | 16 + src/stem_UTF_8_dutch.c | 634 +++++++++++++ src/stem_UTF_8_dutch.h | 16 + src/stem_UTF_8_english.c | 1125 ++++++++++++++++++++++ src/stem_UTF_8_english.h | 16 + src/stem_UTF_8_finnish.c | 768 +++++++++++++++ src/stem_UTF_8_finnish.h | 16 + src/stem_UTF_8_french.c | 1256 ++++++++++++++++++++++++ src/stem_UTF_8_french.h | 16 + src/stem_UTF_8_german.c | 527 +++++++++++ src/stem_UTF_8_german.h | 16 + src/stem_UTF_8_hungarian.c | 1234 ++++++++++++++++++++++++ src/stem_UTF_8_hungarian.h | 16 + src/stem_UTF_8_italian.c | 1073 +++++++++++++++++++++ src/stem_UTF_8_italian.h | 16 + src/stem_UTF_8_norwegian.c | 299 ++++++ src/stem_UTF_8_norwegian.h | 16 + src/stem_UTF_8_porter.c | 755 +++++++++++++++ src/stem_UTF_8_porter.h | 16 + src/stem_UTF_8_portuguese.c | 1023 ++++++++++++++++++++ src/stem_UTF_8_portuguese.h | 16 + src/stem_UTF_8_romanian.c | 1004 ++++++++++++++++++++ src/stem_UTF_8_romanian.h | 16 + src/stem_UTF_8_russian.c | 694 ++++++++++++++ src/stem_UTF_8_russian.h | 16 + src/stem_UTF_8_spanish.c | 1097 +++++++++++++++++++++ src/stem_UTF_8_spanish.h | 16 + src/stem_UTF_8_swedish.c | 309 ++++++ src/stem_UTF_8_swedish.h | 16 + src/stem_UTF_8_turkish.c | 2205 +++++++++++++++++++++++++++++++++++++++++++ src/stem_UTF_8_turkish.h | 16 + src/utilities.c | 478 ++++++++++ 65 files changed, 15820 insertions(+) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-snowballc.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
