[frog] branch master updated (5b9f31c -> ab0b09d)

Joost van Baal joostvb at moszumanska.debian.org
Sun Jul 5 03:33:21 UTC 2015


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

joostvb pushed a change to branch master
in repository frog.

      from  5b9f31c   .gitignore: added.
      adds  8531d6c   Imported Upstream version 0.12.19
       new  7d295b7   Merge tag 'upstream/0.12.19'
      adds  5b22fc8   Imported Upstream version 0.12.20
       new  c973586   Merge tag 'upstream/0.12.20'
       new  ab0b09d   drop unversioned libtimblserver-dev Build-Depends

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:
 AUTHORS                           |    5 +-
 ChangeLog                         |  420 +++++++++++
 NEWS                              |   19 +-
 configure                         |  368 +++++-----
 configure.ac                      |   42 +-
 debian/changelog                  |    7 +-
 debian/control                    |    2 +-
 docs/frog.1                       |   89 ++-
 include/frog/Frog.h               |   16 +-
 include/frog/FrogAPI.h            |  138 ++++
 include/frog/Makefile.am          |    2 +-
 include/frog/Makefile.in          |    2 +-
 include/frog/Parser.h             |    9 +-
 include/frog/cgn_tagger_mod.h     |    6 +-
 include/frog/iob_tagger_mod.h     |    6 +-
 include/frog/mblem_mod.h          |   15 +-
 include/frog/mbma_mod.h           |   20 +-
 include/frog/mwu_chunker_mod.h    |    6 +-
 include/frog/ner_tagger_mod.h     |    6 +-
 include/frog/ucto_tokenizer_mod.h |   38 +-
 m4/ax_lib_readline.m4             |    4 +-
 m4/libtool.m4                     |  314 ++++++---
 m4/ltoptions.m4                   |   19 +-
 src/Frog-util.cxx                 |   32 +-
 src/Frog.cxx                      | 1400 ++++++-------------------------------
 src/FrogAPI.cxx                   | 1073 ++++++++++++++++++++++++++++
 src/Makefile.am                   |    7 +-
 src/Makefile.in                   |   11 +-
 src/Parser.cxx                    |   16 +-
 src/cgn_tagger_mod.cxx            |   11 +-
 src/iob_tagger_mod.cxx            |   11 +-
 src/mblem_mod.cxx                 |   44 +-
 src/mblem_prog.cxx                |   91 +--
 src/mbma_mod.cxx                  |  259 ++++---
 src/mbma_prog.cxx                 |   93 ++-
 src/mwu_chunker_mod.cxx           |    8 +-
 src/ner_tagger_mod.cxx            |    9 +-
 src/ucto_tokenizer_mod.cxx        |   69 +-
 38 files changed, 2802 insertions(+), 1885 deletions(-)
 create mode 100644 include/frog/FrogAPI.h
 create mode 100644 src/FrogAPI.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