Re: Most idiomatic way of splitting a string into sentences?

2013-07-07 Thread Lee Hinman
On 07/06/2013 09:42 AM, Denis Papathanasiou wrote: I have a plain text file containing an English-language essay that I'd like to split into sentences, based on the presence of punctuation. If you want a natural language processing-based version of the a sentence detector, clojure-opennlp[1]

Re: ANN Some backwards-incompatible changes in Cheshire 5.0.0

2012-11-21 Thread Lee Hinman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Klishin writes: Cheshire [1] is a mature and fast Clojure JSON serialization library by Lee Hinman. I am posting this here for the community to not go through the story we recently had with another popular JSON serializer

Re: [ANN] lein-sha-version plugin for leiningen project version based on git SHA

2012-11-20 Thread Lee Hinman
, doesn't maven's snapshot pining already do this? ; Lee Hinman -- 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

Re: [ANN] lein-sha-version plugin for leiningen project version based on git SHA

2012-11-20 Thread Lee Hinman
Hugo Duncan writes: lein-sha-version is a leiningen plugin that sets the project version based on the git SHA of the HEAD of the current branch. It can be used to create jars with a fixed version, but without the trappings of a full release version. It provides a simple way of doing

Re: [ANN] Clojars Releases repository

2012-11-19 Thread Lee Hinman
Jeff Heon writes: As a starting point, the gpg website features native installers for both Windows and Mac OS. http://www.gnupg.org And for OSX: https://www.gpgtools.org/ ; Lee -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this

[ANN] lein-clojuredocs 1.0.2, cadastre 0.1.1, and Eisago

2012-11-16 Thread Lee Hinman
, the rewrite of ClojureDocs can proceed with more community interaction and better feedback. Please try all the projects with your libraries and projects and feel free to open github issues or send me an email with any issues you find. thanks, Lee Hinman @thnetos [1]: https://github.com/dakrone

Re: [ANN] lein-clojuredocs 1.0.2, cadastre 0.1.1, and Eisago

2012-11-16 Thread Lee Hinman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/16/12 12:10 PM, Andy Fingerhut wrote: Very cool stuff, Lee! And my sincere thanks for all the work you are doing to make ClojureDocs.org even more useful than it is already. I tried out clojuredocs on a project that depended on Clojure

Re: Sonian is hiring Clojure developers

2012-10-31 Thread Lee Hinman
Clojure position, with more of a search focus: http://www.sonian.com/about/careers/software-engineer-search-engine-cloud/ ; Lee Hinman -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (Darwin) Comment: Using GnuPG with Mozilla - http://www.enigmail.net

Re: ANN: a Clojure docs site, and github organization

2012-10-10 Thread Lee Hinman
more about it, or jump into the #clojure-doc IRC room. - - Lee Hinman -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (Darwin) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iQIcBAEBAgAGBQJQdfGVAAoJEJ1kZdQ6zsrgbYEP/3GBOZWelF6GKziaolpFpoDz

[ANN]: clj-http 0.5.3 released

2012-08-14 Thread Lee Hinman
number of bug fixes. Please give it a try and open any issues on the github repo[2] that you find. Check out the readme for the full information and usage and the changelog[3] for a detailed list of changes. thanks, Lee Hinman [1]: http://clojars.org/clj-http [2]: https://github.com/dakrone/clj

Re: [ANN] Datomic Free Edition

2012-07-24 Thread Lee Hinman
(No such file or directory) - [Help 1] Looks like a pom.xml file needs to be included in the free version zip archive. - - Lee Hinman -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQIcBAEBAgAGBQJQDtrSAAoJEJ1kZdQ6zsrgjiAP/R

[ANN] Itsy 0.1.0 released, a threaded web spider written in Clojure

2012-05-31 Thread Lee Hinman
: [itsy 0.1.0] Please give it a try and open any issues on the github repo[2] that you find. Check out the readme for the full information and usage. thanks, Lee Hinman [1]: https://clojars.org/itsy [2]: https://github.com/dakrone/itsy -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (Darwin

Re: [ANN] Clojure Namespace Browser (clj-ns-browser 1.0.0)

2012-05-18 Thread Lee Hinman
On Thursday, May 17, 2012 7:12:35 PM UTC-6, thenwithexpandedwingshesteershisflight wrote: it's ok I found the problem: it was due to another dependency, Aleph 0.2.1-SNAPSHOT, which depends on Apache HTTP components which are older versions than those used by ns-browser I have a pull

Re: [ANN] Clojure Namespace Browser (clj-ns-browser 1.0.0)

2012-05-18 Thread Lee Hinman
On Friday, May 18, 2012 5:39:48 PM UTC-6, Lee Hinman wrote: On Thursday, May 17, 2012 7:12:35 PM UTC-6, thenwithexpandedwingshesteershisflight wrote: it's ok I found the problem: it was due to another dependency, Aleph 0.2.1-SNAPSHOT, which depends on Apache HTTP components which

