[frog] 103/103: Merge tag 'upstream/0.12.18'

Joost van Baal joostvb at moszumanska.debian.org
Wed Sep 3 17:12:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

joostvb pushed a commit to branch master
in repository frog.

commit 758d25b60e9a49704ab199a2c8c82f424b7b790e
Merge: c5371f7 c12dc1c
Author: Joost van Baal-Ilić <joostvb at nusku.mdcc.cx>
Date:   Wed Sep 3 18:57:52 2014 +0200

    Merge tag 'upstream/0.12.18'
    
    Upstream version 0.12.18

 AUTHORS                           |    2 +
 ChangeLog                         |  419 +++++++++
 INSTALL                           |   12 +-
 Makefile.am                       |    7 +-
 Makefile.in                       |  425 +++++----
 NEWS                              |   13 +-
 aclocal.m4                        |  724 +++++++++------
 bootstrap => bootstrap.sh         |   16 +-
 compile                           |  347 +++++++
 config.guess                      |  184 ++--
 config.h.in                       |   21 +
 config.sub                        |  106 ++-
 configure                         | 1216 +++++++++++++++++--------
 configure.ac                      |   19 +-
 depcomp                           |  487 ++++++----
 docs/Makefile.in                  |  134 ++-
 frog.pc.in                        |   12 +
 include/Makefile.in               |  278 +++---
 include/frog/Frog.h               |   34 +-
 include/frog/Makefile.in          |  179 +++-
 include/frog/Parser.h             |   28 +-
 include/frog/cgn_tagger_mod.h     |    5 +-
 include/frog/iob_tagger_mod.h     |    4 +-
 include/frog/mblem_mod.h          |    5 +-
 include/frog/mbma_mod.h           |  245 +++--
 include/frog/mwu_chunker_mod.h    |    4 +-
 include/frog/ner_tagger_mod.h     |    4 +-
 include/frog/ucto_tokenizer_mod.h |    4 +-
 install-sh                        |   35 +-
 ltmain.sh                         |    4 +-
 m4/Makefile.in                    |  104 ++-
 m4/ax_lib_readline.m4             |  107 +++
 m4/ax_pthread.m4                  |   90 +-
 missing                           |  414 +++------
 py-compile                        |   23 +-
 scripts/Makefile.in               |  135 ++-
 src/Frog-util.cxx                 |   21 +-
 src/Frog.cxx                      |  823 +++++++++++------
 src/Makefile.am                   |    5 +-
 src/Makefile.in                   |  702 ++++++++++----
 src/Parser.cxx                    |   47 +-
 src/cgn_tagger_mod.cxx            |  110 ++-
 src/iob_tagger_mod.cxx            |   65 +-
 src/mblem_mod.cxx                 |  153 ++--
 src/mblem_prog.cxx                |    9 +-
 src/mbma_mod.cxx                  | 1822 +++++++++++++++++++++++++++++--------
 src/mbma_prog.cxx                 |   50 +-
 src/mwu_chunker_mod.cxx           |   45 +-
 src/ner_tagger_mod.cxx            |   62 +-
 src/tst.sh                        |    2 +-
 src/ucto_tokenizer_mod.cxx        |   47 +-
 test-driver                       |  139 +++
 tests/Makefile.in                 |  104 ++-
 tests/tst.ok                      |    2 +-
 54 files changed, 7135 insertions(+), 2919 deletions(-)

-- 
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