Incremental probabilistic parsing

You can get a basic implementation of a probabilistic Earley parser here. This parser has been used for research in several published journal articles.

Tree search and tree transformation

Roger Levy co-wrote the Tregex tree pattern matcher, similar to tgrep2, with Galen Andrew. The Tregex distribution also bundles tsurgeon, the leading tool for automated tree transformation. It's distributed from Stanford.