Re: clj-http and boundary in the POST request

2012-04-03 Thread Lee Hinman
On Apr 3, 12:55 am, Jimmy jimmy.co...@gmail.com wrote: Hi all, The REST endpoint I need to call requires multiple boundaries in the POST request.  Does any one know how to do this in clj-http?  Lets say my header had the following boundary Content-Type    multipart/form-data;

Re: cld 0.1.0 - Clojure Language Detection

2012-02-29 Thread Lee Hinman
On Tuesday, February 28, 2012 6:03:26 PM UTC-7, Robin Kraft wrote: Awesome! I'm seeing some inconsistency though. Does anyone know why a Bayesian classifier would produce such different results? Could it be because of the short input text? (lang/detect My name is joe) [af {af

[ANN] cld 0.1.0 - Clojure Language Detection

2012-02-27 Thread Lee Hinman
: [cld 0.1.0] Please give it a try and open any issues on the github repo[3] that you find. Check out the readme for the full information and usage. Also soliciting better names for the project than 'cld' :) thanks, Lee Hinman [1]: https://code.google.com/p/language-detection/ [2]: http://clojars.org

Re: clojure-opennlp

2012-02-13 Thread Lee Hinman
On Feb 11, 2012, at 7:20 AM, Jim foo.bar wrote: HI everyone, I was just wondering whether anyone has used the clojure-opennlp wrapper for multi-word named entity recognition (NER)? I am using it to train a drug finder from my private corpus and even though i get correct behavior when using

[ANN] clj-http 0.3.2 released

2012-02-13 Thread Lee Hinman
or keywords for :scheme in requests - remove more reflection - allow per-request proxy settings in the option map Please give it a try and open any issues on the github repo[2] that you find. Check out the readme for the full information and usage. thanks, Lee Hinman [1]: http://clojars.org/clj-http

[ANN] clj-http 0.3.0 released

2012-01-31 Thread Lee Hinman
, Lee Hinman [1]: http://clojars.org/clj-http [2]: https://github.com/dakrone/clj-http -- 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

[ANN] Cheshire 2.1.0 released

2012-01-26 Thread Lee Hinman
it a try and open any issues on the github repo[1] that you find. Check out the readme for the full information and usage. thanks, Lee Hinman [1]: https://github.com/dakrone/cheshire [2]: http://clojars.org/cheshire -- You received this message because you are subscribed to the Google Groups Clojure

Re: Do you use Monads in your real clojure applications

2012-01-03 Thread Lee Hinman
We use monads within one of our work project, but not to any large amount. It mostly boils down to using the Maybe monad to avoid giant nested if- lets. - Lee Hinman -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email

[ANN] clj-http 0.2.5 released

2011-11-26 Thread Lee Hinman
out the readme for the full documentation of the feature. A full list of user-visible changes is here: https://github.com/dakrone/clj-http/blob/master/changelog.org thanks, Lee Hinman [1]: https://github.com/dakrone/clj-http -- You received this message because you are subscribed to the Google

[ANN] Cheshire 2.0.3 released

2011-11-26 Thread Lee Hinman
and custom encoding Please give it a try and open any issues on the github repo[1] that you find. Check out the readme for the full information and usage. thanks, Lee Hinman [1]: https://github.com/dakrone/cheshire -- You received this message because you are subscribed to the Google Groups Clojure

Re: clojure-opennlp

2011-11-17 Thread Lee Hinman
at 100%, but you should be able to train the tokenizer to split words however you'd like, take a look at the training documentation[1] and feel free to email me if you run into any snags. - Lee Hinman [1]: https://github.com/dakrone/clojure-opennlp/blob/master/TRAINING.markdown -- You received

[ANN] clj-http 0.2.4 released

2011-11-12 Thread Lee Hinman
-visible changes is here: https://github.com/dakrone/clj-http/blob/master/changelog.org thanks, Lee Hinman [1]: https://github.com/dakrone/clj-http -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure

Re: An open call to the community: Let's prepare for 1.3

2011-09-03 Thread Lee Hinman
I recommend the lein-multi plugin for testing against multiple versions of Clojure: https://github.com/maravillas/lein-multi Makes it easy to make sure you continue to support both 1.2 and 1.3 for a while. On Sep 3, 1:27 pm, Chris Granger ibdk...@gmail.com wrote: Hey Folks, With the release

Re: JSON library for clojure 1.3

2011-07-22 Thread Lee Hinman
On Jul 22, 3:05 pm, Islon Scherer islonsche...@gmail.com wrote: Is there a clojure json library that works in clojure 1.3? I tried danlarkin/clojure-json but it gives me error: java.lang.IllegalArgumentException: Unable to resolve classname: IPersistentMap,

Re: Can't recur from within a catch expression.

