| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one or more |
| contributor license agreements. See the NOTICE file distributed with |
| this work for additional information regarding copyright ownership. |
| The ASF licenses this file to You under the Apache License, Version 2.0 |
| (the "License"); you may not use this file except in compliance with |
| the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| <plugin |
| id="parsefilter-naivebayes" |
| name="Naive Bayes Parse Filter" |
| version="1.0.0" |
| provider-name="nutch.org"> |
| |
| <runtime> |
| <library name="parsefilter-naivebayes.jar"> |
| <export name="*"/> |
| </library> |
| <library name="commons-cli-2.0-mahout.jar"/> |
| <library name="commons-lang3-3.1.jar"/> |
| <library name="commons-math3-3.2.jar"/> |
| <library name="guava-14.0.1.jar"/> |
| <library name="jackson-core-asl-1.9.12.jar"/> |
| <library name="jackson-mapper-asl-1.9.12.jar"/> |
| <library name="lucene-analyzers-common-5.5.0.jar"/> |
| <library name="lucene-core-5.5.0.jar"/> |
| <library name="mahout-core-0.9.jar"/> |
| <library name="mahout-math-0.10.1.jar"/> |
| <library name="solr-commons-csv-3.5.0.jar"/> |
| <library name="t-digest-3.1.jar"/> |
| <library name="xmlpull-1.1.3.1.jar"/> |
| <library name="xpp3_min-1.1.4c.jar"/> |
| <library name="xstream-1.4.4.jar"/> |
| </runtime> |
| |
| <requires> |
| <import plugin="nutch-extensionpoints"/> |
| </requires> |
| |
| <extension id="org.apache.nutch.htmlparsefilter.naivebayes" |
| name="Nutch Parser Filter" point="org.apache.nutch.parse.HtmlParseFilter"> |
| <implementation id="NaiveBayesHTMLParseFilter" |
| class="org.apache.nutch.parsefilter.naivebayes.NaiveBayesParseFilter"/> |
| </extension> |
| |
| </plugin> |