[frog] 02/03: Merge tag 'upstream/0.13.4'

Maarten van Gompel proycon-guest at moszumanska.debian.org
Tue Aug 2 12:03:24 UTC 2016


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

proycon-guest pushed a commit to branch master
in repository frog.

commit 4aa34cc112e7a522e27142a3860c9d64f44f80be
Merge: 2f6f241 5fac19e
Author: proycon <proycon at anaproy.nl>
Date:   Tue Aug 2 13:53:25 2016 +0200

    Merge tag 'upstream/0.13.4'
    
    Upstream version 0.13.4

 COPYING                              |    0
 ChangeLog                            | 4915 ++++++++++++++++++------------
 Makefile.am                          |    7 +-
 Makefile.in                          |   82 +-
 NEWS                                 |   42 +
 README                               |  107 +-
 TODO                                 |    1 -
 aclocal.m4                           |  302 +-
 bootstrap.sh                         |    6 +-
 compile                              |    2 +-
 config.guess                         |  233 +-
 config.h.in                          |   15 +-
 config.sub                           |   60 +-
 configure                            | 4922 +++++++++++++++---------------
 configure.ac                         |   81 +-
 depcomp                              |    2 +-
 docs/Makefile.am                     |    4 +-
 docs/Makefile.in                     |   54 +-
 docs/frog.1                          |   15 +-
 docs/mblem.1                         |   18 +-
 docs/mbma.1                          |   18 +-
 include/Makefile.am                  |    4 +-
 include/Makefile.in                  |   54 +-
 include/frog/Frog.h                  |   38 +-
 include/frog/FrogAPI.h               |   56 +-
 include/frog/Makefile.am             |    7 +-
 include/frog/Makefile.in             |   59 +-
 include/frog/Parser.h                |   91 +-
 include/frog/cgn_tagger_mod.h        |   43 +-
 include/frog/ckyparser.h             |  132 +
 include/frog/clex.h                  |   51 +
 include/frog/csidp.h                 |   27 +
 include/frog/iob_tagger_mod.h        |   27 +-
 include/frog/mblem_mod.h             |   31 +-
 include/frog/mbma_brackets.h         |  149 +
 include/frog/mbma_mod.h              |  245 +-
 include/frog/mbma_rule.h             |   92 +
 include/frog/mwu_chunker_mod.h       |   45 +-
 include/frog/ner_tagger_mod.h        |   35 +-
 include/frog/pos_tagger_mod.h        |   61 +
 include/frog/ucto_tokenizer_mod.h    |   20 +-
 install-sh                           |  373 ++-
 ltmain.sh                            | 5533 +++++++++++++++++++++-------------
 m4/Makefile.am                       |    6 +-
 m4/Makefile.in                       |   56 +-
 m4/ac_python_devel.m4                |  320 --
 m4/libtool.m4                        | 2521 +++++++++-------
 m4/ltoptions.m4                      |  127 +-
 m4/ltversion.m4                      |   12 +-
 m4/openmp.m4                         |   97 -
 m4/pkg.m4                            |   55 +
 missing                              |    2 +-
 py-compile                           |  170 --
 scripts/Makefile.am                  |    9 -
 scripts/Makefile.in                  |  568 ----
 scripts/cky.py                       |  171 --
 scripts/cmdline.py                   |  110 -
 scripts/common.py                    |   27 -
 scripts/csidp.py                     |  303 --
 scripts/csiparse2.py                 |  192 --
 scripts/deptree.py                   |  124 -
 scripts/dir.py                       |   57 -
 scripts/pairs.py                     |  171 --
 scripts/rels.py                      |   70 -
 scripts/sentences.py                 |   64 -
 src/Frog-util.cxx                    |   31 +-
 src/Frog.cxx                         |  234 +-
 src/FrogAPI.cxx                      |  959 +++---
 src/Makefile.am                      |   17 +-
 src/Makefile.in                      |   97 +-
 src/Parser.cxx                       | 1442 ++++-----
 src/cgn_tagger_mod.cxx               |  258 +-
 src/ckyparser.cxx                    |  303 ++
 src/clex.cxx                         |  221 ++
 src/csidp.cxx                        |  158 +
 src/iob_tagger_mod.cxx               |  118 +-
 src/mblem_mod.cxx                    |  258 +-
 src/mblem_prog.cxx                   |  116 +-
 src/mbma_brackets.cxx                | 1077 +++++++
 src/mbma_mod.cxx                     | 2071 +++----------
 src/mbma_prog.cxx                    |  153 +-
 src/mbma_rule.cxx                    |  563 ++++
 src/mwu_chunker_mod.cxx              |  158 +-
 src/{mblem_prog.cxx => ner_prog.cxx} |  110 +-
 src/ner_tagger_mod.cxx               |  329 +-
 src/pos_tagger_mod.cxx               |  277 ++
 src/ucto_tokenizer_mod.cxx           |   48 +-
 test-driver                          |   15 +-
 tests/Makefile.am                    |    4 +-
 tests/Makefile.in                    |   54 +-
 90 files changed, 17489 insertions(+), 14873 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