search for: outdream

Displaying 7 results from an estimated 7 matches for "outdream".

Did you mean: ostream
2019 Mar 19
3
Project Proposal in GSoC 2019
Hi All, I am interested in applying for the two projects listed in the Xapian Gsoc 2019 project idealist: "Learning to Rank Stabilisation" and "Weighting Schemes". I have downloaded the codebase and going through some of the commits related to Letor API, BM25, and DFR weighting schemes. Can anyone tell me how to write about the formal proposal for the above-mentioned projects?
2019 Mar 03
2
A Greeting for Xapian community
On Sun, Mar 03, 2019 at 05:13:09PM +0000, James Aylett wrote: > On 3 Mar 2019, at 17:01, Olly Betts <olly at survex.com> wrote: > > > I suspect what's going on here is that bootstrap will by default > > download, build and install (into a subdirectory of the build tree) any > > of the autotools for which suitable versions aren't already installed. > >
2019 Mar 09
2
Ask for advice on exact requirements to fix #699 mixed CJK numbers
...e as it's a rare case, sorry for my PR to github before the reply, maybe you need to close it on github. For another case, should I optimize current code with replacing set to a static array? Or rollback current modification to cjk-tokenizer and try to do some work with the stemming? Cheers, outdream -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20190309/144b6497/attachment.html>
2019 Mar 02
2
A Greeting for Xapian community
...n with markdown style and sent as pure text, to avoid the case that markdown is unsupported. If the big length of this email also leads to problem, please give me a tip, I would keep it in mind :#. It's very kind of you for replies to any part. :) ## Self Introduction Hello everyone! I'm outdream (it's my favorite nickname), a college student from China. I get known of Xapian from GSoC this year. I'm interested in the ideas of "Weighting Schemes" and "Text-Extraction Libraries". As for my skills, on program languages, I'm familiar with C++, Python and Java....
2019 Mar 06
2
Problem while writing test cases for api_termgen
...to predicate the order? How to print the args of TEST_STRINGS_EQUAL? === with reading the code of TEST_STRINGS_EQUAL, I think it should print the input args if they are different. However, I got nothing but "Text: 2千3百" in previous output, are there preconditions to enable it? Cheers, outdream
2019 Mar 07
3
Ask for advice on exact requirements to fix #699 mixed CJK numbers
...I have thought, my suspects to Google's solution from the search results. --- Current Implementation === As I am still unclear with the exact requirements, I haven't pull request to the root repository, but only push the code to my own fork of it, and it's in > https://github.com/outdream/xapian/tree/defect699-mixed_Chinese_num I also add the 'git diff' result as attachment as an alternative. (If it's impolite to add attachments on maillist, please tell me) (Sorry for the code misalignment, I was confused by the tabSize before, and got the answer from the documents aft...
2019 Mar 03
2
A Greeting for Xapian community
...versions already installed so bootstrap doesn't try to build its own. > > But while I execute bootstrap, an error stopped the process with > > message "makeinfo is missing". I checked detailed error info and > > installed texinfo. Then bootstrap works successfully. outdream: Do you have the log of the failure still? Knowing the context of the error would help narrow down exactly what needs makeinfo. Cheers, Olly