Skip to content

Commit

Permalink
fix MakeTrainFile
Browse files Browse the repository at this point in the history
  • Loading branch information
ansjsun committed Jun 6, 2016
1 parent cf8740e commit 35c519a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/ansj/app/crf/MakeTrainFile.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public static void main(String[] args) {

if (args != null && args.length == 2) {
inputPath = args[0];
inputPath = args[1];
outputPath = args[1];
}

if (StringUtil.isBlank(inputPath) || StringUtil.isBlank(outputPath)) {
Expand Down

0 comments on commit 35c519a

Please sign in to comment.