I don't know. I'm not familiar with those classes. I'm trying to port them.

Enviado via iPhone

Em 19/11/2011, às 13:03, Itamar Syn-Hershko <ita...@code972.com> escreveu:

> ReaderPtr? that's an LPP class?!
> 
> 2011/11/18 Emerson Espínola <emersonespin...@gmail.com>
> Hi. I'm porting BrazillianAnalyzer from Java do C++.
> I could compile already BrazilianStemFilter.cpp/.h.
> Now I'm trying to make BrazillianAnalyzer.cpp/.h compile. But I getting some 
> errors.
> 
> For example BrazillianAnalyzer.java extends from StopwordAnalyzerBase, but I 
> couldn't find this class in CLucene.
>  It also uses LuceneVersion, ReaderPtr, and TokenStreamPtr, but I couldn't 
> find these classes too. Are there their implementations in CLucene with 
> another name?
> 
> I downloaded clucene-core-2.3.3.4.
> 
> 
> []'s
> Emerson de Lira Espínola
>         
> 
> 
> 
> 
> 2011/11/7 Bořivoj Kostka <kos...@tovek.cz>
> Well, I was talking about version 2.3; you can download it from 
> http://sourceforge.net/projects/clucene/
> 
> I guess the stemming from this version could be adapted for 0.9 (probably 
> some small modifications will be needed), if you cannot upgrade.
> 
>  
> 
> Regards
> 
> Borek
> 
>  
> 
> From: Emerson Espínola [mailto:emersonespin...@gmail.com]
> Sent: Monday, November 07, 2011 7:08 PM
> 
> 
> To: clucene-developers@lists.sourceforge.net
> Subject: Re: [CLucene-dev] Indexing a document
>  
> 
> The version that I have here is clucene-core-0.9.21b and I don't see this 
> inside src folder. My structure is 
> "clucene-core-0.9.21b\src\CLucene\analysis\standard". :(
> 
> 
> 
> []'s
> Emerson de Lira Espínola
> <~WRD000.jpg><~WRD000.jpg><~WRD000.jpg> <~WRD000.jpg> 
> <image002.jpg><~WRD000.jpg><~WRD000.jpg><~WRD000.jpg><~WRD000.jpg>
> 
> 
> 
> 2011/11/7 Bořivoj Kostka <kos...@tovek.cz>
> 
> It is located in src/contribs-lib/CLucene/snowball
> 
> You must enable building contribs-lib when you run cmake.
> 
> As far as I know it is standard part of CLucene source package
> 
> Borek
> 
>  
> 
> From: Emerson Espínola [mailto:emersonespin...@gmail.com] 
> Sent: Monday, November 07, 2011 4:53 PM
> 
> 
> To: clucene-developers@lists.sourceforge.net
> Subject: Re: [CLucene-dev] Indexing a document
> 
>  
> 
> Really?
> 
> 
> 
> That would help me a lot. Regarding stemm there are no much differences. How 
> do I get it? Is contribs-lib a folder? If so I couldn't find it.
> 
> []'s
> Emerson de Lira Espínola
> 
> <~WRD000.jpg><~WRD000.jpg><~WRD000.jpg> <~WRD000.jpg> 
> <image003.jpg><~WRD000.jpg><~WRD000.jpg><~WRD000.jpg><~WRD000.jpg>
> 
> 
> 
> 2011/11/7 Bořivoj Kostka <kos...@tovek.cz>
> 
> Emerson
> 
> There is portuguese stemmer in contribs-lib (snowball). I don’t know how much 
> written brazillian differs from portuguese, but perhaps this could be also 
> (at least partial) solution.
> 
> Regards
> 
> Borek
> 
>  
> 
> From: Emerson Espínola [mailto:emersonespin...@gmail.com] 
> Sent: Monday, November 07, 2011 3:28 PM
> To: clucene-developers@lists.sourceforge.net
> Subject: Re: [CLucene-dev] Indexing a document
> 
>  
> 
> Thank you.
> 
> 2011/11/7 Itamar Syn-Hershko <ita...@code972.com>
> 
> Yeah, shouldn't be too hard to pull off
> 
>  
> 
> On Mon, Nov 7, 2011 at 4:17 PM, Emerson Espínola <emersonespin...@gmail.com> 
> wrote:
> 
> So the better way for me would be porting BrazillianAnalyzer from Lucene, 
> wouldn't it? Because if I use the [1] I'll probably have problems because it 
> depends on something (.h files) that are not implemented already. Is that 
> right?
> 
> 
> 
> 2011/11/7 Itamar Syn-Hershko <ita...@code972.com>
> 
> Thats going to take a while, unfortunately. LPP is already available on 
> github, but we want to have some improvements made to its core before merging 
> it to CLucene
> 
>  
> 
> On Mon, Nov 7, 2011 at 4:01 PM, Emerson Espínola <emersonespin...@gmail.com> 
> wrote:
> 
> Thank you Viet.
> 
> When will this new version of CLucene be ready? Any idea?
> 
> 
> 
> []'s
> Emerson de Lira Espínola
> 
> 2011/11/5 Veit Jahns <nuncupa...@googlemail.com>
> 
> Hi Emerson!
> 
> 2011/11/4 Emerson Espínola <emersonespin...@gmail.com>
> 
> 
> I'm willing to write the BrazillianAnalyzer. What should I do? Do you have an 
> idea about how much time is needed to write it? 1 week? 2 weeks? 1 month?
> 
> 
> If the BrazillianAnalyzer from Java Lucene fits your needs, then the only 
> thing you have to do is to port this Analyzer to CLucene. I did the same once 
> for the GermanAnalyzer and I needed more or less a day.
> 
> BTW, a while ago we started to work on a new code base for CLucene based on 
> Lucene++. Lucene++ has already a BrazillianAnalyzer [1]. But it is based on a 
> newer version of Java Lucene. 
> 
> Kind regards,
> 
> Veit
> 
> [1] 
> https://github.com/luceneplusplus/LucenePlusPlus/tree/e28b15b02ff9de2208965e9af8eb80983380cdcd/src/contrib/analyzers/common/analysis/br
> 
>  
> 
> ------------------------------------------------------------------------------
> RSA(R) Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> 
> 
> _______________________________________________
> CLucene-developers mailing list
> CLucene-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/clucene-developers
> 
> 
> 
> ------------------------------------------------------------------------------
> RSA(R) Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> CLucene-developers mailing list
> CLucene-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/clucene-developers
> 
>  
> 
> 
> ------------------------------------------------------------------------------
> RSA(R) Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> CLucene-developers mailing list
> CLucene-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/clucene-developers
> 
>  
> 
> 
> ------------------------------------------------------------------------------
> RSA(R) Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> CLucene-developers mailing list
> CLucene-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/clucene-developers
> 
>  
> 
> 
> ------------------------------------------------------------------------------
> RSA(R) Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> CLucene-developers mailing list
> CLucene-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/clucene-developers
> 
>  
> 
> 
> ------------------------------------------------------------------------------
> RSA(R) Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> CLucene-developers mailing list
> CLucene-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/clucene-developers
> 
>  
> 
> 
> ------------------------------------------------------------------------------
> RSA(R) Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> CLucene-developers mailing list
> CLucene-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/clucene-developers
> 
>  
> 
> 
> ------------------------------------------------------------------------------
> RSA(R) Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> CLucene-developers mailing list
> CLucene-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/clucene-developers
> 
> 
> 
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> _______________________________________________
> CLucene-developers mailing list
> CLucene-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/clucene-developers
> 
> 
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure 
> contains a definitive record of customers, application performance, 
> security threats, fraudulent activity, and more. Splunk takes this 
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> _______________________________________________
> CLucene-developers mailing list
> CLucene-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/clucene-developers
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
CLucene-developers mailing list
CLucene-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clucene-developers

Reply via email to