This commit is contained in:
Panupong Pasupat 2019-04-26 14:28:08 -07:00
parent e107d68069
commit f05ebcd5a0
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public class CoreNLPAnalyzer extends LanguageAnalyzer {
@Option(gloss = "Whether to use case-sensitive models")
public boolean caseSensitive = false;
@Option(gloss = "Disable SUTime (which does not work with Java > 8")
@Option(gloss = "Disable SUTime (which does not work with Java > 8)")
public boolean disableSUTime = false;
}