Last active
May 19, 2019 12:32
-
-
Save shubham0204/c1aa71a5a8af0caaf9a1af2480c28581 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
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