Package edu.pitt.dbmi.nlp.noble.coder.processor

Examples of edu.pitt.dbmi.nlp.noble.coder.processor.DocumentProcessor


   * get document processor for parsing documents
   * @return
   */
  public Processor<Document> getDocumentProcessor() {
    if(documentProcessor == null)
      documentProcessor = new DocumentProcessor();
    return documentProcessor;
  }
View Full Code Here

TOP

Related Classes of edu.pitt.dbmi.nlp.noble.coder.processor.DocumentProcessor

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.