tree: 18426471588f8643ab91de76895c453e30807029 [path history] [tgz]
  1. desc/
  2. src/
  3. LICENSE
  4. pom.xml
  5. README.md
ctakes-ytex-uima/README.md

Contains uima/ctakes-related ytex components:

  • DBCollectionReader - UIMA collection reader to retrieve documents from a database
  • DBConsumer - store annotations in a database
  • SenseDisambiguatorAnnotator - Disambiguate named entities assigned multiple concepts
  • SentenceDetector - just like normal sentence detector, but do not force sentence splits at new lines
  • DateAnnotator - convert dates identified by ctakes date annotator into real dates
  • MetaMapToCTakesAnnotator - convert metamap annotations into ctakes annotations
  • NamedEntityRegexAnnotator - use regular expressions for named entity recognition
  • SegmentRegexAnnotator - use regular expressions to identify document sections

Go through the steps outlined in ctakes-ytex, then you'll be good to go for this project.