[apertium] branch upstream updated (8daec27 -> 31a02c7)
Tino Didriksen
tinodidriksen-guest at moszumanska.debian.org
Sat Jun 4 19:11:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
tinodidriksen-guest pushed a change to branch upstream
in repository apertium.
from 8daec27 Imported Upstream version 3.4.0~r61013
new 31a02c7 Imported Upstream version 3.4.2~r68466
The 1 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:
CMakeLists.txt | 4 +-
COPYING | 41 +-
COPYING.hunalign | 20 +-
NEWS | 27 +-
apertium.m4 | 14 +-
apertium.pc.in | 2 +-
apertium/Makefile.am | 283 ++++--
apertium/a.cc | 50 +
apertium/a.h | 37 +
apertium/align.cc | 56 ++
apertium/align.h | 35 +
apertium/analysis.cc | 55 ++
apertium/analysis.h | 37 +
apertium/apertium-createmodes.awk | 37 +-
apertium/apertium-desmediawiki.1 | 6 +-
apertium/apertium-gen-modes.in | 85 ++
apertium/apertium-header.sh | 6 +-
apertium/apertium-multiple-translations.cc | 4 +-
apertium/apertium-prelatex.l | 2 +-
apertium/apertium-transfer.1 | 3 +
apertium/apertium-unformat.1 | 2 +-
apertium/apertium.1 | 2 +-
apertium/apertium_filter_ambiguity.cc | 4 +-
apertium/apertium_gen_wlist_lextor_translation.cc | 8 +-
apertium/apertium_interchunk.cc | 4 +-
apertium/apertium_lextor.cc | 8 +-
apertium/apertium_lextor_eval.cc | 8 +-
apertium/apertium_postchunk.cc | 4 +-
apertium/apertium_pretransfer.cc | 4 +-
apertium/apertium_re.cc | 7 +-
apertium/apertium_re.h | 4 +-
apertium/apertium_tagger.cc | 1082 ++++++++++++++++++++-
apertium/apertium_tagger.h | 105 ++
apertium/apertium_tagger_apply_new_rules.cc | 14 +-
apertium/apertium_tagger_readwords.cc | 8 +-
apertium/apertium_tmxbuild.cc | 4 +-
apertium/apertium_transfer.cc | 15 +-
apertium/basic_5_3_1_tagger.cc | 20 +
apertium/basic_5_3_1_tagger.h | 32 +
apertium/basic_5_3_2_tagger.cc | 20 +
apertium/basic_5_3_2_tagger.h | 33 +
apertium/basic_5_3_3_tagger.h | 35 +
apertium/basic_exception_type.cc | 20 +
apertium/basic_exception_type.h | 29 +
apertium/basic_stream_tagger.cc | 125 +++
apertium/basic_stream_tagger.h | 56 ++
apertium/basic_stream_tagger_trainer.cc | 59 ++
apertium/basic_stream_tagger_trainer.h | 41 +
apertium/basic_tagger.cc | 48 +
apertium/basic_tagger.h | 60 ++
apertium/collection.cc | 4 +-
apertium/collection.h | 4 +-
apertium/constant_manager.cc | 4 +-
apertium/constant_manager.h | 4 +-
apertium/constructor_eq_delete.h | 32 +
apertium/deformat.xsl | 4 +-
apertium/deserialiser.h | 255 +++++
apertium/endian_double_util.cc | 4 +-
apertium/endian_double_util.h | 4 +-
apertium/err_exception.h | 23 +
apertium/exception.h | 95 ++
apertium/exception_type.cc | 32 +
apertium/exception_type.h | 38 +
apertium/file_tagger.cc | 42 +
apertium/file_tagger.h | 52 +
apertium/format.dtd | 4 +-
apertium/format.rnc | 111 +++
apertium/format.rng | 303 ++++++
apertium/hmm.cc | 356 +++----
apertium/hmm.h | 53 +-
apertium/i.cc | 50 +
apertium/i.h | 38 +
apertium/interchunk.cc | 62 +-
apertium/interchunk.dtd | 4 +-
apertium/interchunk.h | 8 +-
apertium/interchunk.rnc | 353 +++++++
apertium/{transfer.rng => interchunk.rng} | 157 +--
apertium/interchunk_word.cc | 4 +-
apertium/interchunk_word.h | 4 +-
apertium/latex_accentsmap.cc | 4 +-
apertium/latex_accentsmap.h | 4 +-
apertium/lemma.cc | 55 ++
apertium/lemma.h | 36 +
apertium/lexchoice.xsl | 4 +-
apertium/lexchoicebil.xsl | 4 +-
apertium/lexical_unit.h | 32 +
apertium/lextor.cc | 24 +-
apertium/lextor.h | 4 +-
apertium/lextor_data.cc | 4 +-
apertium/lextor_data.h | 4 +-
apertium/lextor_eval.cc | 4 +-
apertium/lextor_eval.h | 4 +-
apertium/lextor_word.cc | 4 +-
apertium/lextor_word.h | 4 +-
apertium/linebreak.cc | 94 ++
apertium/linebreak.h | 36 +
apertium/lswpost.cc | 297 ++----
apertium/lswpost.h | 49 +-
apertium/modes-header.sh | 32 -
apertium/modes.dtd | 21 +-
apertium/modes.rnc | 30 +
apertium/modes.rng | 19 +-
apertium/modes2bash.xsl | 81 +-
apertium/modes2debugmodes.xsl | 162 +++
apertium/morpheme.cc | 57 ++
apertium/morpheme.h | 35 +
apertium/morpho_stream.cc | 4 +-
apertium/morpho_stream.h | 4 +-
apertium/new2old.xsl | 4 +-
apertium/optional.h | 123 +++
apertium/postchunk.cc | 61 +-
apertium/postchunk.dtd | 4 +-
apertium/postchunk.h | 8 +-
apertium/postchunk.rnc | 348 +++++++
apertium/{transfer.rng => postchunk.rng} | 205 ++--
apertium/reformat.xsl | 4 +-
apertium/serialiser.h | 284 ++++++
apertium/stream.cc | 774 +++++++++++++++
apertium/stream.h | 69 ++
apertium/stream_5_3_1_tagger.cc | 68 ++
apertium/stream_5_3_1_tagger.h | 53 +
apertium/stream_5_3_1_tagger_trainer.cc | 51 +
apertium/stream_5_3_1_tagger_trainer.h | 41 +
apertium/stream_5_3_2_tagger.cc | 104 ++
apertium/stream_5_3_2_tagger.h | 55 ++
apertium/stream_5_3_2_tagger_trainer.cc | 56 ++
apertium/stream_5_3_2_tagger_trainer.h | 38 +
apertium/stream_5_3_3_tagger.cc | 223 +++++
apertium/stream_5_3_3_tagger.h | 62 ++
apertium/stream_5_3_3_tagger_trainer.cc | 92 ++
apertium/stream_5_3_3_tagger_trainer.h | 39 +
apertium/streamed_type.h | 32 +
apertium/string_utils.cc | 4 +-
apertium/string_utils.h | 4 +-
apertium/tag.cc | 34 +
apertium/tag.h | 31 +
apertium/tagger.cc | 763 ---------------
apertium/tagger.dtd | 4 +-
apertium/tagger.h | 83 --
apertium/tagger.rnc | 122 +++
apertium/tagger.rng | 310 ++++++
apertium/tagger_data.cc | 4 +-
apertium/tagger_data.h | 4 +-
apertium/tagger_data_hmm.cc | 6 +-
apertium/tagger_data_hmm.h | 4 +-
apertium/tagger_data_lsw.cc | 4 +-
apertium/tagger_data_lsw.h | 4 +-
apertium/tagger_utils.cc | 104 +-
apertium/tagger_utils.h | 29 +-
apertium/tagger_word.cc | 8 +-
apertium/tagger_word.h | 4 +-
apertium/tmx_align_parameters.h | 3 +-
apertium/tmx_alignment.cc | 2 +-
apertium/tmx_builder.cc | 16 +-
apertium/tmx_builder.h | 4 +-
apertium/tmx_translate.cc | 4 +-
apertium/transfer.cc | 467 +++++----
apertium/transfer.dtd | 16 +-
apertium/transfer.h | 24 +-
apertium/transfer.rnc | 407 ++++++++
apertium/transfer.rng | 56 +-
apertium/transfer_data.cc | 4 +-
apertium/transfer_data.h | 4 +-
apertium/transfer_instr.cc | 4 +-
apertium/transfer_instr.h | 11 +-
apertium/transfer_mult.cc | 33 +-
apertium/transfer_mult.h | 7 +-
apertium/transfer_token.cc | 7 +-
apertium/transfer_token.h | 4 +-
apertium/transfer_word.cc | 7 +-
apertium/transfer_word.h | 4 +-
apertium/transfer_word_list.cc | 4 +-
apertium/transfer_word_list.h | 4 +-
apertium/transferpp.cc | 4 +-
apertium/trx_reader.cc | 29 +-
apertium/trx_reader.h | 7 +-
apertium/tsx_reader.cc | 8 +-
apertium/tsx_reader.h | 12 +-
apertium/ttag.h | 4 +-
apertium/unlocked_cstdio.h | 10 +-
apertium/utf_converter.cc | 4 +-
apertium/utf_converter.h | 4 +-
apertium/wchar_t_exception.h | 53 +
apertium/wchar_t_exception_type.cc | 90 ++
apertium/wchar_t_exception_type.h | 45 +
configure.ac | 77 +-
186 files changed, 9106 insertions(+), 2538 deletions(-)
create mode 100644 apertium/a.cc
create mode 100644 apertium/a.h
create mode 100644 apertium/align.cc
create mode 100644 apertium/align.h
create mode 100644 apertium/analysis.cc
create mode 100644 apertium/analysis.h
create mode 100644 apertium/apertium-gen-modes.in
create mode 100644 apertium/apertium_tagger.h
create mode 100644 apertium/basic_5_3_1_tagger.cc
create mode 100644 apertium/basic_5_3_1_tagger.h
create mode 100644 apertium/basic_5_3_2_tagger.cc
create mode 100644 apertium/basic_5_3_2_tagger.h
create mode 100644 apertium/basic_5_3_3_tagger.h
create mode 100644 apertium/basic_exception_type.cc
create mode 100644 apertium/basic_exception_type.h
create mode 100644 apertium/basic_stream_tagger.cc
create mode 100644 apertium/basic_stream_tagger.h
create mode 100644 apertium/basic_stream_tagger_trainer.cc
create mode 100644 apertium/basic_stream_tagger_trainer.h
create mode 100644 apertium/basic_tagger.cc
create mode 100644 apertium/basic_tagger.h
create mode 100644 apertium/constructor_eq_delete.h
create mode 100644 apertium/deserialiser.h
create mode 100644 apertium/err_exception.h
create mode 100644 apertium/exception.h
create mode 100644 apertium/exception_type.cc
create mode 100644 apertium/exception_type.h
create mode 100644 apertium/file_tagger.cc
create mode 100644 apertium/file_tagger.h
create mode 100644 apertium/format.rnc
create mode 100644 apertium/format.rng
create mode 100644 apertium/i.cc
create mode 100644 apertium/i.h
create mode 100644 apertium/interchunk.rnc
copy apertium/{transfer.rng => interchunk.rng} (88%)
create mode 100644 apertium/lemma.cc
create mode 100644 apertium/lemma.h
create mode 100644 apertium/lexical_unit.h
create mode 100644 apertium/linebreak.cc
create mode 100644 apertium/linebreak.h
delete mode 100644 apertium/modes-header.sh
create mode 100644 apertium/modes.rnc
create mode 100644 apertium/modes2debugmodes.xsl
create mode 100644 apertium/morpheme.cc
create mode 100644 apertium/morpheme.h
create mode 100644 apertium/optional.h
create mode 100644 apertium/postchunk.rnc
copy apertium/{transfer.rng => postchunk.rng} (84%)
create mode 100644 apertium/serialiser.h
create mode 100644 apertium/stream.cc
create mode 100644 apertium/stream.h
create mode 100644 apertium/stream_5_3_1_tagger.cc
create mode 100644 apertium/stream_5_3_1_tagger.h
create mode 100644 apertium/stream_5_3_1_tagger_trainer.cc
create mode 100644 apertium/stream_5_3_1_tagger_trainer.h
create mode 100644 apertium/stream_5_3_2_tagger.cc
create mode 100644 apertium/stream_5_3_2_tagger.h
create mode 100644 apertium/stream_5_3_2_tagger_trainer.cc
create mode 100644 apertium/stream_5_3_2_tagger_trainer.h
create mode 100644 apertium/stream_5_3_3_tagger.cc
create mode 100644 apertium/stream_5_3_3_tagger.h
create mode 100644 apertium/stream_5_3_3_tagger_trainer.cc
create mode 100644 apertium/stream_5_3_3_tagger_trainer.h
create mode 100644 apertium/streamed_type.h
create mode 100644 apertium/tag.cc
create mode 100644 apertium/tag.h
delete mode 100644 apertium/tagger.cc
delete mode 100644 apertium/tagger.h
create mode 100644 apertium/tagger.rnc
create mode 100644 apertium/tagger.rng
create mode 100644 apertium/transfer.rnc
create mode 100644 apertium/wchar_t_exception.h
create mode 100644 apertium/wchar_t_exception_type.cc
create mode 100644 apertium/wchar_t_exception_type.h
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/apertium.git
More information about the debian-science-commits
mailing list