Skip to content

Commit 216c2b3

Browse files
committed
Fix typo and add TODO comment
Signed-off-by: Stefan Weil <[email protected]>
1 parent 2b6a356 commit 216c2b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/training/commontraining.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ void WriteShapeTable(const STRING& file_prefix, const ShapeTable& shape_table) {
201201
}
202202

203203
/**
204-
* Creates a MasterTraininer and loads the training data into it:
204+
* Creates a MasterTrainer and loads the training data into it:
205205
* Initializes feature_defs and IntegerFX.
206206
* Loads the shape_table if shape_table != nullptr.
207207
* Loads initial unicharset from -U command-line option.
@@ -211,6 +211,7 @@ void WriteShapeTable(const STRING& file_prefix, const ShapeTable& shape_table) {
211211
* - Loads samples from .tr files in remaining command-line args.
212212
* - Deletes outliers and computes canonical samples.
213213
* - If FLAGS_output_trainer is set, saves the trainer for future use.
214+
* TODO: Who uses that? There is currently no code which reads it.
214215
* Computes canonical and cloud features.
215216
* If shape_table is not nullptr, but failed to load, make a fake flat one,
216217
* as shape clustering was not run.

0 commit comments

Comments
 (0)