Skip to content

maastroclinic/naf-cas-ctakes-mapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAF-CAS-cTakes-Mapper

Use NLP modules serialized to KAF/NAF format for cTakes (UIMA)

Motivation

This repository is initially created to integrate spaCy with cTakes for its UMLS dictionary lookup. Where cTakes is English only, SpaCy contains trained models (non medical) for several languages.

cTakes is build on UIMA which has its serialization formats (e.g. CAS XMI). NAF (KAFDocument) is chosen over the UIMA CAS XMI format for its native Python and Java implementations. Mapping between NAF and CAS is implemented in Java using cTakes UIMA's namespace.

Implemented features

Mapped Modules (partly done):

  • Text
  • Token
  • POS
  • Chunk (todo)

Usage

See test classes

References

About

Map between the NAF and UIMA CAS (cTakes namespace)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published