Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
piaolingxue committed Jul 24, 2014
2 parents 928b1c7 + d430eb4 commit 773d48a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public void loadDict() {
while (br.ready()) {
String line = br.readLine();
String[] tokens = line.split("[\t ]+");

if (tokens.length < 3)
continue;

Expand Down

0 comments on commit 773d48a

Please sign in to comment.