Discusses how to implement a backtracking state machine in Clojure using the state monad.
A random GitHub find: Java and Clojure NLP libraries.
LingPipe -
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
Introduction to Genetic Algorithms -
A high-level rundown on how to implement genetic algorithms, plus some embedded Java applets for demonstration.
Cellular Automata Method for Generating Random Cave-like Levels
Garbage Collection and the Ruby Heap -
Joe Damato’s presentation from RailsConf 2010.