Github user chrismattmann commented on a diff in the pull request:

    https://github.com/apache/nutch/pull/34#discussion_r32869350
  
    --- Diff: conf/nutch-default.xml ---
    @@ -1259,6 +1259,34 @@
     <!-- urlfilter plugin properties -->
     
     <property>
    +  <name>urlfilter.model.trainfile</name>
    +  <value></value>
    +  <description>Set the name of the file to be used for Naive Bayes 
training. The format will be: 
    +Each line contains two tab seperted parts
    +There are two columns/parts:
    +1. "1" or "0", "1" for relevent and "0" for irrelevent document.
    +3. Text (text that will be used for training)
    +
    +Each row will be considered a new "document" for the classifier.
    +
    +  </description>
    +</property>
    +
    +<property>
    +  <name>urlfilter.model.wordlist</name>
    +  <value></value>
    +  <description>Put the name of the file you want to be used as a list of 
"hot words" to be matched in the url for the model filter. The format should be 
one word per line.
    --- End diff --
    
    formatting, run on line. Also please define "hot".


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to