- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {Dictionary d =
new Hashtable()
Bundle bundle;bundle.getHeaders()
new Properties()
- Smart code suggestions by Codota
}
"and tokeniser first!"); } else { Utils.logOnce(logger,Level.INFO,"POS tagger: no sentence or token annotations in input document - see debug log for details."); logger.debug("No input annotations in document "+document.getName());
throw new ExecutionException("Either "+document.getName()+" does not have any contents or \n run the POS Tagger first and then Morpher"); } else { Utils.logOnce(logger,Level.INFO,"Morphological analyser: either a document does not have any contents or run the POS Tagger first - see debug log for details."); logger.debug("No input annotations in document "+document.getName()); return; throw new ExecutionException("please run the POS Tagger first and then Morpher"); } else { Utils.logOnce(logger,Level.INFO,"Morphological analyser: no input annotations, run the POS Tagger first - see debug log for details."); logger.debug("No input annotations in document "+document.getName()); return;
Utils.logOnce( logger, Level.INFO,