automatic commit
[folded-ctf.git] / parsing_pool.h
index f7b67be..1453885 100644 (file)
 // You should have received a copy of the GNU General Public License     //
 // along with this program. If not, see <http://www.gnu.org/licenses/>.  //
 //                                                                       //
-// Written by Francois Fleuret, (C) IDIAP                                //
+// Written by Francois Fleuret                                           //
+// (C) Idiap Research Institute                                          //
+//                                                                       //
 // Contact <francois.fleuret@idiap.ch> for comments & bug reports        //
 ///////////////////////////////////////////////////////////////////////////
 
-#ifndef PARSING_POOL_H
-#define PARSING_POOL_H
-
 /*
 
-  A ParsingPool is a family of Parsing associated to all the images of
-  a LabelledImagePool.
+  A ParsingPool is a family of Parsings associated to all the images
+  of a LabelledImagePool.
 
 */
 
+#ifndef PARSING_POOL_H
+#define PARSING_POOL_H
+
 #include "parsing.h"
 #include "pi_feature_family.h"
 #include "classifier.h"