Find And Label

This phase is composed of two phases namely findTrainingData and label. This will help experienced users to quicken the process of creating Training data.

./zingg.sh --phase findAndLabel --conf config.json

As this is phase runs findTrainingData and label together, it should be run only for small datasets where findTrainingData takes a short time to run, else the the user will have to wait long for the console for labeling.

Last updated