[jira] [Commented] (TEXT-79) Investigate adding string search algorithms

2017-07-19 Thread Amey Jadiye (JIRA)

[ 
https://issues.apache.org/jira/browse/TEXT-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16093415#comment-16093415
 ] 

Amey Jadiye commented on TEXT-79:
-

[~kinow], can you please check above links if they are possible usecases *OR*  
if you save some time and find across apache ?

> Investigate adding string search algorithms
> ---
>
> Key: TEXT-79
> URL: https://issues.apache.org/jira/browse/TEXT-79
> Project: Commons Text
>  Issue Type: New Feature
>Reporter: Bruno P. Kinoshita
>Priority: Minor
>  Labels: algorithm, help-wanted, text
> Fix For: 1.x
>
>
> There are a few [string searching 
> algorithms|https://en.wikipedia.org/wiki/String_searching_algorithm] (e.g. 
> Rabin Karp) that do not have an implementation in commons yet.
> Would be interesting to check if any other ASF projects use any of these or 
> others (e.g. Lucene, Solr, Tika, etc) and see if they could be implemented in 
> [text].



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (TEXT-79) Investigate adding string search algorithms

2017-06-27 Thread Amey Jadiye (JIRA)

[ 
https://issues.apache.org/jira/browse/TEXT-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16065269#comment-16065269
 ] 

Amey Jadiye commented on TEXT-79:
-

some of the possible use cases.

* 
https://ignite.apache.org/releases/mobile/org/apache/ignite/cache/query/TextQuery.html
* https://asterixdb.apache.org/docs/0.9.0/aql/fulltext.html
* https://jena.apache.org/documentation/larq/
* 
http://hadoop.apache.org/docs/r3.0.0-alpha3/api/org/apache/hadoop/io/Text.html  
 --find method

> Investigate adding string search algorithms
> ---
>
> Key: TEXT-79
> URL: https://issues.apache.org/jira/browse/TEXT-79
> Project: Commons Text
>  Issue Type: New Feature
>Reporter: Bruno P. Kinoshita
>Priority: Minor
>  Labels: algorithm, help-wanted, text
> Fix For: 1.x
>
>
> There are a few [string searching 
> algorithms|https://en.wikipedia.org/wiki/String_searching_algorithm] (e.g. 
> Rabin Karp) that do not have an implementation in commons yet.
> Would be interesting to check if any other ASF projects use any of these or 
> others (e.g. Lucene, Solr, Tika, etc) and see if they could be implemented in 
> [text].



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (TEXT-79) Investigate adding string search algorithms

2017-06-21 Thread Bruno P. Kinoshita (JIRA)

[ 
https://issues.apache.org/jira/browse/TEXT-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16058489#comment-16058489
 ] 

Bruno P. Kinoshita commented on TEXT-79:


I also believe it could be useful. Doing a search in other ASF projects first, 
and then other projects like lingpipe, google libraries, aws libraries, etc, 
can identify possible use cases as well. That way it would be easier to add the 
code to [text] [~ameyjadiye] :-)

Thanks!
B

> Investigate adding string search algorithms
> ---
>
> Key: TEXT-79
> URL: https://issues.apache.org/jira/browse/TEXT-79
> Project: Commons Text
>  Issue Type: New Feature
>Reporter: Bruno P. Kinoshita
>Priority: Minor
>  Labels: algorithm, help-wanted, text
> Fix For: 1.x
>
>
> There are a few [string searching 
> algorithms|https://en.wikipedia.org/wiki/String_searching_algorithm] (e.g. 
> Rabin Karp) that do not have an implementation in commons yet.
> Would be interesting to check if any other ASF projects use any of these or 
> others (e.g. Lucene, Solr, Tika, etc) and see if they could be implemented in 
> [text].



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (TEXT-79) Investigate adding string search algorithms

2017-06-21 Thread Amey Jadiye (JIRA)

[ 
https://issues.apache.org/jira/browse/TEXT-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16058078#comment-16058078
 ] 

Amey Jadiye commented on TEXT-79:
-

Hi [~kinow]  Lucene don't use the string search algorithms, how it works 
explained in below stackoverflow question.

https://stackoverflow.com/questions/2208649/string-matching-algorithms-used-by-lucene

I personally feel that we should have string search API in Commons Text, I will 
be glad to provide the PR.

> Investigate adding string search algorithms
> ---
>
> Key: TEXT-79
> URL: https://issues.apache.org/jira/browse/TEXT-79
> Project: Commons Text
>  Issue Type: New Feature
>Reporter: Bruno P. Kinoshita
>Priority: Minor
>  Labels: algorithm, help-wanted, text
> Fix For: 1.x
>
>
> There are a few [string searching 
> algorithms|https://en.wikipedia.org/wiki/String_searching_algorithm] (e.g. 
> Rabin Karp) that do not have an implementation in commons yet.
> Would be interesting to check if any other ASF projects use any of these or 
> others (e.g. Lucene, Solr, Tika, etc) and see if they could be implemented in 
> [text].



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)