[hfst-ospell] branch master updated (ba1e704 -> 4ce6cd8)
Tino Didriksen
tinodidriksen-guest at moszumanska.debian.org
Tue Jan 10 20:50:03 UTC 2017
This is an automated email from the git hooks/post-receive script.
tinodidriksen-guest pushed a change to branch master
in repository hfst-ospell.
from ba1e704 Update missing changelog for -4
new 545c13e Imported Upstream version 0.4.3~r338
new 4ce6cd8 Imported Debian patch 0.4.3~r338-1
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 22 +
.travis.yml | 15 +
ChangeLog | 1827 ++++----------------
Makefile.am | 103 +-
NEWS | 19 +-
README | 47 +-
ZHfstOspeller.cc | 235 ++-
ZHfstOspeller.h | 56 +-
ZHfstOspellerXmlMetadata.cc | 41 +-
ZHfstOspellerXmlMetadata.h | 2 +
autogen.sh | 2 +-
configure.ac | 24 +-
debian/changelog | 8 +
debian/control | 10 +-
debian/copyright | 4 +-
...bhfstospell5.install => libhfstospell8.install} | 0
...fstospell5.postinst => libhfstospell8.postinst} | 0
debian/patches/hfst-ospell_01_notimestamp.diff | 61 -
debian/patches/hfst-ospell_02_xfail.diff | 13 +
debian/patches/series | 2 +-
debian/rules | 10 +-
debian/watch | 5 +-
hfst-ol.cc | 362 +++-
hfst-ol.h | 77 +-
hfst-ospell-office.1 | 2 +-
hfst-ospell.1 | 2 +-
hfstol-stdafx.h | 44 +
main-cicling.cc | 1 -
main-fsmnlp-2012.cc | 1 -
main-norvig.cc | 1 -
main-survey.cc | 1 -
main.cc | 1 -
office.cpp => office.cc | 2 -
ol-exceptions.h | 3 +-
ospell.cc | 63 +-
ospell.h | 21 +-
acceptor.basic.txt => tests/acceptor.basic.txt | 0
analyse-spell.sh => tests/analyse-spell.sh | 2 +-
analyser.default.txt => tests/analyser.default.txt | 0
bad-errormodel.sh => tests/bad-errormodel.sh | 2 +-
tests/bad_errormodel.zhfst | Bin 0 -> 1408 bytes
basic-edit1.sh => tests/basic-edit1.sh | 2 +-
basic-zhfst.sh => tests/basic-zhfst.sh | 2 +-
basic_test.xml => tests/basic_test.xml | 0
.../empty-descriptions.sh | 2 +-
empty-locale.sh => tests/empty-locale.sh | 2 +-
empty-titles.sh => tests/empty-titles.sh | 2 +-
empty-zhfst.sh => tests/empty-zhfst.sh | 3 +-
.../empty_descriptions.xml | 0
tests/empty_descriptions.zhfst | Bin 0 -> 1265 bytes
empty_locale.xml => tests/empty_locale.xml | 0
tests/empty_locale.zhfst | Bin 0 -> 1400 bytes
empty_titles.xml => tests/empty_titles.xml | 0
tests/empty_titles.zhfst | Bin 0 -> 1370 bytes
errmodel.basic.txt => tests/errmodel.basic.txt | 0
errmodel.edit1.txt => tests/errmodel.edit1.txt | 0
.../errmodel.extrachars.txt | 0
no-errormodel.sh => tests/no-errormodel.sh | 2 +-
no_errmodel.xml => tests/no_errmodel.xml | 0
tests/no_errormodel.zhfst | Bin 0 -> 972 bytes
tests/speller_analyser.zhfst | Bin 0 -> 3298 bytes
tests/speller_basic.zhfst | Bin 0 -> 1405 bytes
tests/speller_edit1.zhfst | Bin 0 -> 3245 bytes
test.strings => tests/test.strings | 0
trailing-spaces.sh => tests/trailing-spaces.sh | 2 +-
trailing_spaces.xml => tests/trailing_spaces.xml | 0
tests/trailing_spaces.zhfst | Bin 0 -> 1410 bytes
windows-Makefile.am | 4 +-
68 files changed, 1031 insertions(+), 2081 deletions(-)
create mode 100644 .gitignore
create mode 100644 .travis.yml
rename debian/{libhfstospell5.install => libhfstospell8.install} (100%)
rename debian/{libhfstospell5.postinst => libhfstospell8.postinst} (100%)
delete mode 100644 debian/patches/hfst-ospell_01_notimestamp.diff
create mode 100644 debian/patches/hfst-ospell_02_xfail.diff
create mode 100644 hfstol-stdafx.h
rename office.cpp => office.cc (99%)
rename acceptor.basic.txt => tests/acceptor.basic.txt (100%)
rename analyse-spell.sh => tests/analyse-spell.sh (54%)
rename analyser.default.txt => tests/analyser.default.txt (100%)
rename bad-errormodel.sh => tests/bad-errormodel.sh (54%)
create mode 100644 tests/bad_errormodel.zhfst
rename basic-edit1.sh => tests/basic-edit1.sh (55%)
rename basic-zhfst.sh => tests/basic-zhfst.sh (55%)
rename basic_test.xml => tests/basic_test.xml (100%)
rename empty-descriptions.sh => tests/empty-descriptions.sh (53%)
rename empty-locale.sh => tests/empty-locale.sh (55%)
rename empty-titles.sh => tests/empty-titles.sh (55%)
rename empty-zhfst.sh => tests/empty-zhfst.sh (58%)
rename empty_descriptions.xml => tests/empty_descriptions.xml (100%)
create mode 100644 tests/empty_descriptions.zhfst
rename empty_locale.xml => tests/empty_locale.xml (100%)
create mode 100644 tests/empty_locale.zhfst
rename empty_titles.xml => tests/empty_titles.xml (100%)
create mode 100644 tests/empty_titles.zhfst
rename errmodel.basic.txt => tests/errmodel.basic.txt (100%)
rename errmodel.edit1.txt => tests/errmodel.edit1.txt (100%)
rename errmodel.extrachars.txt => tests/errmodel.extrachars.txt (100%)
rename no-errormodel.sh => tests/no-errormodel.sh (55%)
rename no_errmodel.xml => tests/no_errmodel.xml (100%)
create mode 100644 tests/no_errormodel.zhfst
create mode 100644 tests/speller_analyser.zhfst
create mode 100644 tests/speller_basic.zhfst
create mode 100644 tests/speller_edit1.zhfst
rename test.strings => tests/test.strings (100%)
rename trailing-spaces.sh => tests/trailing-spaces.sh (54%)
rename trailing_spaces.xml => tests/trailing_spaces.xml (100%)
create mode 100644 tests/trailing_spaces.zhfst
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hfst-ospell.git
More information about the debian-science-commits
mailing list