2011-03-18 Thread Lee Hinman
If you need a library for automatic retry (which it sounds like from your example), I'd check out this sweet library by Joe Gallo: https://github.com/joegallo/robert-bruce (it uses trampolining retries). - Lee -- You received this message because you are subscribed to the Google Groups Clojure

Re: Newbie question

2010-11-16 Thread Lee Hinman
On Fri, Nov 12, 2010 at 1:54 PM, labwor...@gmail.com wrote: Which natural language processing tools have you used that worked well with clojure? I've had good luck with clojure-opennlp - http://github.com/dakrone/clojure-opennlp However, I may be a bit biased since I wrote it :) - Lee --

Re: Newbie question

2010-11-16 Thread Lee Hinman
On Tue, Nov 16, 2010 at 9:34 AM, Lee Hinman matthew.hin...@gmail.com wrote: On Fri, Nov 12, 2010 at 1:54 PM,  labwor...@gmail.com wrote: Which natural language processing tools have you used that worked well with clojure? I've had good luck with clojure-opennlp - http://github.com/dakrone

Re: ClojureDocs is in Beta

2010-10-20 Thread Lee Hinman
On Wed, Oct 20, 2010 at 10:46 AM, zkim zachary@gmail.com wrote: Hey All, ClojureDocs is now in beta, relevant info below. Site:  http://clojuredocs.org Beta Info:  http://clojuredocs.wordpress.com/2010/10/19/clojuredocs-beta/ Main Repo:  http://github.com/zkim/clojuredocs Thanks,

Re: Why so?

2010-09-05 Thread Lee Hinman
On Fri, Sep 3, 2010 at 10:01 AM, Alan a...@malloys.org wrote: A very handy web page to have around; thanks for mentioning it. It looks nice too, but the accessibility is a bit poor - when I look at it with an increased text size, the CSS quickly falls apart and renders it confusing and/or

API for ClojureDocs.org

2010-09-02 Thread Lee Hinman
in the ClojureDocs API? - What kind of output would you like to see from the API? (json, clojure datastructures, xml, plaintext) Any other feedback is highly appreciated :) - Lee Hinman [1]: http://groups.google.com/group/clojuredocsorg/browse_thread/thread/eb2457a778647bc5 -- You received this message

Re: fast development through clojure repl

2010-07-29 Thread Lee Hinman
On Tue, Jul 27, 2010 at 11:32 AM, Peter Schuller peter.schul...@infidyne.com wrote: I, however, have still been doing a more traditional write/save/execute debugging workflow without the REPL, which doesn't seem to get the real benefits of the REPL.  From what I understand, when you take full

Re: Idea for personal Clojure project

2010-07-29 Thread Lee Hinman
On Wed, Jul 28, 2010 at 2:58 PM, Daniel doubleagen...@gmail.com wrote: I want to write a clojure program that searches for similarities of words in the english language and places them in a graph, where the distance between nodes indicates their similarity.  I don't mean syntactical

Re: ClojureDocs.org

2010-07-16 Thread Lee Hinman
Had another suggestion, As an example contributor, It would be really nice to see a list of functions that have no examples yet at a glance, so if I wanted to work on adding examples I could go through a list and work on functions that have no examples. I believe the clojure-examples appspot wiki

Re: ClojureDocs.org

2010-07-09 Thread Lee Hinman
On Fri, Jul 9, 2010 at 2:32 AM, zkim zachary@gmail.com wrote: Hi All, Questions / thoughts? -Zack Hi Zack, First off, I think it looks great, and it definitely seems useful when trying to find an example of a particular API call. Few suggestions: 1. The headers for each section (Doc,

Re: ClojureDocs.org

2010-07-09 Thread Lee Hinman
On Fri, Jul 9, 2010 at 2:32 AM, zkim zachary@gmail.com wrote: Hi All, Questions / thoughts? -Zack Hi Zack, First off, I think it looks great, and it definitely seems useful when trying to find an example of a particular API call. Few suggestions: 1. The headers for each section (Doc,

Problems accessing records declared in a namespace in a REPL

2010-05-10 Thread Lee Hinman
I'm having a difficult time referencing a protocol in the user namespace, I have the following code: (ns clomoios.contextsearcher) (defprotocol Searcher (score [this term text] Score this text in similarity) (rank [this term text] Rank sentences in this text)) (defrecord ContextSearcher

Re: Problems accessing records declared in a namespace in a REPL

2010-05-10 Thread Lee Hinman
it should have the correct amount of apologies. Err...what I meant to say was the correct amount of parentheses, not apologies. - Lee -- 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

Re: Problems accessing records declared in a namespace in a REPL

2010-05-10 Thread Lee Hinman
On Mon, May 10, 2010 at 6:06 AM, Stuart Halloway stuart.hallo...@gmail.com wrote: Hi Lee, Your extend-protocol call is incorrectly parenthesized (rank is outside the body of the form). This means that use should blow up because the source is invalid. Maybe your use is reading a different