Comments on: Context searching using Clojure-OpenNLP http://writequit.org/blog/2010/03/09/context-searching-using-clojure-opennlp/ Tu fui, ego eris Fri, 15 Aug 2014 11:26:27 +0000 hourly 1 http://wordpress.org/?v=4.1.5 By: Kiran Umadi http://writequit.org/blog/2010/03/09/context-searching-using-clojure-opennlp/comment-page-1/#comment-797 Fri, 27 May 2011 09:13:04 +0000 http://writequit.org/blog/?p=351#comment-797 Good explanation, helps a lot for beginners.

]]>
By: Lee http://writequit.org/blog/2010/03/09/context-searching-using-clojure-opennlp/comment-page-1/#comment-772 Mon, 31 Jan 2011 15:54:48 +0000 http://writequit.org/blog/?p=351#comment-772 Jonathan: yea, this article is a little bit out of date, since I’ve written this the Opennlp project has updated their models with the 1.5 release, for the 1.5 release you’ll need the models here: http://opennlp.sourceforge.net/models-1.5/

Also, the latest documentation for the project will always be on the github page here: https://github.com/dakrone/clojure-opennlp which should always be up to date (even if my posts get a little stale). The updated version of this file can be found here: https://github.com/dakrone/clojure-opennlp/blob/master/examples/contextfinder.clj

Thanks for the heads up. I’ll work on updating the post for changes in the new versions.

]]>
By: Jonathan Siegel http://writequit.org/blog/2010/03/09/context-searching-using-clojure-opennlp/comment-page-1/#comment-771 Mon, 31 Jan 2011 15:48:55 +0000 http://writequit.org/blog/?p=351#comment-771 Very cool project. Quick question… I’m using the EnglishSD.bin.gz from:
http://opennlp.sourceforge.net/models/english/sentdetect/

but get an error loading it:
contextfinder=> (def get-sentences (make-sentence-detector “models/EnglishSD.bin.gz”))
opennlp.tools.util.InvalidFormatException: Missing the manifest.properties! (NO_SOURCE_FILE:52)

Is this a sign of deeper config issues or a missing library showing up? I’m in a lein repl that otherwise runs the clojure-nlp features. Any pointers appreciated–I’ve a strong LISP background, but debugging where clojure meets java is opaque ATM.

]]>
By: ogrisel http://writequit.org/blog/2010/03/09/context-searching-using-clojure-opennlp/comment-page-1/#comment-645 Thu, 01 Apr 2010 12:24:55 +0000 http://writequit.org/blog/?p=351#comment-645 Very interesting post. You should combine you approach with the TF-IDF weightings of a lucene index. Here is a new project I am working on that is very complementary to your work:

http://code.google.com/p/iks-project/source/browse/sandbox/iks-autotagging/trunk/README.txt

This is based on the MoreLikeThis similarity of Lucene:

http://lucene.apache.org/java/3_0_1/api/all/org/apache/lucene/search/similar/MoreLikeThis.html

I was planning to use this to identify known named entities detected by the OpenNLP name finder by using a context of a few sentences around the span that contains the detected name.

]]>
By: Clojure – Destillat #5 | duetsch.info - Open Source, Wet-, Web-, Software http://writequit.org/blog/2010/03/09/context-searching-using-clojure-opennlp/comment-page-1/#comment-608 Tue, 16 Mar 2010 10:14:29 +0000 http://writequit.org/blog/?p=351#comment-608 […] Context searching using Clojure-OpenNLP […]

]]>
By: Today in the Intertweets (March 9th Ed) | disclojure: all things clojure http://writequit.org/blog/2010/03/09/context-searching-using-clojure-opennlp/comment-page-1/#comment-587 Wed, 10 Mar 2010 07:23:49 +0000 http://writequit.org/blog/?p=351#comment-587 […] searching with clojure-opennlp (here, via @thnetos) — A follow-up article to this one in which the author introduces […]

]]>
By: Context searching using Clojure-OpenNLP : :wq – blog « The other side of the firewall http://writequit.org/blog/2010/03/09/context-searching-using-clojure-opennlp/comment-page-1/#comment-585 Wed, 10 Mar 2010 01:19:30 +0000 http://writequit.org/blog/?p=351#comment-585 […] March 9, 2010 at 8:19 pm · Filed under Open source, Programming [From Context searching using Clojure-OpenNLP : :wq – blog] […]

]]>
By: Natural Language Processing in Clojure with clojure-opennlp : :wq – blog http://writequit.org/blog/2010/03/09/context-searching-using-clojure-opennlp/comment-page-1/#comment-583 Tue, 09 Mar 2010 18:34:53 +0000 http://writequit.org/blog/?p=351#comment-583 […] This library is available on clojars for inclusion in leiningen projects, or on github if you’re interested in the source. This is a fairly new project, and not all OpenNLP features are exposed at the moment so feedback is definitely encouraged. In the next post I’ll explain an in-depth example of how these functions can be used to enhance a searching engine. EDIT: It’s up! Check out “Context searching using clojure-opennlp.” […]

]]>