Skip to content

Commit

Permalink
fix MaxHeadingDistance param
Browse files Browse the repository at this point in the history
  • Loading branch information
xboston committed Jan 16, 2015
1 parent 8c0f4d7 commit d28bed9
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 @@ -34,7 +34,7 @@ Example usage:
reader.StopwordsLow = 0.3
reader.StopwordsHigh = 0.32
reader.MaxLinkDensity = 0.2
reader.MaxHeadingDistancex = 200
reader.MaxHeadingDistance = 200
reader.NoHeadings = false

// Read from the reader to generate a paragraph set
Expand Down

0 comments on commit d28bed9

Please sign in to comment.