[frog] 02/03: Updated version 0.13.8 from 'upstream/0.13.8'

Maarten van Gompel proycon-guest at moszumanska.debian.org
Tue Nov 7 11:45:47 UTC 2017


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

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

commit 3c8eb0cb6e13b57cd917f552382be873df0bf63c
Merge: b326756 7f8c0f4
Author: proycon <proycon at anaproy.nl>
Date:   Tue Nov 7 12:33:46 2017 +0100

    Updated version 0.13.8 from 'upstream/0.13.8'
    
    with Debian dir 68117a16aa061281382a95a7b43a4351ae556314

 ChangeLog                                        | 705 +++++++++++++++++++++++
 Makefile.in                                      |  20 +-
 NEWS                                             |  29 +-
 README                                           | 105 +---
 aclocal.m4                                       |   1 -
 bootstrap.sh                                     |  27 +-
 config.guess                                     | 165 ++++--
 config.h.in                                      |   3 -
 config.sub                                       |  56 +-
 configure                                        | 504 +++++++---------
 configure.ac                                     |  84 +--
 docs/Makefile.in                                 |  12 +-
 docs/frog.1                                      |  60 +-
 include/Makefile.in                              |  12 +-
 include/frog/FrogAPI.h                           |  17 +-
 include/frog/Makefile.am                         |   5 +-
 include/frog/Makefile.in                         |  17 +-
 include/frog/Parser.h                            |  15 +-
 include/frog/cgn_tagger_mod.h                    |  11 +-
 include/frog/ckyparser.h                         |   4 +-
 include/frog/csidp.h                             |   3 +-
 include/frog/iob_tagger_mod.h                    |  19 +-
 include/frog/mblem_mod.h                         |  10 +-
 include/frog/mbma_brackets.h                     |  13 +-
 include/frog/mbma_mod.h                          |   3 +-
 include/frog/mwu_chunker_mod.h                   |   4 +-
 include/frog/ner_tagger_mod.h                    |  31 +-
 include/frog/{pos_tagger_mod.h => tagger_base.h} |  36 +-
 include/frog/ucto_tokenizer_mod.h                |   6 +-
 install-sh                                       |  23 +-
 ltmain.sh                                        |  39 +-
 m4/Makefile.in                                   |  12 +-
 m4/ax_icu_check.m4                               |  86 ---
 m4/libtool.m4                                    |  27 +-
 m4/ltsugar.m4                                    |   7 +-
 m4/lt~obsolete.m4                                |   7 +-
 m4/pkg.m4                                        | 217 +++----
 src/Frog.cxx                                     | 190 ++++--
 src/FrogAPI.cxx                                  | 526 ++++++++++-------
 src/Makefile.am                                  |   6 +-
 src/Makefile.in                                  |  22 +-
 src/Parser.cxx                                   | 119 ++--
 src/cgn_tagger_mod.cxx                           |  98 +++-
 src/ckyparser.cxx                                |  45 +-
 src/csidp.cxx                                    |  46 +-
 src/iob_tagger_mod.cxx                           | 233 +++-----
 src/mblem_mod.cxx                                |  98 ++--
 src/mblem_prog.cxx                               |  12 +-
 src/mbma_brackets.cxx                            | 307 +++++-----
 src/mbma_mod.cxx                                 | 170 +++---
 src/mbma_prog.cxx                                |  19 +-
 src/mbma_rule.cxx                                |  20 +-
 src/mwu_chunker_mod.cxx                          |  79 +--
 src/ner_prog.cxx                                 |  12 +-
 src/ner_tagger_mod.cxx                           | 477 +++++++--------
 src/pos_tagger_mod.cxx                           | 295 ----------
 src/tagger_base.cxx                              | 275 +++++++++
 src/ucto_tokenizer_mod.cxx                       |  40 +-
 tests/Makefile.in                                |  12 +-
 59 files changed, 3055 insertions(+), 2441 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