Skip to content

Commit

Permalink
[revise] unify the name to "customized"
Browse files Browse the repository at this point in the history
  • Loading branch information
carfly committed Nov 16, 2014
1 parent 4113a34 commit d815d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/segmentor/otcws_customized.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ using namespace ltp::utility;
using namespace ltp::segmentor;

void usage(void) {
std::cerr << "otcws-inc - Incremental training and testing suite for"
std::cerr << "otcws-customized- Customized training and testing suite for"
<< " Chinese Word segmentation" << std::endl;
std::cerr << "Copyright (C) 2012-2014 HIT-SCIR" << std::endl;
std::cerr << std::endl;
std::cerr << "usage: ./otcws-inc <config_file>" << std::endl;
std::cerr << "usage: ./otcws-customized <config_file>" << std::endl;
std::cerr << std::endl;
}

Expand Down

0 comments on commit d815d56

Please sign in to comment.