Skip to content

Commit

Permalink
In case the test complains about being empty...
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabor Angeli authored and Stanford NLP committed Dec 20, 2014
1 parent 992a684 commit 11f1cb5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,15 @@ private void testAnnotators(String annotators) {
public void testMentions() {
testAnnotators("tokenize,ssplit,pos,lemma,ner,mentions");
}
*/


@Test
public void testSentiment() {
testAnnotators("tokenize,ssplit,pos,parse,sentiment");
}

/*
@Test
public void testGetPossibleAnnotators() {
assertNotNull(possibleAnnotators());
Expand Down

0 comments on commit 11f1cb5

Please sign in to comment.