deanwampler / spark-scala-tutorial

A free tutorial for Apache Spark.
Other
980 stars 431 forks source link

Changed split pattern #12

Closed abatyuk closed 9 years ago

abatyuk commented 9 years ago

Changed split pattern to be all non alphabetic characters so that non-ascii chars are counted (e.g. Hebrew)

deanwampler commented 9 years ago

Very helpful. Thanks. I'll extend the others of String.split similarly.