Package org.apache.ctakes.padtermspotter.fsm.pad.machine

Examples of org.apache.ctakes.padtermspotter.fsm.pad.machine.SubSectionPadIdFSM


  private SubSectionPadIdFSM iv_subMedSectionFSM;

  public void initialize(UimaContext aCtx)
      throws ResourceInitializationException {
    super.initialize(aCtx);
    iv_subMedSectionFSM = new SubSectionPadIdFSM();
    FileResource resrcExamTitle;
    try {
      resrcExamTitle = (FileResource) aCtx
          .getResourceObject(EXAM_TITLE_WORDS_FILE);
      File examTitleWordsFile = resrcExamTitle.getFile();
View Full Code Here

TOP

Related Classes of org.apache.ctakes.padtermspotter.fsm.pad.machine.SubSectionPadIdFSM

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.