Florian Laws' Software

This is some software I wrote that might be useful for other people.
You can contact me at florian@void.s.bawue.de

Stanford NER UIMA Annotator

This is an annotator component for IBM's UIMA SDK to use the Named Entity Recognizer of the Stanford NLP Group in UIMA.
Includes it's own modified version of the Stanford NE Recognizer. Released under the GNU Public License.

Download stanford-ner-uima.zip

badblocklocate: Find the logical volume that contains a defective disk block

This tools helps you determine which Linux LVM2 logical volume contains defective disk blocks. You can give LBA block numbers on the command line or get defective block lists automatically from SMART. See the comments at the top of the file for details.

Download badblocklocate.py