Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcdowney/poet
https://github.com/tcdowney/poet
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tcdowney/poet
- Owner: tcdowney
- License: epl-1.0
- Created: 2014-05-20T00:16:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-26T23:30:46.000Z (over 10 years ago)
- Last Synced: 2024-11-08T23:09:20.076Z (2 months ago)
- Language: Clojure
- Size: 12.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# poet
> Poet elevates your writing, both poetry and prose, to a higher plane of literary existence.
Witness a small sample of its power:
```clojure
(thats-gr8 "ingrate") ;; substitutes the -ate suffix with an 8
;=> "ingr8"(dalek "next") ;; exterminates 'e's that precede 'x's
;=> "nxt"
```Just kidding, poet makes your writing terrible. :hankey:
This project is really just for fun. It's my Clojure playground and has no practical use. :)
I'm currently reading through the second edition of [The Joy of Clojure](http://www.manning.com/fogus2/) and this project is just a fun way to play around with the language. It uses `clojure-opennlp` to tokenize and detokenize text and detect sentences and contains a variety of toy functions that can be mapped over tokenized text.
## License
Copyright © 2014 Tim Downey
Distributed under the Eclipse Public License version 1.0.