Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Apr 23, 2017
1 parent 352b33f commit 68d9839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const classifier = new NaiveBayes({
const sanitized = sentence.replace(/[^(a-zA-Z\u4e00-\u9fa50-9_)+\s]/g, ' ')

// 中英文分词
return segment.doSegment(sanitized, { simple: true })
return segment.doSegment(sanitized, { simple: true })
}
})

Expand Down

0 comments on commit 68d9839

Please sign in to comment.