Introduction - If you have any usage issues, please Google them yourself
ClaStats provides a simple program for parsing .cla classification files, verifying that the format is valid, and printing summary statistics about the classification.
PSBClaParse.h and PSBClaParse.c provide interfaces for parsing .cla files and returning a data structure that holds a list of categories, and a list of model identifiers within each category. The parser also serves as a verifier that the .cla file is properly formatted.