[frog] branch master updated (b326756 -> f3a914e)

Maarten van Gompel proycon-guest at moszumanska.debian.org
Tue Nov 7 11:45:46 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  b326756   changelog:  Updated ucto dependency to 0.9.6
       new  7f8c0f4   New upstream version 0.13.8
       new  3c8eb0c   Updated version 0.13.8 from 'upstream/0.13.8'
       new  f3a914e   * Updated to new upstream 0.13.8 * Updated ucto dependency to 0.9.9 * Updated libfolia depdendency to 0.10.1 * Updated ticcutils dependency to 0.16.1

The 3 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                                        | 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 +--
 debian/changelog                                 |   9 +
 debian/control                                   |   6 +-
 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 +-
 61 files changed, 3067 insertions(+), 2444 deletions(-)
 rename include/frog/{pos_tagger_mod.h => tagger_base.h} (68%)
 delete mode 100644 m4/ax_icu_check.m4
 delete mode 100644 src/pos_tagger_mod.cxx
 create mode 100644 src/tagger_base.cxx

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