Skip to content

Instantly share code, notes, and snippets.

@Cowa
Created October 21, 2015 19:41
Show Gist options
  • Save Cowa/12661077ab116d446e31 to your computer and use it in GitHub Desktop.
Save Cowa/12661077ab116d446e31 to your computer and use it in GitHub Desktop.
val ngramWithCount = ngram.groupBy(identity).mapValues(_.size)
// Map(List(koala, near) -> 1, List(blue, sky) -> 2, List(red, koala) -> 1, List(near, the) -> 2, List(the, blue) -> 1, List(The, blue) -> 1, List(sky, is) -> 1, List(the, red) -> 1, List(is, near) -> 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment