Re: [ANN] Simbase: A vector similarity database

2014-06-04 Thread Mingli Yuan
userprofile article cosinesq Fill data > vadd article 1 0.11 0.112 0.1123... > vadd article 2 0.21 0.212 0.2123... ... > vadd userprofile 1 0.11 0.112 0.1123... > vadd userprofile 2 0.21 0.212 0.2123... ... Query > rrec userprofile 2 article On Sun, Jan 26, 2014 at 9:21 AM

[ANN] clj-cn-nlp 0.2.1 released

2014-04-18 Thread Mingli Yuan
Hi, folks, we just released clj-cn-nlp version 0.2.1, a Clojure NLP wrapper based on Stanford-CoreNLP for Simplified Chinese users. Three default Chinese language model was shipped with this wrapper to provide: - seg: Chinese word segmentation - ner: Chinese naming entity recognition - t

Re: [ANN] Simbase: A vector similarity database

2014-01-25 Thread Mingli Yuan
0.14 sec on a i7-cup mac laptop. >From now on, it enter the beta phase. If it is relevant to your work, we encourage you to have a try, and help us to find more bugs. Regards, Mingli On Mon, Jan 13, 2014 at 5:55 PM, Mingli Yuan wrote: > Hi, folks, > > We just release an alpha versio

Re: Nginx-Clojure Let You Deploy Clojure Web App on Nginx Without Any Java Web Server

2014-01-14 Thread Mingli Yuan
Hi, Xfeep, Thanks for your contribution, and the project looks interesting. For me, the idea of driving ring webapp behind nginx is not new. We use uwsgi to drive our ring app behind nginx in our production. uwsgi support JVM and ring for almost one year, and I think the code is relative stable r

[ANN] Simbase: A vector similarity database

2014-01-13 Thread Mingli Yuan
Hi, folks, We just release an alpha version of Simbase, a vector similarity database that talks redis protocol. Since it is the first version of all its releases, we decided to keep it in alpha right now, for we want to hear from the community for any comments and improvements. Github page --

[ANN] stan-cn-* 0.0.3 and clj-cn-nlp 0.2.0 released

2013-10-21 Thread Mingli Yuan
Hi, buddies, We had released a new version (0.0.3) of stan-cn-* packages and corresponding clojure bindings. stan-cn-* packages provide an API wrapper for Stanford CoreNLP packages aiming to reduce the configuration complexity for Chinese users. Please check below READMEs for usage: * https://gi

Re: PoC: Combining Wikidata and Clojure logic programming

2013-08-07 Thread Mingli Yuan
/core/logic/datomic.clj) >> to do your queries? >> >> Timothy >> >> >> On Mon, Aug 5, 2013 at 10:52 AM, David Nolen wrote: >> >>> Very interesting. The rel feature is really still a bit of an >>> experimental thing and we'd like to replace i

PoC: Combining Wikidata and Clojure logic programming

2013-08-05 Thread Mingli Yuan
Hi, folks, After one night quick work, I had gave a proof-of-concept to demonstrate the feasibility that we can combine Wikidata and Clojure logic programming together. The source code is at here: https://github.com/mountain/knowledge An example of an entity: https://github.com/mountain/knowledg

CoderPost: Programmer's daily digest compiled by machine and human

2013-07-27 Thread Mingli Yuan
Sorry for spamming, Recently I launch a paper.li site for compiled news on programming topics. The source of these news are from every related topics of pinboard.in. And I think the quality is still OK, and even better than what I originally think. So I hope you can take a look if you are interes

[ANN] uWSGI support for ring (early stage)

2013-03-08 Thread Mingli Yuan
Hi, folks, Yesterday uWSGI had released a ring plugins to give basic support for Clojure webdev. - https://uwsgi-docs.readthedocs.org/en/latest/Ring.html - https://uwsgi-docs.readthedocs.org/en/latest/JVM.html - http://lists.unbit.it/pipermail/uwsgi/2013-March/005549.html - http://lis