You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by sn...@apache.org on 2018/06/28 09:57:27 UTC

[nutch] branch master updated (fa1ae9b -> 4c1d94a)

This is an automated email from the ASF dual-hosted git repository.

snagel pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git.


    from fa1ae9b  NUTCH-2485 ParserFactory swallows exception (patch contributed by Markus Jelsma)
     add 155c3ff  NUTCH-2607 ParserChecker should call ScoringFilters.passScoreAfterParsing() on all parses - inline call of passScoreAfterParsing() into loop over parses - complete command-line help of ParserChecker
     new 4c1d94a  Merge pull request #352 from sebastian-nagel/NUTCH-2607-parsechecker-sc-passscoreafterparsing

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/java/org/apache/nutch/parse/ParserChecker.java | 61 ++++++++++++----------
 1 file changed, 33 insertions(+), 28 deletions(-)


[nutch] 01/01: Merge pull request #352 from sebastian-nagel/NUTCH-2607-parsechecker-sc-passscoreafterparsing

Posted by sn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

snagel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git

commit 4c1d94a2c2f4b43a0bbcbd80a4a00d9f7a6ab445
Merge: fa1ae9b 155c3ff
Author: Sebastian Nagel <sn...@apache.org>
AuthorDate: Thu Jun 28 11:57:25 2018 +0200

    Merge pull request #352 from sebastian-nagel/NUTCH-2607-parsechecker-sc-passscoreafterparsing
    
    NUTCH-2607 ParserChecker should call ScoringFilters.passScoreAfterParsing() on all parses

 src/java/org/apache/nutch/parse/ParserChecker.java | 61 ++++++++++++----------
 1 file changed, 33 insertions(+), 28 deletions(-)