public class SentimentUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
attachGoldLabels(Tree tree) |
static List<Tree> |
readTreesWithGoldLabels(String path)
Given a file name, reads in those trees and returns them as a List
|
static String |
sentimentString(int sentiment) |