Skip to content

Commit

Permalink
Fix typo in ltp_server
Browse files Browse the repository at this point in the history
  • Loading branch information
Oneplus committed May 22, 2015
1 parent 84349f8 commit 663adf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/ltp_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ int main(int argc, char *argv[]) {

std::string postagger_model = "ltp_data/pos.model";
if (vm.count("postagger-model")) {
postagger_model= vm["segmentor-model"].as<std::string>();
postagger_model= vm["postagger-model"].as<std::string>();
}

std::string postagger_lexcion = "";
Expand Down

0 comments on commit 663adf9

Please sign in to comment.