Package edu.stanford.nlp.time

Examples of edu.stanford.nlp.time.TimeAnnotator


  public Annotator getTimeAnnotator(String annotatorType,
                                    Properties props)
  {
    switch (annotatorType) {
      case "sutime":
        return new TimeAnnotator("sutime", props);
      case "gutime":
        return new GUTimeAnnotator("gutime", props);
      case "heideltime":
        return new HeidelTimeAnnotator("heidelTime", props);
      default:
View Full Code Here

TOP

Related Classes of edu.stanford.nlp.time.TimeAnnotator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.