[frog] branch master updated (58bed32 -> 7183f31)
Maarten van Gompel
proycon-guest at moszumanska.debian.org
Fri Jan 6 10:49:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
proycon-guest pushed a change to branch master
in repository frog.
from 58bed32 Revert "Require libfolia1.4, addresses bug #843053 (hopefully)"
adds 9b27111 New upstream version 0.13.6
new b2bfec1 Updated version 0.13.6 from 'upstream/0.13.6'
new 7183f31 new upstream (0.13.6) and updated frogdata dependency to 0.12
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:
ChangeLog | 294 +-
Makefile.in | 913 ++
NEWS | 14 +
config.guess | 38 +-
config.sub | 26 +-
configure | 20870 ++++++++++++++++++++++++++++++++++++
configure.ac | 4 +-
debian/changelog | 7 +
debian/control | 2 +-
docs/Makefile.in | 554 +
docs/frog.1 | 4 +-
docs/mblem.1 | 2 +-
docs/ner.1 | 2 +-
include/Makefile.in | 660 ++
include/frog/Frog.h | 2 +-
include/frog/FrogAPI.h | 2 +-
include/frog/Makefile.in | 600 ++
include/frog/Parser.h | 2 +-
include/frog/cgn_tagger_mod.h | 2 +-
include/frog/clex.h | 4 +-
include/frog/iob_tagger_mod.h | 2 +-
include/frog/mblem_mod.h | 2 +-
include/frog/mbma_brackets.h | 29 +-
include/frog/mbma_mod.h | 4 +-
include/frog/mbma_rule.h | 15 +-
include/frog/mwu_chunker_mod.h | 2 +-
include/frog/ner_tagger_mod.h | 2 +-
include/frog/pos_tagger_mod.h | 2 +-
include/frog/ucto_tokenizer_mod.h | 2 +-
install-sh | 508 +
ltmain.sh | 11156 +++++++++++++++++++
m4/Makefile.in | 480 +
m4/ax_pthread.m4 | 332 +
m4/libtool.m4 | 8388 +++++++++++++++
m4/ltsugar.m4 | 7 +-
m4/lt~obsolete.m4 | 7 +-
m4/pkg.m4 | 217 +-
src/Frog-util.cxx | 2 +-
src/Frog.cxx | 136 +-
src/FrogAPI.cxx | 160 +-
src/Makefile.in | 1156 ++
src/Parser.cxx | 6 +-
src/cgn_tagger_mod.cxx | 16 +-
src/ckyparser.cxx | 2 +-
src/clex.cxx | 6 +-
src/csidp.cxx | 2 +-
src/iob_tagger_mod.cxx | 48 +-
src/mblem_mod.cxx | 134 +-
src/mblem_prog.cxx | 6 +-
src/mbma_brackets.cxx | 575 +-
src/mbma_mod.cxx | 50 +-
src/mbma_prog.cxx | 70 +-
src/mbma_rule.cxx | 172 +-
src/mwu_chunker_mod.cxx | 40 +-
src/ner_prog.cxx | 4 +-
src/ner_tagger_mod.cxx | 65 +-
src/pos_tagger_mod.cxx | 10 +-
src/ucto_tokenizer_mod.cxx | 31 +-
tests/Makefile.in | 478 +
59 files changed, 47552 insertions(+), 774 deletions(-)
create mode 100644 Makefile.in
create mode 100755 configure
create mode 100644 docs/Makefile.in
create mode 100644 include/Makefile.in
create mode 100644 include/frog/Makefile.in
create mode 100755 install-sh
create mode 100644 ltmain.sh
create mode 100644 m4/Makefile.in
create mode 100644 m4/ax_pthread.m4
create mode 100644 m4/libtool.m4
create mode 100644 src/Makefile.in
create mode 100644 tests/Makefile.in
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/frog.git
More information about the debian-science-commits
mailing list