This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a change to branch
OPENNLP-1792-Add-docbkx-plugin-config-to-produce-PDF-of-dev-manual
in repository https://gitbox.apache.org/repos/asf/opennlp.git
omit 35f99d7b OPENNLP-1792: Add docbkx plugin config to produce PDF of dev
manual - modernizes xml files of the OpenNLP dev manual to use Docbook dtd in
version 5.x - adds plugin configuration to produce the PDF as separate outcome
- adds xsl file for customization of the layout of text in the PDF - adds
hyphenation support for PDF and epub versions - introduces specific profiles
for html, pdf, and epub3 targets of the dev manual - adds cover entry to
opennlp.xml for epub target - fix [...]
add 7b362c84 OPENNLP-1791: Document the use of ClassPathModelProvider in
dev manual (#919)
add 9e02e12c OPENNLP-1792: Add docbkx plugin config to produce PDF of dev
manual - modernizes xml files of the OpenNLP dev manual to use Docbook dtd in
version 5.x - adds plugin configuration to produce the PDF as separate outcome
- adds xsl file for customization of the layout of text in the PDF - adds
hyphenation support for PDF and epub versions - introduces specific profiles
for html, pdf, and epub3 targets of the dev manual - adds cover entry to
opennlp.xml for epub target - fix [...]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (35f99d7b)
\
N -- N -- N
refs/heads/OPENNLP-1792-Add-docbkx-plugin-config-to-produce-PDF-of-dev-manual
(9e02e12c)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
opennlp-docs/src/docbkx/chunker.xml | 58 +++-----
opennlp-docs/src/docbkx/corpora.xml | 159 +++++++++------------
opennlp-docs/src/docbkx/doccat.xml | 2 +-
opennlp-docs/src/docbkx/langdetect.xml | 4 +-
opennlp-docs/src/docbkx/lemmatizer.xml | 206 +++++++++++----------------
opennlp-docs/src/docbkx/machine-learning.xml | 4 +-
opennlp-docs/src/docbkx/model-loading.xml | 94 +++++++-----
opennlp-docs/src/docbkx/morfologik-addon.xml | 28 ++--
opennlp-docs/src/docbkx/namefinder.xml | 2 +-
opennlp-docs/src/docbkx/parser.xml | 206 +++++++++++----------------
opennlp-docs/src/docbkx/postagger.xml | 69 ++++-----
opennlp-docs/src/docbkx/uima-integration.xml | 3 +-
12 files changed, 352 insertions(+), 483 deletions(-)