[
https://issues.apache.org/jira/browse/NUTCH-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15127633#comment-15127633
]
ASF GitHub Bot commented on NUTCH-2209:
---------------------------------------
Github user chrismattmann commented on a diff in the pull request:
https://github.com/apache/nutch/pull/87#discussion_r51521738
--- Diff: ivy/ivy.xml ---
@@ -87,7 +87,8 @@
<dependency org="com.fasterxml.jackson.core"
name="jackson-databind" rev="2.5.1" conf="*->default"/>
<dependency org="com.fasterxml.jackson.dataformat"
name="jackson-dataformat-cbor" rev="2.5.1" conf="*->default"/>
<dependency org="com.fasterxml.jackson.jaxrs"
name="jackson-jaxrs-json-provider" rev="2.5.1" conf="*->default"/>
-
+
+ <dependency org="org.apache.lucene" name="lucene-analyzers-common"
rev="4.10.2" conf="*->default"></dependency>
--- End diff --
do we have to have this in the main ivy.xml?
> Improved Tokenization for Similarity Scoring plugin
> ---------------------------------------------------
>
> Key: NUTCH-2209
> URL: https://issues.apache.org/jira/browse/NUTCH-2209
> Project: Nutch
> Issue Type: Improvement
> Components: scoring
> Reporter: Sujen Shah
> Assignee: Sujen Shah
> Labels: memex
> Fix For: 1.13
>
>
> This patch would add Lucene based tokenization to the cosine similarity
> plugin and clean up the code currently present.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)