-
Notifications
You must be signed in to change notification settings - Fork 13
ctakes default clinical pipeline
The Default Clinical Pipeline produces the most commonly desired output from cTAKES.
This includes annotations for Anatomical sites, Signs/Symptoms,
Procedures, Diseases/Disorders and Medications.
For each annotation there are normalized UMLS CUIs, plus values for negation, uncertainty and subject.
The Default ClinicalPipeline is a great place for the new user of a binary installation to start.
New developers should look at the ctakes-examples project to start.
Commands and parameters to create a plaintext document processing pipeline with UMLS entity lookup.
$\textcolor{gray}{\textsf{// Commands and parameters to create a plaintext document processing pipeline with UMLS entity lookup. }}$
$\textcolor{gray}{\textsf{// Write nice big banners when ctakes starts and finishes. }}$
$\textcolor{olive}{\textsf{set}}$ $\textcolor{purple}{\textsf{WriteBanner}}$ =$\textcolor{violet}{\textsf{yes}}$
$\textcolor{gray}{\textsf{// Load a simple token processing pipeline from another pipeline file }}$
$\textcolor{magenta}{\textsf{load}}$ DefaultTokenizerPipeline
$\textcolor{gray}{\textsf{// Add non-core annotators }}$
$\textcolor{green}{\textsf{add}}$ $\textcolor{blue}{\textsf{ContextDependentTokenizerAnnotator}}$
$\textcolor{green}{\textsf{addDescription}}$ $\textcolor{blue}{\textsf{POSTagger}}$
$\textcolor{gray}{\textsf{// Add Chunkers }}$
$\textcolor{magenta}{\textsf{load}}$ ChunkerSubPipe
$\textcolor{gray}{\textsf{// Default fast dictionary lookup }}$
$\textcolor{magenta}{\textsf{load}}$ DictionarySubPipe
$\textcolor{gray}{\textsf{// Add Cleartk Entity Attribute annotators }}$
$\textcolor{magenta}{\textsf{load}}$ AttributeCleartkSubPipe
$\textcolor{gray}{\textsf{// Log run time stats and completion }}$
$\textcolor{green}{\textsf{addLast}}$ $\textcolor{blue}{\textsf{util.log.FinishedLogger}}$
Commands and parameters to create a plaintext document processing pipeline with Sections, paragraphs and lists.
$\textcolor{gray}{\textsf{// Commands and parameters to create a plaintext document processing pipeline with Sections, paragraphs and lists. }}$
$\textcolor{gray}{\textsf{// Advanced Tokenization: Regex sectionization, Paragraphs, Lists }}$
$\textcolor{magenta}{\textsf{load}}$ FullTokenizerPipeline
$\textcolor{gray}{\textsf{// Add non-core annotators }}$
$\textcolor{green}{\textsf{add}}$ $\textcolor{blue}{\textsf{ContextDependentTokenizerAnnotator}}$
$\textcolor{green}{\textsf{addDescription}}$ $\textcolor{blue}{\textsf{POSTagger}}$
$\textcolor{gray}{\textsf{// Add Chunkers }}$
$\textcolor{magenta}{\textsf{load}}$ ChunkerSubPipe
$\textcolor{gray}{\textsf{// Default fast dictionary lookup }}$
$\textcolor{magenta}{\textsf{load}}$ DictionarySubPipe
$\textcolor{gray}{\textsf{// Add Cleartk Entity Attribute annotators }}$
$\textcolor{magenta}{\textsf{load}}$ AttributeCleartkSubPipe
Commands and parameters to create a thread-safe plaintext document processing pipeline with UMLS lookup.
$\textcolor{gray}{\textsf{// Commands and parameters to create a thread-safe plaintext document processing pipeline with UMLS lookup. }}$
$\textcolor{gray}{\textsf{// set the thread count }}$
threads 3
$\textcolor{gray}{\textsf{// Load a simple token processing pipeline from another pipeline file }}$
$\textcolor{magenta}{\textsf{load}}$ TsDefaultTokenizerPipeline
$\textcolor{gray}{\textsf{// Add non-core annotators }}$
$\textcolor{green}{\textsf{add}}$ $\textcolor{blue}{\textsf{ContextDependentTokenizerAnnotator}}$
$\textcolor{green}{\textsf{addDescription}}$ $\textcolor{blue}{\textsf{POSTagger}}$
$\textcolor{gray}{\textsf{// Add Chunkers }}$
$\textcolor{magenta}{\textsf{load}}$ TsChunkerSubPipe
$\textcolor{gray}{\textsf{// Default fast dictionary lookup }}$
$\textcolor{magenta}{\textsf{load}}$ TsDictionarySubPipe
$\textcolor{gray}{\textsf{// Add Cleartk Entity Attribute annotators }}$
$\textcolor{magenta}{\textsf{load}}$ TsAttributeCleartkSubPipe
Commands and parameters to create a thread-safe plaintext document processing pipeline with Sections, paragraphs and lists.
$\textcolor{gray}{\textsf{// Commands and parameters to create a thread-safe plaintext document processing pipeline with Sections, paragraphs and lists. }}$
$\textcolor{gray}{\textsf{// set the thread count }}$
threads 3
$\textcolor{gray}{\textsf{// Advanced Tokenization: Regex sectionization, Paragraphs, Lists }}$
$\textcolor{magenta}{\textsf{load}}$ TsFullTokenizerPipeline
$\textcolor{gray}{\textsf{// Add non-core annotators }}$
$\textcolor{green}{\textsf{add}}$ $\textcolor{blue}{\textsf{ContextDependentTokenizerAnnotator}}$
$\textcolor{green}{\textsf{addDescription}}$ $\textcolor{blue}{\textsf{POSTagger}}$
$\textcolor{gray}{\textsf{// Add Chunkers }}$
$\textcolor{magenta}{\textsf{load}}$ TsChunkerSubPipe
$\textcolor{gray}{\textsf{// Default fast dictionary lookup }}$
$\textcolor{magenta}{\textsf{load}}$ TsDictionarySubPipe
$\textcolor{gray}{\textsf{// Add Cleartk Entity Attribute annotators }}$
$\textcolor{magenta}{\textsf{load}}$ TsAttributeCleartkSubPipe
- Piper File Submitter
- UMLS Package Fetcher
- Dictionary Creator
- Simple Pipeline Fabricator
- Pipeline Installation Facility
- ctakes-pbj module
- Getting started with PBJ
- Python pbj-component
- Python pbj-pipeline
- Python pbj-scripts
- Python pbj-tools
- pbj-user-pipeline
- examples
- ctakes-assertion
- ctakes-assertion-zoner
- ctakes-chunker
- ctakes-clinical-pipeline
- ctakes-constituency-parser
- ctakes-context-tokenizer
- ctakes-core
- ctakes-coreference
- ctakes-dependency-parser
- ctakes-dictionary-lookup
- ctakes-dictionary-lookup-fast
- ctakes-distribution
- ctakes-dockhand
- ctakes-drug-ner
- ctakes-examples
- ctakes-fhir
- ctakes-gui
- ctakes-lvg
- ctakes-mastif-zoner
- ctakes-ne-contexts
- ctakes-pbj
- ctakes-pos-tagger
- ctakes-preprocessor
- ctakes-regression-test
- ctakes-relation-extractor
- ctakes-side-effect
- ctakes-smoking-status
- ctakes-template-filler
- ctakes-temporal
- ctakes-tiny-rest
- ctakes-type-system
- ctakes-utils
- ctakes-web-rest
- ctakes-ytex
- ctakes-ytex-uima
- ctakes-ytex-web