Package org.apache.ctakes.necontexts

Examples of org.apache.ctakes.necontexts.ContextHit.addMetaData()


          }
        }
        ContextHit ctxHit = new ContextHit(finalSi.getStartOffset(),
            finalSi.getEndOffset());

        ctxHit.addMetaData(CTX_HIT_KEY_ILLNESS_TYPE, new Integer(
            finalSi.getStatus()));

        return ctxHit;
      } else {
        return null;
View Full Code Here


            finalSi = si;
          }
        }
        ContextHit ctxHit = new ContextHit(finalSi.getStartOffset(), finalSi.getEndOffset());

        ctxHit.addMetaData(CTX_HIT_KEY_STATUS_TYPE, new Integer(finalSi.getStatus()));

        return ctxHit;
      } else {
        return null;
      }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.