[
https://issues.apache.org/jira/browse/NUTCH-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14591967#comment-14591967
]
ASF GitHub Bot commented on NUTCH-2038:
---------------------------------------
Github user asitang commented on a diff in the pull request:
https://github.com/apache/nutch/pull/32#discussion_r32742390
--- Diff: conf/nutch-default.xml ---
@@ -1136,6 +1136,28 @@
<!-- parser properties -->
<property>
+ <name>parser.modelfilter.trainfile</name>
+ <value>tweets-train.tsv</value>
+ <description>
--- End diff --
I will update the code for all the formatting and info changes. I had
already mentioned it in jira. This is an "Uncouth" patch just to show the flow
and the proof of concept. Thanks for the formatting pointers though :)
> Naive Bayes classifier based url filter
> ---------------------------------------
>
> Key: NUTCH-2038
> URL: https://issues.apache.org/jira/browse/NUTCH-2038
> Project: Nutch
> Issue Type: New Feature
> Components: fetcher, injector, parser
> Reporter: Asitang Mishra
> Assignee: Chris A. Mattmann
> Labels: memex, nutch
> Fix For: 1.11
>
>
> A url filter that will filter out the urls (after the parsing stage, will
> keep only those urls that contain some "hot words" provided again in a list.)
> from that pages that are classified irrelevant by the classifier.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)