Created
April 11, 2016 11:59
-
-
Save vsmida/dda7b8e9c5e63e977563d3b5e9089ef8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| new Dataset(List( | |
| Array("my", "dog", "has", "flea", "problems", "help", "please"), | |
| Array("maybe", "not", "take", "him", "to", "dog", "park", "stupid"), | |
| Array("my", "dalmation", "is", "so", "cute", "I", "love", "him"), | |
| Array("stop", "posting", "stupid", "worthless", "garbage"), | |
| Array("mr", "licks", "ate", "my", "steak", "how", "to", "stop", "him"), | |
| Array("quit", "buying", "worthless", "dog", "food", "stupid") | |
| ), List(0, 1, 0, 1, 0, 1)) |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
compile 'org.scala-lang:scala-library:2.11.4'