Skip to content

Instantly share code, notes, and snippets.

@shubham0204
Last active May 19, 2019 12:32
Show Gist options
  • Save shubham0204/c1aa71a5a8af0caaf9a1af2480c28581 to your computer and use it in GitHub Desktop.
Save shubham0204/c1aa71a5a8af0caaf9a1af2480c28581 to your computer and use it in GitHub Desktop.
class Vocabulary {
companion object {
val positiveBagOfWords = arrayOf( ... ) // Some words here
val negativeBagOfWords = arrayOf( ... ) // Some words here
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment