Hi Troy, You rock!! Thank so much for putting in the work of porting the ShingleFilter and sharing it - that will be fantastic! After spending time trying to do it myself, it will be a great learning experience to see your working version. And also, thank you so much for offering to help troubleshoot my attempt at ShingleFilter.cs!
I have put my version up on GistHub as you suggested: https://gist.github.com/1086962 Please let me know if you have any questions. Thank you so much! Jen -----Original Message----- From: Troy Howard [mailto:thowar...@gmail.com] Sent: Saturday, July 16, 2011 4:52 PM To: lucene-net-user@lucene.apache.org Subject: Re: [Lucene.Net] ShingleFilter class in Lucene.NET? Great! I got all of the classes, the supporting classes, and the tests ported yesterday, but I'm running into a little bug with the permutation code in the ShingleMatrixFilter. It doesn't all of it's unit tests at the moment. I will commit the working ports today. That said, I want to help you troubleshoot your port. I think having another contributor on the project would be great, and this is a good exercise. If you can post post your code somewhere other than email (eg, GistHub (https://gist.github.com/), or open a JIRA ticket here, and attach it), I would be glad to troubleshoot. Copying it into an email kills the formatting, and makes it hard to help out. Thanks, Troy On Sat, Jul 16, 2011 at 3:15 PM, Jennifer Wilson <jennifer.wil...@researchintegrations.com> wrote: > > Hi Troy, > > I only need the ShingleFilter. I would love to use your port of the > ShingleFilter if you'd be willing to share it! > > (I actually have been working on porting it myself and have run into some > problems due to my lack of experience and needing to build up my coding > skill!) > > - Jen > > -- > Jennifer Wilson, M.S. > Research Scientist/IT Developer > Research Integrations, Inc. > PO Box 63075 > Colorado Springs, CO 80962-3075 > Mobile: (480) 215-9613 > > > -----Original Message----- > From: Troy Howard [mailto:thowar...@gmail.com] > Sent: Friday, July 15, 2011 6:43 PM > To: lucene-net-user@lucene.apache.org > Subject: Re: [Lucene.Net] ShingleFilter class in Lucene.NET? > > Jen, > > Do you only need ShingleFilter, or also > ShingleAnalyzerWrapper/ShingleMatrixFilter? > > If it's only the first class, I just made a port of it. > ShingleMatrixFilter > will take a bit longer (1k + lines of code)... > > Thanks, > Troy > > > On Fri, Jul 15, 2011 at 6:05 PM, Jennifer Wilson < > jennifer.wil...@researchintegrations.com> wrote: > > > Hi Troy, > > > > Thanks for letting me know for sure that it is not yet ported to .NET - > > that > > saves me more looking! Porting it may be coding at the edges of my > > weight > > class ... but I'll likely give it a whirl. (How else do I become a > > better > > coder?!) Seems like the ShingleFilter could be a feature that is on a > > lot > > of > > the Lucene.NET users' wish list! > > > > Again, thanks for the info! > > Jen > > > > On Fri, Jul 15, 2011 at 5:52 PM, Troy Howard <thowar...@gmail.com> > > wrote: > > > > > Hi! > > > > > > ShingleFilter has not yet been ported to .NET. It looks pretty > > > straightforward though, so someone might be able to port that soon. > > > Alternatively, if you are interested in porting it, please submit a > > > patch > > > afterwards! > > > > > > We love contributions. :) > > > > > > Thanks, > > > Troy > > > > > > > > > On Fri, Jul 15, 2011 at 4:58 PM, Jennifer Wilson < > > > jennifer.wil...@researchintegrations.com> wrote: > > > > > > > Hi all, > > > > > > > > > > > > > > > > I would really like to use the ShingleFilter class in my Lucene.NET > > > ASPX/C# > > > > search app… but, with all the searching I’ve done I can’t seem to > > > > find > > it > > > > and I’m beginnning to suspect it may not be part of Lucene.NET but > > > > only > > > for > > > > Lucene (java) right now. Can anyone tell me the ShingleFilter class > > > > available for Lucene.NET (and if so where to find it)? > > > > > > > > > > > > > > > > Thanks! > > > > > > > > - Jen > > > > > > > > >