This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a change to branch OPENNLP-1819-2x
in repository https://gitbox.apache.org/repos/asf/opennlp.git
omit d33f567b OPENNLP-53: Fix compile error in ParseTest on 2.x
The cherry-pick of 35227c72 referenced Parser.INC_NODE /
Parser.TOK_NODE, which exist on main (where Parser was moved to opennlp-api as
an interface declaring these constants) but not on the 2.x branch. Use
AbstractBottomUpParser.INC_NODE / TOK_NODE instead, consistent with the rest of
the 2.x parser code.
omit a23e5514 OPENNLP-1819 - Align DictionaryEntryPersistor XML parsing
with XmlUtil helper
add a219be12 OPENNLP-53: Fix compile error in ParseTest on 2.x
The cherry-pick of 35227c72 referenced Parser.INC_NODE /
Parser.TOK_NODE, which exist on main (where Parser was moved to opennlp-api as
an interface declaring these constants) but not on the 2.x branch. Use
AbstractBottomUpParser.INC_NODE / TOK_NODE instead, consistent with the rest of
the 2.x parser code.
add 10db7342 OPENNLP-1819 - Align DictionaryEntryPersistor XML parsing
with XmlUtil helper
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 (d33f567b)
\
N -- N -- N refs/heads/OPENNLP-1819-2x (10db7342)
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: