[jira] [Commented] (LUCENE-2899) Add OpenNLP Analysis capabilities as a module

2013-08-01 Thread Andrew Janowczyk (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-2899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13726221#comment-13726221
 ] 

Andrew Janowczyk commented on LUCENE-2899:
--

ahhh thanks for the info. i found a relevant link discussing the licenses which 
clearly explains the details 
[here|http://www.apache.org/licenses/GPL-compatibility.html]. oh well, it was 
worth a try :)

 Add OpenNLP Analysis capabilities as a module
 -

 Key: LUCENE-2899
 URL: https://issues.apache.org/jira/browse/LUCENE-2899
 Project: Lucene - Core
  Issue Type: New Feature
  Components: modules/analysis
Reporter: Grant Ingersoll
Assignee: Grant Ingersoll
Priority: Minor
 Fix For: 5.0, 4.5

 Attachments: LUCENE-2899-current.patch, LUCENE-2899.patch, 
 LUCENE-2899.patch, LUCENE-2899.patch, LUCENE-2899.patch, LUCENE-2899.patch, 
 LUCENE-2899.patch, LUCENE-2899-RJN.patch, LUCENE-2899-x.patch, 
 LUCENE-2899-x.patch, LUCENE-2899-x.patch, OpenNLPFilter.java, 
 OpenNLPFilter.java, OpenNLPTokenizer.java, opennlp_trunk.patch


 Now that OpenNLP is an ASF project and has a nice license, it would be nice 
 to have a submodule (under analysis) that exposed capabilities for it. Drew 
 Farris, Tom Morton and I have code that does:
 * Sentence Detection as a Tokenizer (could also be a TokenFilter, although it 
 would have to change slightly to buffer tokens)
 * NamedEntity recognition as a TokenFilter
 We are also planning a Tokenizer/TokenFilter that can put parts of speech as 
 either payloads (PartOfSpeechAttribute?) on a token or at the same position.
 I'd propose it go under:
 modules/analysis/opennlp

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-2899) Add OpenNLP Analysis capabilities as a module

2013-07-30 Thread Andrew Janowczyk (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-2899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13724748#comment-13724748
 ] 

Andrew Janowczyk commented on LUCENE-2899:
--

A little bit of a shameless plug, but we just wrote a blog post 
[here|http://www.searchbox.com/named-entity-recognition-ner-in-solr/] about 
using the stanford library for NER as a processor factory / request handler for 
Solr. It seems applicable to the audience on this ticket, is it worth 
contributing it to the community via a patch of some sort?

 Add OpenNLP Analysis capabilities as a module
 -

 Key: LUCENE-2899
 URL: https://issues.apache.org/jira/browse/LUCENE-2899
 Project: Lucene - Core
  Issue Type: New Feature
  Components: modules/analysis
Reporter: Grant Ingersoll
Assignee: Grant Ingersoll
Priority: Minor
 Fix For: 5.0, 4.5

 Attachments: LUCENE-2899-current.patch, LUCENE-2899.patch, 
 LUCENE-2899.patch, LUCENE-2899.patch, LUCENE-2899.patch, LUCENE-2899.patch, 
 LUCENE-2899.patch, LUCENE-2899-RJN.patch, LUCENE-2899-x.patch, 
 LUCENE-2899-x.patch, LUCENE-2899-x.patch, OpenNLPFilter.java, 
 OpenNLPFilter.java, OpenNLPTokenizer.java, opennlp_trunk.patch


 Now that OpenNLP is an ASF project and has a nice license, it would be nice 
 to have a submodule (under analysis) that exposed capabilities for it. Drew 
 Farris, Tom Morton and I have code that does:
 * Sentence Detection as a Tokenizer (could also be a TokenFilter, although it 
 would have to change slightly to buffer tokens)
 * NamedEntity recognition as a TokenFilter
 We are also planning a Tokenizer/TokenFilter that can put parts of speech as 
 either payloads (PartOfSpeechAttribute?) on a token or at the same position.
 I'd propose it go under:
 modules/analysis/opennlp

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Created] (SOLR-4087) MoreLikeThis missing MAX_DOC_FREQ options

2012-11-15 Thread Andrew Janowczyk (JIRA)
Andrew Janowczyk created SOLR-4087:
--

 Summary: MoreLikeThis missing MAX_DOC_FREQ options
 Key: SOLR-4087
 URL: https://issues.apache.org/jira/browse/SOLR-4087
 Project: Solr
  Issue Type: Improvement
Affects Versions: 4.0
Reporter: Andrew Janowczyk
 Fix For: 4.0.1
 Attachments: MorelikeThis-maxdocfreq.patch

the MoreLikeThisHandler supports almost all of the underlying MoreLikeThis 
options except for MAX_DOC_FREQ, which seems important in preventing terms from 
being selected for the query which are present in too many documents.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-4087) MoreLikeThis missing MAX_DOC_FREQ options

2012-11-15 Thread Andrew Janowczyk (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-4087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Janowczyk updated SOLR-4087:
---

Attachment: MorelikeThis-maxdocfreq.patch

Small patch adding missing functionality

 MoreLikeThis missing MAX_DOC_FREQ options
 -

 Key: SOLR-4087
 URL: https://issues.apache.org/jira/browse/SOLR-4087
 Project: Solr
  Issue Type: Improvement
Affects Versions: 4.0
Reporter: Andrew Janowczyk
 Fix For: 4.0.1

 Attachments: MorelikeThis-maxdocfreq.patch


 the MoreLikeThisHandler supports almost all of the underlying MoreLikeThis 
 options except for MAX_DOC_FREQ, which seems important in preventing terms 
 from being selected for the query which are present in too many documents.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-4087) MoreLikeThis missing MAX_DOC_FREQ option

2012-11-15 Thread Andrew Janowczyk (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-4087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Janowczyk updated SOLR-4087:
---

Summary: MoreLikeThis missing MAX_DOC_FREQ option  (was: MoreLikeThis 
missing MAX_DOC_FREQ options)

 MoreLikeThis missing MAX_DOC_FREQ option
 

 Key: SOLR-4087
 URL: https://issues.apache.org/jira/browse/SOLR-4087
 Project: Solr
  Issue Type: Improvement
Affects Versions: 4.0
Reporter: Andrew Janowczyk
 Fix For: 4.0.1

 Attachments: MorelikeThis-maxdocfreq.patch


 the MoreLikeThisHandler supports almost all of the underlying MoreLikeThis 
 options except for MAX_DOC_FREQ, which seems important in preventing terms 
 from being selected for the query which are present in too many documents.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-4087) MoreLikeThis missing MAX_DOC_FREQ option

2012-11-15 Thread Andrew Janowczyk (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-4087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Janowczyk updated SOLR-4087:
---

Fix Version/s: 4.1

 MoreLikeThis missing MAX_DOC_FREQ option
 

 Key: SOLR-4087
 URL: https://issues.apache.org/jira/browse/SOLR-4087
 Project: Solr
  Issue Type: Improvement
Affects Versions: 4.0
Reporter: Andrew Janowczyk
 Fix For: 4.0.1, 4.1

 Attachments: MorelikeThis-maxdocfreq.patch


 the MoreLikeThisHandler supports almost all of the underlying MoreLikeThis 
 options except for MAX_DOC_FREQ, which seems important in preventing terms 
 from being selected for the query which are present in too many documents.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org