spiral_code

Discusses how to implement a backtracking state machine in Clojure using the state monad.

A random GitHub find: Java and Clojure NLP libraries.

A Java-based NLP toolkit, which might be useful when playing around in Clojure.  From the home page:

LingPipe is tool kit for processing text using computational linguistics. LingPipe is used to do tasks like:

  • Find the names of people, organizations or locations in news
  • Automatically classify Twitter search results into categories
  • Suggest correct spellings of queries

A high-level rundown on how to implement genetic algorithms, plus some embedded Java applets for demonstration.

Joe Damato’s presentation from RailsConf 2010.