[frog] 101/103: Merge tag 'upstream/0.12.17'

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 c5371f7597b2bc965e7cabd4d23c0916f7dfae2e
Merge: 52a10af 9c64dd1
Author: Joost van Baal-Ilić <joostvb at nusku.mdcc.cx>
Date:   Wed Sep 3 18:57:39 2014 +0200

    Merge tag 'upstream/0.12.17'
    
    Upstream version 0.12.17

 AUTHORS                              |  19 +-
 ChangeLog                            | 489 ++++++++++++++++++++++++++
 INSTALL                              |   9 +-
 Makefile.in                          |  77 +++--
 NEWS                                 |  13 +
 README                               |  69 ++--
 aclocal.m4                           | 101 +++---
 bootstrap                            |  14 +-
 config.guess                         |  49 ++-
 config.h.in                          |  12 +-
 config.sub                           |  65 ++--
 configure                            | 448 +++++++++++++++---------
 configure.ac                         |  37 +-
 depcomp                              |  74 +++-
 docs/Makefile.am                     |   6 +-
 docs/Makefile.in                     |  48 +--
 docs/frog-dp-update.1                |  29 --
 docs/frog.1                          |  26 +-
 docs/mblem.1                         |  48 +++
 docs/mbma.1                          |  48 +++
 include/Makefile.am                  |   2 +-
 include/Makefile.in                  |  34 +-
 include/frog/Configuration.h         |  50 ---
 include/frog/Frog.h                  |  47 +--
 include/frog/Makefile.am             |   2 +-
 include/frog/Makefile.in             |  44 ++-
 include/frog/Parser.h                |  15 +-
 include/frog/cgn_tagger_mod.h        |  11 +-
 include/frog/iob_tagger_mod.h        |  13 +-
 include/frog/mblem_mod.h             |  19 +-
 include/frog/mbma_mod.h              |  35 +-
 include/frog/mwu_chunker_mod.h       |  14 +-
 include/frog/ner_tagger_mod.h        |  13 +-
 include/frog/ucto_tokenizer_mod.h    |  18 +-
 ltmain.sh                            |  95 +++---
 m4/Makefile.am                       |   2 +-
 m4/Makefile.in                       |  34 +-
 m4/ac_define_dir.m4                  |  45 ---
 m4/{acx_pthread.m4 => ax_pthread.m4} | 115 ++++---
 m4/ltversion.m4                      |  10 +-
 m4/pkg.m4                            |  10 +-
 missing                              |  53 +--
 py-compile                           |  51 ++-
 scripts/Makefile.am                  |   2 +-
 scripts/Makefile.in                  |  60 ++--
 src/Configuration.cxx                | 261 --------------
 src/Frog-util.cxx                    |  36 +-
 src/Frog.cxx                         | 339 +++++++++++++------
 src/Makefile.am                      |  21 +-
 src/Makefile.in                      | 240 +++++++------
 src/Parser.cxx                       | 152 +++++----
 src/cgn_tagger_mod.cxx               |  55 ++-
 src/frog-dp-update                   |  61 ----
 src/iob_tagger_mod.cxx               |  48 +--
 src/mblem_mod.cxx                    | 241 ++++++-------
 src/mblem_prog.cxx                   | 225 ++++++++++++
 src/mbma_mod.cxx                     | 640 +++++++++++++++++++++++------------
 src/mbma_prog.cxx                    | 222 ++++++++++++
 src/mwu_chunker_mod.cxx              |  33 +-
 src/ner_tagger_mod.cxx               |  44 +--
 src/ucto_tokenizer_mod.cxx           |  50 ++-
 tests/Makefile.in                    |  32 +-
 62 files changed, 3311 insertions(+), 1864 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