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] has the ability to detect and
split blobs of text into sentences.

;; Lee

[1]: https://github.com/dakrone/clojure-opennlp

-- 
-- 
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 post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to