Tested with Korean and German, and works great!
user> (cld.core/detect "한국 음식중에 김치가 제일 맛있어요.")
["ko" {"ko" "0.9998"}]
cld.core=> (cld.core/detect "In München steht ein Hofbräuhaus.")
["de" {"de" "0.972552285171"}]
--
You received this message because you are subscribed to the Go
Amazing !!!
(inc reasons_to_get_into_clojure_script)
JM
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your
first
It's not obvious to me from the code what the problem would be. Have
you tried using a profiler to see what kinds of objects account for
the memory? When I've run into seq issues and bugs in the past, that
was pretty helpful in figuring out the underlying problem.
On Feb 27, 8:13 pm, Sunil S Nandi
I saw Chris Granger's recent post on hackernews sparked some debates
about the merit of being able to compile the language in-browser for
dev purposes. Since the compiler is written in Clojure, would this be
easy to accomplish via a java applet? Sort of like this scheme REPL
(http://sisc-scheme.org
Then interacting with the browser environment becomes unnecessarily complex.
The ClojureScript browser REPL already provides the interactive behavior
one would expect from having the compilation environment available in the
browser but promises much more powerful interactions (evaluating
expressio
2012/2/27 Chris Granger
> Hey folks,
>
> In reference to the previous thread on "Inventing On Principle", I
> built a ClojureScript example of his live editable game :)
>
> http://www.chris-granger.com/2012/02/26/connecting-to-your-creation/
>
Sorry Chris, I tried acting on this video, but I cou
Sorry, I don't have any relevant experience to share. As an experiment, I
suggest that you try deferring the sh execution. Maybe logging the generated
commands to a script file rather than calling sh during processing. Then
execute one big script file at the end. That should make the program
Hi,
I discovered Clojurescript One recently, it is amazing, but it's also
very alien to me, I never seen something like this before, as it says
on the Github's README:
> "ClojureScript One is hard to classify. It is not a library or a framework.
> It is more like a classroom, a laboratory or a s
On Mon Feb 27 13:20 2012, David Nolen wrote:
> Excellent!
>
> I won't be at Clojure/West, so take the lead on the that! :)
I added the Unsession idea to the Clojure/West page along with the link
the GSoC page on Confluence. If Clojure gets into the GSoC, I'll be
happy to see what I can do to coo
On Feb 27, 7:16 pm, meteorfox wrote:
> What I really meant is, what could be a good library for making graphs
> based on sampled data?.
you could try incanter if you want to stay in the clojure world.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
Hi all,
I'm proud to announce the inaugural meeting of the Manchester (UK) Lambda
Lounge; a group dedicated to popularising Functional Programming, and
exploring new concepts in programming languages. We hope to meet on the
second Monday of the Month, every month at the Madlab at 7pm.
http://mad
The rationale for Clojurescript is available here:
https://github.com/clojure/clojurescript/wiki/Rationale
I would say it's a way to wrap the large possibilities of javascript in a
saner and quite well known environment for Clojurians. The way to use the
Google Closure libs+compiler is very clever
I've pushed the documentation boulder up the hill a bit and left some
specific ideas I had here:
http://dev.clojure.org/display/doc/clojure.org+TODO+list
Many people have picked up parts of it since I wrote it (yay!) but
there are still a number of biggish pieces there that need to be
blessed/vett
Hi Chris,
Nice work.
Can you explain in words the high level steps of the implementation,
starting from when you just made a change in the web editor, to just before
the visualization gets updated? I'm concerned with the compiling steps not
the details of visualization. Also, can you elaborate
Clojure/West is just a couple weeks away (San Jose, Mar 16-17) and I'm
hoping there are still dozens more of you procrastinating about
registering.
- Register: http://regonline.com/clojurewest2012
- Schedule: http://clojurewest.org/schedule
- Training classes: http://clojurewest.org/training
The
15 matches
Mail list logo